Last active
August 29, 2015 14:18
-
-
Save marsyang1/adec47a76f36850e33fc to your computer and use it in GitHub Desktop.
Create Maven Archtype
This file contains hidden or 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
cd $PROJECT_FOLDER$ | |
mvn archetype:create-from-project -> gen source to target | |
-- check $PROJECT_FOLDER$\target\generated-sources\archetype\src\main\resources\META-INF\maven\archetype-metadata.xml | |
cd target/generated-sources/archetype | |
mvn clean install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment