kristofer hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 1 insertion, 1 deletion
notes.md
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | 2 | ``` | |
3 | - | mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.5 -DinteractiveMode=false | |
3 | + | mvn archetype:generate -DgroupId=rocks.zipcode -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.5 -DinteractiveMode=false | |
4 | 4 | ``` | |
5 | 5 | ||
6 | 6 | Maven project creation |
kristofer hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 5 insertions, 1 deletion
notes.md
@@ -1,2 +1,6 @@ | |||
1 | 1 | ||
2 | - | You can run `mvn archetype:generate` without parameters. Maven will ask about your project and generate the POM. | |
2 | + | ``` | |
3 | + | mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.5 -DinteractiveMode=false | |
4 | + | ``` | |
5 | + | ||
6 | + | Maven project creation |
kristofer hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 2 insertions
notes.md(Datei erstellt)
@@ -0,0 +1,2 @@ | |||
1 | + | ||
2 | + | You can run `mvn archetype:generate` without parameters. Maven will ask about your project and generate the POM. |