DOC

com.gitlab.autofeedback : autofeedback-maven-plugin

Maven & Gradle

Apr 10, 2023

AutoFeedback Maven Plugin · Maven plugin that packages Maven-based Java applications into a ZIP file and submits them to AutoFeedback. Handles token generation and registration as well.

Table Of Contents

Latest Version

Download com.gitlab.autofeedback : autofeedback-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.gitlab.autofeedback : autofeedback-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file autofeedback-maven-plugin-0.5.2-javadoc.jar to autofeedback-maven-plugin-0.5.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder autofeedback-maven-plugin-0.5.2-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 "autofeedback-maven-plugin-0.5.2-sources.jar" -d "autofeedback-maven-plugin-0.5.2-javadoc" -subpackages