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