Top "Maven-plugin" questions

Do not use this tag for the use of specific Maven plugins.

Plugin error: execution not covered by lifecycle configuration

I am trying to use the maven-warpath-plugin available here. But I keep getting an error in my pom.xml file …

eclipse maven maven-plugin m2eclipse m2e
Which sonar-maven-plugin version to use?

I am wondering which sonar-maven-plugin in which version I should use. As far as I know there is a org.…

maven-plugin sonarqube
Maven build number plugin, how to save the build number in a file?

I've a Java project using Spring Framework and Git and I wanted to display a build number. I found the …

maven build maven-plugin buildnumber-maven-plugin
What is the best way to avoid maven-jar?

I am using a different plugin (ant4eclipse) to jar my files. What is the best way to avoid the …

java maven-2 ant jar maven-plugin
Maven Cobertura plugin not generating coverage.xml

I am trying to generate a coverage.xml so that I can reference it in Cobertura plugin of Hudson, but …

maven-plugin maven-3 hudson-plugins cobertura
ClassNotFoundException when running JUnit unit tests within Eclipse (using Maven)

I have just upgraded my SpringSource Tools Suite (STS, a variant IDE of Eclipse) to the latest version (v3.6.1). Then …

eclipse unit-testing maven maven-plugin classnotfoundexception
Maven 2.1.0 not passing on system properties to Java virtual machine

We use the command line to pass on system properties to the Java virtual machine when running our Hudson builds …

maven-2 jvm maven-plugin surefire system-properties
How can I add war file to another java web application dependencies?

I have web maven project. Project's output is a war file. I want to add this war file as dependency …

java web-applications maven-plugin
How to deploy only zip artifacts in maven

I have done some zip packaging in maven using the below descriptor and pom file. But in maven by default …

maven maven-plugin maven-deploy-plugin
now getting 401 unauthorized in jenkins when deploying artifact to archiva maven repo

This used to work before I upgraded Jenkins to 1.494. Now I get this error in Jenkins when using the build …

maven jenkins maven-plugin archiva