Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Maven WAR dependency

I am writing a project for acceptance testing and for various reasons this is dependent on another project which is …

maven maven-2 war maven-dependency-plugin
Is it possible to override the configuration of a plugin already defined for a profile in a parent POM?

In a POM parent file of my project, I have such a profile defining some configurations useful for this project (…

maven-2 plugins configuration profile
How to change the alias of a key within a keystore?

I signed my JWS application MemorizEasy with a key whose alias is: memofile.reference.emma.jar=/Users/simpatico/.netbeans/6.8/modules/…

java maven-2 java-web-start jar-signing
Using Maven for C/C++ projects

I'm putting Maven build around cluster of amateur, poorly written and frankly - primitive C/C++ code (meaning some C, …

c++ maven-2 maven-plugin
Using maven to output the version number to a text file

I want to generate a zip file that will update an application with maven. The zip will be hosted on …

java maven-2 maven-assembly-plugin
Is it possible to rename a maven jar-with-dependencies?

I'm currently using the jar-with-dependencies assembly to create such a jar. However, the name of my jar is a bit …

java maven-2 jar maven-assembly-plugin
dependencies.dependency.version' is missing error

I am trying to create a bundle using apache maven. When I run mvn clean install command it is giving …

java maven-2 osgi-bundle
Maven: how to do parallel builds?

When you build with maven on a multicore / multi-CPU machine it would often be possible to build different subprojects in …

maven-2 build-process build-automation
How do I run a specific goal with a particular configuration in a Maven plugin when I have several configurations for that goal

See plugin config from pom.xml below. I can do: mvn myplugin:myGoal Which runs myGoal (both executions I suppose) …

maven plugins maven-2 pom.xml
How do I get Eclipse to resolve classes generated with Maven 2?

I'm using Google Protocol Buffers to generate some Java classes for my project. Using Maven 2 and its "antrun" plugin, these …

eclipse maven-2 code-generation protocol-buffers