Skip to content

Commit

Permalink
make the script easy to read
Browse files Browse the repository at this point in the history
  • Loading branch information
funkygao committed Nov 2, 2020
1 parent 5376621 commit c240070
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
## Usage

``` bash
mvn archetype:generate -DarchetypeGroupId=io.github.dddplus -DarchetypeArtifactId=dddplus-archetype -DarchetypeVersion=1.0.1 -DgroupId=com.foo -DartifactId=demo -Dpackage=com.foo -Dversion=1.0.0-SNAPSHOT -B
mvn archetype:generate \
-DarchetypeGroupId=io.github.dddplus \
-DarchetypeArtifactId=dddplus-archetype \
-DarchetypeVersion=1.0.1 \
-DgroupId=com.foo -DartifactId=demo \
-Dpackage=com.foo -Dversion=1.0.0-SNAPSHOT \
-B
cd demo/
```

Expand Down

0 comments on commit c240070

Please sign in to comment.