Apache Maven is a software project management and comprehension tool.
When I want to update indices from the central Maven repository, I always get an error: java.lang.RuntimeException: java.…
intellij-idea maven-2 intellij-13Is it possible for a child POM to inherit profiles defined in the parent POM? If so, how?
maven-2 maven-profilesI've just spent the last hour looking at threads on Stackoverflow.com , trying to import a Maven project in to …
java eclipse maven-2 maven sts-springsourcetoolsuiteI have configured following assembly: <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId&…
maven-2 maven-assembly-pluginI am using the maven release plugin. Problem is simple: I don't want to do a deploy on release:perform. …
maven-2 maven-release-pluginI have a Maven project with 4 modules - 3 of them contain code and some tests (testing equals and hashcode of …
maven-2 coberturaUsing the Maven javadoc plugin you can exclude certain packages - but I have lots of packages and only a …
java maven-2 javadoc maven-pluginI create my application archive with the maven assembly plugin. All the dependency present in my pom are included without …
java maven-2 maven-plugin maven-assembly-pluginAs part of an automated deployment I need a script to download the latest version of an artifact from our …
shell maven-2 ant artifactoryI want to use the exec:java plugin to invoke the main class from command line. I can pass arguments …
java maven-2 exec-maven-plugin