Last active
April 8, 2016 09:54
-
-
Save zyjibmcn/67fa8022522d80b3659dbafbe9f914f7 to your computer and use it in GitHub Desktop.
Create a Java EE project archetype
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. mvn archetype:create-from-project | |
2. cd target/generated-sources/archetype | |
3. mvn install | |
Maven document: | |
Archetype creation | |
https://maven.apache.org/archetype/maven-archetype-plugin/advanced-usage.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment