Skip to content

Commit

Permalink
Minor fixes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jose.fernandez committed Jun 5, 2019
1 parent ffc2049 commit e8edc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ If for any reason you are unable to access this archetype (or you want to make c

``` bash
$ git clone [email protected]:PrivaliaTech/gingerspec-starter.git
$ cd automation-archetype
$ cd gingerspec-starter
$ mvn install
$ mvn archetype:update-local-catalog
$ mvn archetype:crawl
```
This will update the local archetype repository (~/.m2/repository/archetype-catalog.xml) with this new archetype. You can now execute the following command

$ mvn archetype:generate -DarchetypeCatalog=local -DarchetypeGroupId=com.github.privaliatech -DarchetypeArtifactId=gingerspec-starter -DarchetypeVersion=1.0-SNAPSHOT
$ mvn archetype:generate -DarchetypeCatalog=local -DarchetypeGroupId=com.github.privaliatech -DarchetypeArtifactId=gingerspec-starter -DarchetypeVersion=<version-in-pom>

Follow the on-screen instructions and provide the properties **artifactId**, **groupId** , **version** and **package**

Expand Down

0 comments on commit e8edc6b

Please sign in to comment.