Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuwahara committed May 28, 2016
1 parent 7a4e8ac commit 2baad41
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=0.13 -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.1 -DgroupId=a.b.c -DartifactId=myproject -Darchetype.interactive=false -B archetype:generate
cd myproject
mvn verify -P mysql,db-migrate,was-liberty,it
```
Expand Down

0 comments on commit 2baad41

Please sign in to comment.