Tagged Questions
0
votes
1answer
18 views
Which Artifact to choose for a JAR maven Project?
Im developping an application that contains too projects
1.EJB Maven Project: it's a JAR file contains my models (jpa entities) and my services ( session Bean)
2.WEB Maven project: project ...
0
votes
1answer
80 views
JCodeModel to use in custom maven archetype
I am new to maven and Jcodemodel. I am trying to create an archetype which will accept the wsdl and generate the code. I need to create java code for implementation class file by implementing the ...
0
votes
1answer
80 views
Creating archetype using jcodemodel
I am trying to create a maven archetype in which I am trying to autogenerate the code in a java class. I have came across jcodemodel to generate java class. Anyone kindly guide me hoe to do it and ...
1
vote
2answers
4k views
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.mavenbook ...
11
votes
3answers
5k views
Newbie: maven archetype:generate
I haven't used maven before, now I start to learn what maven is and how to use it.
I am now following the maven.apache.org tutorial here to start my maven study.
In the section "How do I make my ...
0
votes
2answers
2k views
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 to build the archetype project okay, but when I try to generate a project ...
1
vote
1answer
1k views
Filter archetypes in Maven command line with archetype:generate
When trying to generate a Maven project from an archetype (using mvn archetype:generate), the command returns a lots of archetypes.
Is there a way to filter archetypes given a word (contained in ...
1
vote
1answer
3k views
Maven archetype problem
I am a newbie to maven. I have installed apache archiva in my machine to use as maven-proxy. My purpose is that I want to generate a sample project structure using maven archiva plugin. I have ...
2
votes
4answers
1k views
Cannot create a maven project from my archetype
I'm developing projects in Eclipse and I'm using maven, so I've created a new archetype, using the 'maven-archetype-archetype' Archetype, but once I try to create a new project with the my new ...
19
votes
5answers
18k views
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 type. I am trying to compile a list of all the Maven archetype catalogs ...