Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Maven: property substitution not done for /project/version tag of pom?

http://maven.apache.org/pom.html#Properties says property "values are accessible anywhere within a POM". Should this read "are …

maven-2 properties substitution pom.xml
How do I add an Implementation-Version value to a jar manifest using Maven?

I'd like to add an Implementation-Version line to a manifest in my jar file that reflects the POM version number. …

java maven-2 build-process jar manifest
Maven Build multiple profiles in one go

It is our policy to only build 1 deployable jar. all environment-specific configurations are kept separate, and we build them all …

maven-2 maven profiles
Is there a way to tell surefire to skip tests in a certain package?

Something like the following. I would like a way to skip my dao tests in surefire. Trying to avoid overhead …

maven-2 surefire
How to put maven project version in war file manifest?

I need to have Maven insert the version number from the POM file into the manifest located in the WAR …

java maven-2 maven maven-plugin
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project mrlda: Compilation failure: Compilation failure: [ERROR] /…

java maven maven-2 maven-compiler-plugin
From Maven, how do I run a class that lives under src/test/java?

I have inherited a codebase :) Under src/test/java/ there's a file that I need to run (I need to …

java maven-2 exec-maven-plugin
Maven: compile aspectj project containing Java 1.6 source

Primary Question What I want to do is fairly easy. Or so you would think. However, nothing is working properly. …

java maven-2 aop aspectj
Is there a Maven alternative or port for the .NET world?

Is there a Maven alternative or port for the .NET world? I would love to use a good dependency management …

java .net maven-2 build-process build
Enable debug logging in maven jetty 7 plugin

I'm running a java webapp with a simple mvn jetty:run, using the latest jetty plugin, but I can't seem …

java logging maven-2 jetty maven-jetty-plugin