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.5 \
10+ -DarchetypeVersion=0.1.6-SNAPSHOT \
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.5 </version >
7+ <version >0.1.6-SNAPSHOT </version >
88 <packaging >maven-archetype</packaging >
99
1010 <name >openapi-archetype</name >
5757 </build >
5858
5959 <distributionManagement >
60+ <snapshotRepository >
61+ <id >ossrh</id >
62+ <name >Sonatype Nexus Snapshots</name >
63+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
64+ </snapshotRepository >
6065 <repository >
6166 <id >ossrh</id >
6267 <name >Central Repository OSSRH</name >
You can’t perform that action at this time.
0 commit comments