Top "Maven-release-plugin" questions

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

Maven release plugin error on mvn release:prepare

I am using Maven 3.3.3 and Github SCM to release a jar to Sonatype. I am able to run mvn clean …

java maven maven-3 maven-release-plugin sonatype
Maven release plugin and windows line breaks

when i try to run the maven-release-plugin it changes the version in the pom.xml file. Prior to the maven …

maven-release-plugin line-endings
git push fails using maven release plugin

running git version 1.7 and maven 3.0.3 and maven release plugin 2.4.2 and attempting to run the following command: mvn clean install release:…

git maven maven-release-plugin
Maven release in gitlab

We are trying to perform a maven release using maven. We are using gitlab as our CI tool. Issue is …

git maven gitlab-ci maven-release-plugin