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
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.