File tree Expand file tree Collapse file tree
src/main/resources/archetype-resources 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.13 \
10+ -DarchetypeVersion=0.1.14 \
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.13 </version >
7+ <version >0.1.14 </version >
88 <packaging >maven-archetype</packaging >
99
1010 <name >openapi-archetype</name >
Original file line number Diff line number Diff line change 55$ docker-compose up
66$ docker-compose down
77$ mvn -DaltDeploymentRepository=<Repository Id>::default::<Repository Url> clean deploy
8- $ cd out/angular
9- $ npm install -g @angular/cli
10- $ npm install
11- $ npm run build
12- $ npm publish --registry <YOUR NPM REPOSITORY URL> dist
138```
You can’t perform that action at this time.
0 commit comments