How to generate a maven project from archetype
Instead of manually creating the directory structure needed for an archetype, simply use:
mvn archetype:generate -DarchetypeGroupId=ca.dsolutions -DarchetypeArtifactId=java -DarchetypeVersion=1.0
Choose a version of ca.dsolutions : java to generate a Maven project - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
java-1.0
|
Instead of manually creating the directory structure needed for an archetype, simply use:
mvn archetype:generate -DarchetypeGroupId=ca.dsolutions -DarchetypeArtifactId=java -DarchetypeVersion=1.0
Advertisement