DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.crowdcode : bgav-maven-plugin Javadoc & API Documentation - All Versions:

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

How to open Javadoc JAR file in web browser

  1. Rename the file bgav-maven-plugin-1.2.1-javadoc.jar to bgav-maven-plugin-1.2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder bgav-maven-plugin-1.2.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "bgav-maven-plugin-1.2.1-sources.jar" -d "bgav-maven-plugin-1.2.1-javadoc" -subpackages 

Advertisement