File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Project creation
77$ mvn archetype:generate \
88 -DarchetypeGroupId=com.pigumer.tools.archetype \
99 -DarchetypeArtifactId=openapi-archetype \
10- -DarchetypeVersion=0.1.6 \
10+ -DarchetypeVersion=0.1.7 \
1111 -DgroupId=com.pigumer.example-service \
1212 -DartifactId=example-service-generated-modules \
1313 -DserviceId=example \
Original file line number Diff line number Diff line change 44
55 <groupId >com.pigumer.tools.archetype</groupId >
66 <artifactId >openapi-archetype</artifactId >
7- <version >0.1.6 </version >
7+ <version >0.1.7 </version >
88 <packaging >maven-archetype</packaging >
99
1010 <name >openapi-archetype</name >
4242 <groupId >org.apache.maven.plugins</groupId >
4343 <artifactId >maven-gpg-plugin</artifactId >
4444 <version >1.6</version >
45+ <configuration >
46+ <gpgArguments >
47+ <argument >--pinentry-mode</argument >
48+ <argument >loopback</argument >
49+ </gpgArguments >
50+ </configuration >
4551 <executions >
4652 <execution >
4753 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments