Top "Maven-release-plugin" questions

The Apache Maven Release Plugin is used to create releases with Maven.

Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved

I have install maven in my machine. I have properly set the class-path and maven home folder. Every time I …

maven maven-2 maven-3 maven-plugin maven-release-plugin
"You don't have a SNAPSHOT project in the reactor projects list." when using Jenkins Maven release plugin

I'm using SVN, Maven 3.0.3 on the latest version of Jenkins and the Maven Release plugin. I'm trying to use the …

maven jenkins release snapshot maven-release-plugin
"Git fatal: ref HEAD is not a symbolic ref" while using maven release plugin

I get the following error output while running the Maven release plugin prepare step i.e. mvn release:prepare --batch-mode …

git maven release maven-release-plugin bamboo
In a Maven project, how can I automatically update the version all child modules, plus the parent?

I have a multi-module project. parent POM (1.0-SNAPSHOT) |-- module1 (1.0-SNAPSHOT) |-- module2 (1.0-SNAPSHOT) `-- module3 (1.0-SNAPSHOT) When I execute …

maven-2 maven-release-plugin multi-module
How can I get maven-release-plugin to skip my tests?

How can I get the maven-release-plugin to run without triggering the tests? I have tried -Dmaven.test.skip=true and …

maven maven-release-plugin maven-surefire-plugin
How to configure a single Jenkins job to make the release process from trunk or branches?

I am currently enhancing the release process of our projects on Jenkins (1.430). Current release jobs Today, for one specific project, …

maven hudson jenkins maven-release-plugin
How to deploy SNAPSHOT with sources and JavaDoc?

I want to deploy sources and javadocs with my snapshots. This means that I want to automize the following command: …

java maven-2 maven-release-plugin
Maven release:prepare : Cannot prepare the release because you have local modifications

I'm facing a problem with continuum's release:prepare phase which fails in scm-check-modifications step with error : [ERROR] org.apache.maven.…

maven maven-release-plugin continuum
Maven release plugin fails : source artifacts getting deployed twice

We are using the maven release plugin on hudson and trying to automate the release process. The release:prepare works …

java maven nexus maven-release-plugin
How to get a command-line property to overwrite a maven property

I have a pom file in which version numbers of some dependencies rely on the project version property specified in …

maven maven-release-plugin