Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmork2 committed Nov 3, 2016
1 parent bca3980 commit f20477c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@

* non interactive / batch (change info in the last line) :

mvn archetype:generate -B \
-DarchetypeGroupId=es.orangemarket \ -DarchetypeArtifactId=scrapy-python-archetype \
-DarchetypeVersion=1.0.0 \
-DgroupId=com.company \
-DartifactId=project \
-Dversion=1.0.0 \
-Dpackage=com.company
```bash
mvn archetype:generate \
-DarchetypeGroupId=es.orangemarket \
-DarchetypeArtifactId=scrapy-python-archetype \
-DarchetypeVersion=1.0.0 \
-DgroupId=com.company \
-DartifactId=project \
-Dversion=1.0.0 \
-Dpackage=com.company
```

0 comments on commit f20477c

Please sign in to comment.