jar

io.crowdcode : bgav-maven-plugin

Maven & Gradle

Jun 14, 2021
3 stars

Maven BGAV Plugin · This is the maven BGAV plugin, which enables you to have Branch IDs in your version as generated by Tools like JIRA or Gitlab. If you have the SCM connection in all your project in position, this plugin will automatically check your project, your own project dependencies and even other projects for sharing a feature branch and replace all version number with a branched one. When merging back to develop or release, the feature branch ID will be removed automatically. Project GAV, Dependency GAV and even variables can be altered by this plugin. Changes will be automatically pushed.

Table Of Contents

Latest Version

Download io.crowdcode : bgav-maven-plugin JAR file - Latest Versions:

All Versions

Download io.crowdcode : bgav-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.0.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bgav-maven-plugin-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.crowdcode.bgav

├─ io.crowdcode.bgav.FileHelper.class - [JAR]

├─ io.crowdcode.bgav.GitHandler.class - [JAR]

├─ io.crowdcode.bgav.MavenHandler.class - [JAR]

├─ io.crowdcode.bgav.Plugin.class - [JAR]

├─ io.crowdcode.bgav.PropertyHelper.class - [JAR]

├─ io.crowdcode.bgav.XMLHandler.class - [JAR]

Advertisement