Top "Maven-archetype" questions

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

How do I find the correct Maven archetype project for developing with Scala in Eclipse?

I'm having problems trying to just create a Maven project using Scala (v2.11.6) within Eclipse (Luna). The instructions here says …

eclipse scala maven m2eclipse maven-archetype
Gradle counterpart to Maven archetype?

What is the Gradle counterpart to Maven archetypes? How can I give other Gradle users a template for the file …

maven gradle maven-archetype
maven can't find archetype in my repository

I'm trying to create my own maven archetype. For now, I'm going through this tutorial [here][1] without success. I'm able …

maven maven-3 maven-plugin maven-archetype
How to create web application Maven archetype for Eclipse?

I have a working or mostly working POM that fetches all and exactly just the JARs that interest me for …

eclipse maven-2 maven-archetype
maven archetype:generate does not find archetype in local catalog

I have created and installed my own archetype and now I am trying to create a new project with it …

maven maven-archetype
What is "Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains)"

I am new in Maven and tried creating Maven project using command line. When I run mvn archetype:generate from …

java maven maven-archetype
How to create empty folders with maven archetype?

There is an existing issue for this approach, located on Codehaus JIRA #ARCHETYPE-57, but all instructions listed in this ticket …

maven-2 maven-archetype
How to set default Maven's Java in Eclipse?

If I create new Maven project in Eclipse and base it on quickstart archetype, it appears with J2SE-1.5 in …

java eclipse maven m2e maven-archetype
Passing extra properties to maven archetype:generate

I've created a Maven archetype for a custom project setup, which is working wonderfully, but I was wondering if it's …

maven-2 maven-archetype
Maven: Could not find goal 'create' in plugin org.apache.maven.plugins:maven-archetype-plugin

I'm trying to create a Web Application Project with Maven as described here but I keep getting the following error …

maven maven-archetype