Ultima attività 1742496059

create a project structure using Maven (mvn) for Java

kristofer's Avatar kristofer ha revisionato questo gist 1742496059. Vai alla revisione

Nessuna modifica

kristofer's Avatar kristofer ha revisionato questo gist 1729604595. Vai alla revisione

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 ha revisionato questo gist 1729539968. Vai alla revisione

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 ha revisionato questo gist 1715189644. Vai alla revisione

1 file changed, 2 insertions

notes.md(file creato)

@@ -0,0 +1,2 @@
1 +
2 + You can run `mvn archetype:generate` without parameters. Maven will ask about your project and generate the POM.
Più nuovi Più vecchi