mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="info.tomfi.archetypes" -DarchetypeArtifactId="java-playground" -DarchetypeVersion="1.0.7" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdinfo.tomfi.archetypes |
ArtifactId | ArtifactIdjava-playground |
Version | Version1.0.7 |
Type | Typemaven-archetype |
Description |
DescriptionTomfi Archetypes Java Playground
Java project for playaround, hacking, or just testing some stuff out.
A plain Java project, includes unit tests with JUnit's plarform.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=info.tomfi.archetypes -DarchetypeArtifactId=java-playground -DarchetypeVersion=1.0.7 -DinteractiveMode=false