Skip to content

Instantly share code, notes, and snippets.

@marsyang1
Last active August 29, 2015 14:18
Show Gist options
  • Save marsyang1/adec47a76f36850e33fc to your computer and use it in GitHub Desktop.
Save marsyang1/adec47a76f36850e33fc to your computer and use it in GitHub Desktop.
Create Maven Archtype
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