I am brand new to Maven.
How can I create the maven-archetype-nar-exec project type?
If I run mvn -archetype=generate I do not get the option to select maven-archetype-nar-exec?
Do I have to download something into the Maven repository?
I’m using Maven 3.0.3
The command you issue to see a list of available archetypes is
mvn archetype:generate. However that doesn’t list the Nar plugin. This is apparently because it isn’t available in the Maven central repository. The recommendation seems to be to install it from source.