Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I create Maven projects with different version of maven-archetype-plugin?

0
Posted

How do I create Maven projects with different version of maven-archetype-plugin?

0

The New project wizard in NetBeans is by default using the 1.0-aplha-4 version of maven-archetype-plugin. It’s not possible to change from the UI, but there is a way to change it if you need to. • go to your netbeans user directory and create the following path if it doesn’t exist yet: ~/.netbeans/6.0/config/Preferences/org/codehaus/mevenide • in that folder create a file named commands.properties • open the file in editor and put the following line in there: createArchetype=org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create • start netbeans and run the new project wizard. It shall run your version of the archetype plugin.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123