Top "Maven-release-plugin" questions

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

Maven release:prepare fails with "scm connection or developerConnection must be specified"

I'm trying to prepare a release of my maven project with mvn release:prepare but it fails with the following …

maven maven-release-plugin
Deploying assembly package with maven-release-plugin

We use Hudson and the maven-release-plugin to do the release builds. Now I have a project which contains an assembly …

deployment maven-2 maven-assembly-plugin maven-release-plugin
Passing arguments to Maven release build

I'm trying to release a library using Maven and perform a site-deploy to sourceforge (I have create an interactive shell …

java maven jenkins maven-release-plugin
how to make maven release plugin skip tests?

I'm running mvn release:prepare -Darguments="-Dmaven.test.skip=true -DskipTests" on the master checkout of Spotify's docker-client. But I …

maven maven-release-plugin
Maven release plugin git credentials

We are using Jenkins and just switched from a file based git repo without authentication to using GitBlit with proper …

git maven authentication maven-release-plugin
how to release a project which depends on a 3rd party SNAPSHOT project in maven

i would like to release a snapshot project 'foo-1.0-SNAPSHOT' using the maven release plugin. The project depends on a 3…

maven-2 versioning release snapshot maven-release-plugin
Maven release plugin - SNAPSHOT project needed

I am using the M2 release plugin from within Jenkins which calls the maven-release-plugin 2.3.2 internally and while building throws this …

maven jenkins hudson maven-release-plugin
org.apache.maven.BuildFailureException: No SCM URL was provided to perform the release from

I'm using maven 2.2.1 and I sucessfully ran: mvn -B release:clean release:prepare But get the error message 'No SCM …

maven maven-release-plugin
Remove -SNAPSHOT from project version in pom

I have a pom with the following GAV <groupId>com.company.services</groupId> <artifactId>…

maven maven-3 pom.xml maven-release-plugin versions-maven-plugin
Maven Release Plugin use in Jenkins Pipeline

I'm using Jenkins Pipeline to automatically build and deploy my Java apps. I also use maven-release-plugin to perform Maven deploy …

git maven jenkins maven-release-plugin