Skip to content

johnoliver/git-rollback-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-rollback-maven-plugin

Provides a release rollback functionality that deletes git tags created by a maven release, rolls back the release and deletes any artifacts deployed as part of the release

Usage

mvn release:prepare
...failure
mvn org.jclarity:git-rollback-maven-plugin:rollback

Alternatively to shorten the command, add the following to the pom.xml

  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.jclarity</groupId>
          <artifactId>git-rollback-maven-plugin</artifactId>
          <version>1.0</version>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>

Then execute with mvn git-rollback:rollback

About

Provides a release rollback functionality that deletes git tags created by a maven release, rolls back the release and deletes any artifacts deployed as part of the release

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages