Top "Maven-archetype" questions

Pre-built patterns of maven project that help you to set up a project better and faster

Maven archetype catalog : specify custom location(s)

I'm deploying a Nexus repository for Maven, and custom archetypes on it. I would like to execute mvn archetype:generate …

maven nexus maven-archetype
Generating project in Interactive mode Taking lot of time

I run the Maven the command *mvn archetype:generate* in command Prompt It shows [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ […

maven build maven-3 maven-plugin maven-archetype
Maven reports 'The desired archetype does not exist' when using archetype from bintray

First, I install archetype to my local repository: mvn dependency:get \ -Dartifact=org.teavm.flavour:teavm-flavour-application:0.1.0-dev-8 \ -DremoteRepositories=teavm::::https://…

maven maven-archetype bintray
Ask for maven archetype properties with defaults

I'm putting together a maven archetype that has a bunch of custom properties that are used to filter the various …

maven-2 maven-archetype
install maven archetype project jar with *.pom file to local repo

i`m kinda new to maven and want to know how to install an archetype jar to my local repo …

maven maven-3 maven-archetype
Are there no Wildfly 8 / Java EE 7 quickstart archetypes?

I remember from Jboss AS 7 and earlier there being convenient maven archetypes available that would set up maven projects with …

maven jboss wildfly maven-archetype
Windows console: Maven archetype list is too long

Problem: List generated by 'mvn archetype:generate" is too long for windows console to display (list gets cut off at …

maven maven-archetype
Maven archetype not using properties to create module names

I created an archetype where you can set the moduleName (or expect to) using a required property moduleName, here is …

maven maven-archetype
Can I convert an artifactId to a classname prefix in my maven archetype?

I'm creating a maven archetype and in the projects generated a want a class that is named after the artifact …

java maven velocity maven-archetype
Specify archetype for archetype:generate on command line

I'm generating a Maven archetype for a simple project. I use archetype:generate, and it gives me a list of …

maven maven-2 maven-archetype