|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (4)
View Page History# First download and add the following file to your maven local repository (.m2): [^archetype-catalog.xml]
# Go in a new folder to generate a new project by calling maven archetype plugin as following:
{code}
# mvn archetype:generate -DarchetypeCatalog=local -DarchetypeRepository=http://maven.petalslink.com/public-snapshot
{code}
# Select the type of project you would like to create (by entering the number associated to the project type), than follow maven instructions to generate your new project
# Once the generation is complete go in the folder that should have the name of the 'groupId' you mentioned previously in your configuration and execute
{code}
# mvn archetype:generate -DarchetypeCatalog=local -DarchetypeRepository=http://maven.petalslink.com/public-snapshot
{code}
# Select the type of project you would like to create (by entering the number associated to the project type), than follow maven instructions to generate your new project
# Once the generation is complete go in the folder that should have the name of the 'groupId' you mentioned previously in your configuration and execute
Finally choose the kind of project you would like to create by specifying your own configuration
{quote}
mvn install
{quote}
Thats it \!
mvn install
{quote}
Thats it \!