Apache Maven is a software project management and comprehension tool.
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-pluginIn a POM parent file of my project, I have such a profile defining some configurations useful for this project (…
maven-2 plugins configuration profileI 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-signingI'm putting Maven build around cluster of amateur, poorly written and frankly - primitive C/C++ code (meaning some C, …
c++ maven-2 maven-pluginI want to generate a zip file that will update an application with maven. The zip will be hosted on …
java maven-2 maven-assembly-pluginI'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-pluginI am trying to create a bundle using apache maven. When I run mvn clean install command it is giving …
java maven-2 osgi-bundleWhen 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-automationI'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