Apache Maven is a software project management and comprehension tool.
in my pom I've added the exec-maven-plugin to call a java class which will generate a file. This class requires …
maven-2 exec-maven-pluginScenario: Given Parent POM which defines a profile and a child (as module) Child project(s) that will be using …
maven-2 profile activationI have an application that is developed in a Windows environment. The application itself gets deployed to a Linux environment. …
java maven-2 dos2unixI have a dependency in my POM that needs to be set to "provided" so it is not included at …
maven-2 maven dependency-management pom.xmlIs it possible to execute build.xml script with Maven? This script checksout all my projects and subprojects and I've …
svn maven-2 svn-checkoutI'm currently working on a java project using maven. We use the maven surefire plugin to run our junit suite …
maven-2 junit surefireI have a working or mostly working POM that fetches all and exactly just the JARs that interest me for …
eclipse maven-2 maven-archetypeI'm trying to configure hbm2java with maven to generate POJO classes and DAO objects. One of the issues I'm …
hibernate maven-2 hibernate-tools hbm2javaWe are currently attempting to port a very (very) large project built with ant to maven (while also moving to …
maven-2 maven-3 pom.xml project-structure classification