Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:sitoolkit/sit-ad-archetype-ja…
Browse files Browse the repository at this point in the history
…vaee7-web.git
  • Loading branch information
ykuwahara committed May 21, 2016
2 parents ec8c391 + 9c96d4b commit 1744b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sit-ad-archetype-javaee7-webは、Java EE 7 WebアプリケーションのMavenアーキタイプです。ミドルウェアのインストール、セットアップが不要で、すぐに開発を始めることができます。

```
mvn -DarchetypeGroupId=org.sitoolkit.ad.archetype -DarchetypeArtifactId=javaee7-web-tips -DarchetypeVersion=LATEST -DgroupId=a.b.c -DartifactId=myproject -Darchetype.interactive=false -B archetype:generate
mvn -DarchetypeGroupId=org.sitoolkit.ad.archetype -DarchetypeArtifactId=javaee7-web-tips -DarchetypeVersion=0.13 -DgroupId=a.b.c -DartifactId=myproject -Darchetype.interactive=false -B archetype:generate
cd myproject
mvn verify -P derby,db-migrate,was-liberty,it
```
Expand Down

0 comments on commit 1744b18

Please sign in to comment.