Top "Maven-archetype" questions

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

Is there a maven 2 archetype for spring 3 MVC applications?

I'm experimenting with the spring 3 MVC framework. Since i use maven 2 to manage my project, i'm searching for a archetype …

spring spring-mvc maven-2 maven-archetype
Why does Maven warn me about encoding?

My goal is to create an archetype from a project. When I run a goal that does not involve the …

java maven maven-archetype
What archetype to choose for a simple java project

mvn archetype:generate provides way too many options and I am looking to create a simple java utility with junit …

java maven maven-archetype
What are the URLs of all the Maven Archetype catalogs that you know about?

Maven Archetypes are the "templates" by which you can quickly generate a running example of a given framework or project …

java maven-2 maven-plugin maven-archetype
maven-archetype-webapp eclipse problem

I'm trying to create a very simple webapp with maven and eclipse, but I'm having no joy at all, in …

java eclipse maven-2 m2eclipse maven-archetype
Jersey Maven quickstart archetype in Eclipse

I am trying to create Jersey normally with the aid of maven but I am always getting this structure as …

java maven jersey jersey-2.0 maven-archetype
Maven archetype for simple Servlet application

Is there a Maven 2 archetype for a simple Servlet (2.5) web application?

java servlets maven-2 maven-archetype
Maven 3: Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:generate

I'm trying to test maven using mvn archetype:generate -DgroupId=org.sonatype.mavenbook -DartifactId=quickstart -Dversion=1.0-SNAPSHOT -DpackageName=org.sonatype.…

java maven-3 maven-plugin maven-archetype
How to create a project using maven-archetype-plugin? What is artefactId etc?

I am new to Maven and am using the maven.apache.org tutorial here as an introduction. In the "How …

maven maven-2 maven-3 maven-plugin maven-archetype
Simple Maven setup for creating JAX-WS webservice

I'd like to create Maven project which will build my webservice to war file, ready to be deployed on GlassFish. …

java web-services maven jax-ws maven-archetype