Apache Maven is a software project management and comprehension tool.
Using maven-assembly-plugin <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.1</version> <configuration&…
maven-2 maven maven-assembly-pluginI would like to skip only a single test while launching mvn install. Is there a way to do that ?
maven-2 surefireI have a profile in my pom.xml which should be always active unless it is explicitely deactivated (-P !firstProfile). …
maven-2 maven maven-3I want to deploy sources and javadocs with my snapshots. This means that I want to automize the following command: …
java maven-2 maven-release-pluginIs 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-scmI 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 tomcat7I’m trying to find a “generic” way of excluding a transitive dependency from being included without having to exclude …
maven maven-2 dependencies pom.xmlIs there a Maven 2 archetype for a simple Servlet (2.5) web application?
java servlets maven-2 maven-archetype