Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

IntelliJ IDEA 13.1 - Updating maven repository index authentication failure

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-13
Inheriting Maven profiles

Is it possible for a child POM to inherit profiles defined in the parent POM? If so, how?

maven-2 maven-profiles
Trouble importing multi module maven project in to Eclipse (STS 2.5.2)

I'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-springsourcetoolsuite
The maven assembly plugin is not using the finalName for installing with attach=true?

I have configured following assembly: <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId&…

maven-2 maven-assembly-plugin
Maven release:perform without deploy and calling an external shell script

I am using the maven release plugin. Problem is simple: I don't want to do a deploy on release:perform. …

maven-2 maven-release-plugin
cobertura on maven multi module project

I have a Maven project with 4 modules - 3 of them contain code and some tests (testing equals and hashcode of …

maven-2 cobertura
Maven javadoc plugin - how can I include only certain classes?

Using the Maven javadoc plugin you can exclude certain packages - but I have lots of packages and only a …

java maven-2 javadoc maven-plugin
Maven assembly : add different version of the same artifact

I 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-plugin
How do I find the latest version of an artifact from a maven repository

As part of an automated deployment I need a script to download the latest version of an artifact from our …

shell maven-2 ant artifactory
How to pass systemProperties when invoking exec:java plugin in maven?

I 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