Top "Maven-3" questions

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

Invalid packaging for parent pom.xml, must be "pom" but is "ear"

Could anybody suggest me an solution with the following exception. I am going to create a multi-module project. Parent Project …

java maven maven-3 ear maven-ear-plugin
What is the difference between "Maven Install" and "Maven Build" with M2Eclipse?

I tried to search about the differences between maven install and maven build in the eclipse m2e plugin (if …

maven maven-3 m2eclipse
How to eliminate the "maven-enforcer-plugin (goal "enforce") is ignored by m2e" warning by eclipse?

I am configuring a multi-module parent child maven project using maven and eclipse m2e, I am using the latest …

eclipse maven maven-3 m2eclipse m2e
Maven command to list lifecycle phases along with bound goals?

I'm just learning Maven, and so this might be obvious, but I can't find an easy way to list the …

maven-2 maven-3
What is the difference between artifactId and groupId in pom.xml?

How would you explain it to a newbie web developer or programmer with some real world organization example (like say …

maven maven-2 maven-3 pom.xml maven-plugin
Changing the order of maven plugin execution

I am new to maven. I would like to change the order of maven plug-in execution. In my pom.xml, …

maven-3
Maven Cobertura plugin not generating coverage.xml

I am trying to generate a coverage.xml so that I can reference it in Cobertura plugin of Hudson, but …

maven-plugin maven-3 hudson-plugins cobertura
Using Maven to just download JARs

I would like to have Maven download the JARs listed in a pom.xml file. How do I do that? …

maven-2 maven maven-3
JaCoCo with Maven - missing execution data file

We have a Maven multi module project consisting of a parent (HelloWorld) and different children (HelloWorldServices and HelloWorldPresentation) and use …

java maven maven-3 pom.xml jacoco-maven-plugin
how to make jetty server accessible from LAN?

I am trying to access a web app (deployed in jetty8 on my machine (A)) from another machine (B) on …

java jetty localhost maven-3 lan