Top "Maven-3" questions

Apache Maven is a tool for project management and build automation.

Maven deploy failed?

Hi, I created new maven artifact using archiva, in order to share updated jar projects with my team. when I …

maven maven-3 pom.xml archiva
No plugin found for prefix 'exec' in the current project and in the plug in groups org.codehaus.mojo

I have read several questions with similar issue and the Help 1 page. Unfortunately, I am stuck. One possible reason could …

java spring maven maven-3 exec-maven-plugin
Suppress Maven Dependency Plugin's "Unused declared dependencies found" warnings

The maven-dependency-plugin identifies what it believes to be unused dependencies when you compile by producing warnings at compile time. [WARNING] …

java maven maven-3 pom.xml maven-dependency-plugin
maven-dependency-plugin:unpack Error

I'm trying to extract some .exe files from a dependency jar file and put them under ${project.build.directory}/classes/. …

maven-3 maven-dependency-plugin
Maven JAXB plugin executing only one excecution

I am trying to generated sources from two XSD schemas. My JAXB maven plugin looks like this: <plugin> &…

java maven jaxb maven-3 maven-jaxb2-plugin
Append the value of argLine param in maven-surefire-plugin

I am using maven-surefire-plugin + Sonar together and I would like to add some extra value to argLine parameter of the …

java maven maven-3 maven-surefire-plugin
Where is mvn.exe when using embedded maven 3 in eclipse indigo?

I'm using the Indigo Release of eclipse. When I check Window -> Preferences, Maven -> Installations, it confirms …

eclipse maven maven-3 eclipse-indigo
How to specify active profiles in Maven3

Our application consists of various active profiles (say A1, A2, A3, A5 ...) which were separately defined in a profiles.xml …

maven profile maven-3
Maven 3 - Worth it?

Maven 3 beta is out since a couple of weeks and I just want to get your views on the feature …

maven-3
Activate Maven profile if another profile is not activated

The question is related to Maven: Only activate profile A if profile B is not activated?, but it's more specific. …

java maven build maven-3 maven-profiles