Top "Maven-archetype" questions

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

Maven Jboss archetypes catalog on eclipse m2e

Just a simple question since I cannot find the correct url on the Jboss AS 7 started guide. When I'm creating …

maven jboss java-ee-6 maven-archetype
Maven Archetype Installation

I wana configure a Java EE project with primefaces. I read somewhere that I can create a project structure with …

maven plugins installation maven-archetype
Add a remote Archetype Catalog in IntelliJ

I am new to IntelliJ but coming from Eclipse I expected Maven support to be far better. It really is …

maven intellij-idea maven-archetype
Using maven android archetype with eclipse

I am trying to use the following archetype. https://github.com/akquinet/android-archetypes/wiki/Android-release-archetype I can follow the instructions …

android eclipse maven maven-archetype
Maven-archetype-webapp Directory Structure?

Is there a possibility or a workaroud to use maven-archetype-webapp archetype to generate a maven webapp with plain directory structure …

maven maven-archetype archetypes
Change Maven Archetype after a project is created in Eclipse?

I've created a Maven project with maven-archetype-quickstart. I've started coding and now I want to change the archetype to maven-archetype-webapp …

eclipse maven m2eclipse maven-archetype
How to create Servlet 3.0 web application in maven?

When I use eclipse to create webapp with maven using "maven-archetype-webapp", it creates only Servlet 2.3. How can I create Servlet 3.0?

eclipse maven servlets web-applications maven-archetype
Maven archetypes for hibernate using JPA annotations method

Does anyone know where to find or how to setup a hibernate project from a maven archetype? The important part …

java hibernate maven jpa maven-archetype
mvn archetype:generate -DarchetypeCatalog=local does not list my archetype

First, I created an archetype project and installed it to the local maven repository. Next, I ran mvn archetype:crawl …

maven-archetype
Change package property in Maven Archetype

I created a Maven Archetype. My META-INF/maven/archetype-metadata.xml looks like this: <archetype-descriptor xmlns="http://maven.apache.org/…

maven maven-3 maven-archetype