Zuletzt aktiv 1729604596

create a project structure using Maven (mvn) for Java

kristofer's Avatar kristofer hat die Gist bearbeitet 1729604595. 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's Avatar kristofer hat die Gist bearbeitet 1729539968. 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's Avatar kristofer hat die Gist bearbeitet 1715189644. 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.
Neuer Älter