Wednesday, 9 October 2013

Create Custom Archetype and Deploy on Remote Artifactory

This post explains creating a maven archetype from already existing Maven project and deploying it on Remote Artifactory

If remote artifactory does not exists, it can be created by using jFrog



1. Creating Archetype

Go to Project Root directory from command prompt and type

mvn archetype:create-from-project

This will create a {project_root}/target/generated-sources/archtype folder.


Share the post