Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

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
how to detect a build error from ant/maven via a bash script?

I am writing a bash script to automate the build process. There are two major build blocks, one is an …

bash maven-2 ant scripting
Unpack inner zips in zip with Maven

I can unpack zip file via the maven-dependency plugin, but currently I have the problem that inside that zip file …

maven zip maven-2 archive unzip
What is the best way to avoid maven-jar?

I am using a different plugin (ant4eclipse) to jar my files. What is the best way to avoid the …

java maven-2 ant jar maven-plugin
java maven rebuild dependency

I have a project which has dependency A. Project is packing into WAR and dependency A - into jar. And …

java maven-2 maven-assembly-plugin
Maven best practice for generating multiple jars with different/filtered classes?

I developed a Java utility library (similarly to Apache Commons) that I use in various projects. In addition to fat …

maven-2 maven maven-assembly-plugin
What are unused/undeclared dependencies in Maven? What to do with them?

Maven dependency:analyze complains about the dependencies in my project. How does it determine which are unused and which are …

maven dependencies maven-2
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
What's the minimum classpath for an Axis2 client?

I want to build an Axis2 client (I'm only accessing a remote web service, I'm not implementing one!) with Maven2 …

java maven-2 classpath axis2
Generating html surefire test html output during test phase

I'm not sure if this is a simple question or not, but I'd like surefire to generate html formatted output …

maven-2 surefire