Top "Maven-3" questions

Apache Maven is a tool for project management and build automation.

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 do I download a Maven artifact at the command line without using dependency:get or maven-download-plugin?

I'd like to download an artifact and its dependencies at the command line. I.e. mvn [some plugin]:[goal] -DartifactId=[…

maven maven-plugin maven-3
What is the Maven way for automatic project versions when doing continuous delivery?

I have a web application where we deploy to production whenever a feature is ready, sometimes that can be a …

java maven continuous-integration maven-3 continuous-delivery
Getting maven project version and artifact ID from pom while running in Eclipse

I was looking up how to get the application name(artifact id) and version from maven pom or manifest when …

java maven-3 pom.xml
Maven 3.3.1 Config Error in IntelliJ Idea 14

I got the maven .tar file from http://maven.apache.org/download.cgi, and installed it to the path /usr/…

intellij-idea maven-3 intellij-14
Generate Javadoc HTML using maven?

Right now I am using the maven-javadoc-plugin to attach the Javadoc to .jar artifacts when I am doing a release. …

maven-3 maven-javadoc-plugin
Upgrading Maven on Mac

Tried to upgrade maven. Followed this tutorial. Now I am getting this How does a file exist and not exist?

macos maven-3
How can I include test classes into Maven jar and execute them?

In a Maven project, I have test classes and source classes in the same package, but in different physical locations. .../…

java maven unit-testing maven-3 maven-jar-plugin
Unable to locate Source XRef to link to

I have a big maven project that uses the pmd plugin for code quality checks. since I started using the …

java maven maven-3 pmd
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