|
|
|
|
|
by Malus
4388 days ago
|
|
Maven can generate one for you: mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
Which is not trivial I suppose, but it is pretty easy to do. |
|