Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

How to skip install phase in Maven build if I already have this version installed in repo

I have a project that consist of 3 different libraries. When I run install script it takes all libraries from repo …

maven-2 installation phase
Why is there no need for Maven in .NET?

I have the impression, that in the .NET-world, there is no real need for a Maven-like tool. I am aware …

.net maven-2 build-process build build-automation
Removing version number from file name with Maven

I have a project with 5 modules in maven. Right now, when I do a "mvn clean install", it generates an …

java build maven-2 ear maven-ear-plugin
axis2 maven example

I try to use axis2 (1.5.1) version to generate java codes from wsdl files, but I can't figure out what is …

maven-2 wsdl axis2 xmlserializer wsdl2code
Maven: how to export project with sources and dependencies

I have Maven project with dependencies in repo and stuff. I want to "export" its sources with all dependencies so …

maven-2 maven-dependency-plugin
How to download SNAPSHOT version from maven SNAPSHOT repository?

So I have a project and I do regular releases to maven without a problem. I now want to make …

java maven-2 maven snapshot
In IntelliJ, how do i debug a maven test goal?

Using intellij and maven pom files, how do i debug tests run inside the maven test goal? When i run …

testing maven-2 intellij-idea
maven-archetype-webapp eclipse problem

I'm trying to create a very simple webapp with maven and eclipse, but I'm having no joy at all, in …

java eclipse maven-2 m2eclipse maven-archetype
Using Java Advanced Imaging with Maven

The JAI setup is quite tedious, involving multiple jars and environment variables. It would aid the project's portability quite a …

java maven-2 jai
maven2: excluding directory from WAR

I tried this to exclude whole directory (${basedir}/src/main/webapp/webscripts) from my WAR file but it failed. What …

maven-2 maven maven-war-plugin