Skip to content

Commit 66bb172

Browse files
committed
fix archetype call
1 parent 022c38f commit 66bb172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In case you want to take the shortcut you can change to the `criticality-prebuil
2727
Use the Maven quickstart archetype to generate a plain, empty Java project:
2828

2929
```
30-
mvn archetype:generate -DgroupId= -DartifactId=criticality -DarchetypeGroupId=com.sap.capire -DarchetypeArtifactId=maven-archetype-quickstart -Dversion=1.0-SNAPSHOT -DinteractiveMode=false
30+
mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DartifactId=criticality -DgroupId=com.sap.capire -Dversion=1.0-SNAPSHOT -DinteractiveMode=false
3131
```
3232

3333

0 commit comments

Comments
 (0)