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=pl.najda -DarchetypeArtifactId=dw-archetype -DarchetypeVersion=1.1
Choose a version of pl.najda : dw-archetype to generate a Maven project - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1 |
dw-archetype-1.1
|
||
1.0 |
dw-archetype-1.0
|
Instead of manually creating the directory structure needed for an archetype, simply use:
mvn archetype:generate -DarchetypeGroupId=pl.najda -DarchetypeArtifactId=dw-archetype -DarchetypeVersion=1.1
Advertisement