Apache Maven is a software project management and comprehension tool.
I have a project that consist of 3 different libraries. When I run install script it takes all libraries from repo …
maven-2 installation phaseI 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-automationI 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-pluginI 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 wsdl2codeI have Maven project with dependencies in repo and stuff. I want to "export" its sources with all dependencies so …
maven-2 maven-dependency-pluginUsing intellij and maven pom files, how do i debug tests run inside the maven test goal? When i run …
testing maven-2 intellij-ideaI'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-archetypeThe JAI setup is quite tedious, involving multiple jars and environment variables. It would aid the project's portability quite a …
java maven-2 jaiI 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