Top "Maven-3" questions

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

What is the proper way to use Cobertura with Maven 3.0.2

I have been trying unsuccessfully for the last few days to run Cobertura 2.4 with Maven 3.0.2. We have a very large …

maven maven-3 cobertura
Maven 3 Artifact problem

I made a new struts project in eclipse using the struts2-archtype-starter. A few errors where in my project already …

java eclipse struts2 m2eclipse maven-3
Why is maven-war-plugin failing for web.xml missing if I configured it not to fail on missing web.xml?

Here's a challenge: why is this build failing? I have configured Maven's maven-war-plugin not to fail on an abscent web.…

java maven maven-3 war maven-war-plugin
how to exclude all artifacts from a group in maven?

I am using maven 3 with the Enforcer plugin configured to force version convergence. I am using Spring 3.1.2 and Spring Security 3.1.3. …

maven maven-3
NoClassDefFoundError in web application running on Tomcat 7

I have web application written in Java using gucie-servlet framework being built by Maven 3. When I deploy it on Tomcat 7 …

java maven tomcat7 maven-3 guice-servlet
Maven: NoClassDefFoundError in the main thread

I am currently building a little Apache-Mina Server app. I am using Maven to build it. When i try to …

java maven maven-3 apache-mina
Maven Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3

hi im using maven to compile a jersey web services project and im getting error compiling it in windows 2008 server. …

java maven-3 exec-maven-plugin
Maven & Protobuf compile error: Cannot find symbol in package com.google.protobuf

I'm new to Linux and Protobuf.. I need help. I'm trying to "mvn package" a project that contains many ".proto" …

java maven maven-2 maven-3 protocol-buffers
Buildr, Gradle or wait for Maven 3?

I am really tired of struggling with Maven 2 all the time. Build tools should not be in the way. Recently …

maven-2 buildr gradle maven-3
Sonar Maven Plugin: How do I exclude test source directories?

I have a Maven project with Java sources and Scala test sources. I generate code coverage using Jacoco during the …

sonarqube maven-3 jacoco