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.8 \
10+ -DarchetypeVersion=0.1.9 \
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.8 </version >
7+ <version >0.1.9 </version >
88 <packaging >maven-archetype</packaging >
99
1010 <name >openapi-archetype</name >
3131 <version >3.1.1</version >
3232 </extension >
3333 </extensions >
34+ <plugins >
35+ <plugin >
36+ <groupId >org.apache.maven.plugins</groupId >
37+ <artifactId >maven-gpg-plugin</artifactId >
38+ <version >1.6</version >
39+ <executions >
40+ <execution >
41+ <id >sign-artifacts</id >
42+ <phase >verify</phase >
43+ <goals >
44+ <goal >sign</goal >
45+ </goals >
46+ </execution >
47+ </executions >
48+ </plugin >
49+ </plugins >
3450 <pluginManagement >
3551 <plugins >
3652 <plugin >
3753 <groupId >org.apache.maven.plugins</groupId >
3854 <artifactId >maven-resources-plugin</artifactId >
3955 <version >3.1.0</version >
4056 </plugin >
41- <plugin >
42- <groupId >org.apache.maven.plugins</groupId >
43- <artifactId >maven-gpg-plugin</artifactId >
44- <version >1.6</version >
45- <executions >
46- <execution >
47- <id >sign-artifacts</id >
48- <phase >verify</phase >
49- <goals >
50- <goal >sign</goal >
51- </goals >
52- </execution >
53- </executions >
54- </plugin >
5557 </plugins >
5658 </pluginManagement >
5759 </build >
You can’t perform that action at this time.
0 commit comments