Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Maven. How to include specific folder or file when assemblying project depending on is it dev build or production?

Using maven-assembly-plugin <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.1</version> <configuration&…

maven-2 maven maven-assembly-plugin
Is there a way to skip only a single test in maven?

I would like to skip only a single test while launching mvn install. Is there a way to do that ?

maven-2 surefire
Is there a decent HTML Junit report plugin for Maven?

I find the surefire-report plug-in very unsuitable to my working style. I clean the project all the time and I …

java maven-2 ant surefire
How to keep Maven profiles which are activeByDefault active even if another profile gets activated?

I have a profile in my pom.xml which should be always active unless it is explicitely deactivated (-P !firstProfile). …

maven-2 maven maven-3
How to deploy SNAPSHOT with sources and JavaDoc?

I want to deploy sources and javadocs with my snapshots. This means that I want to automize the following command: …

java maven-2 maven-release-plugin
Externalising SCM credentials with Maven

Is there a method to externalize my SCM credentials so they are not stored in the project's POM? The problem …

svn version-control maven-2 maven-scm
m2eclipse: Eclipse is running in a JRE, but a JDK is required

I have a problem with m2eclipse (0.10.0) together with eclipse galileo (Build id: 20090920-1017). I always get the error message:"…

eclipse maven-2 java m2eclipse
Tomcat 7 - Maven Plugin?

I just wanted to double-check, has anyone found or is working on a Tomcat 7 plugin? If not, is anyone interested …

maven-2 maven-plugin tomcat7
Is there a way to exclude a Maven dependency globally?

I’m trying to find a “generic” way of excluding a transitive dependency from being included without having to exclude …

maven maven-2 dependencies pom.xml
Maven archetype for simple Servlet application

Is there a Maven 2 archetype for a simple Servlet (2.5) web application?

java servlets maven-2 maven-archetype