DOC

com.github.bordertech.common : qa-parent

Maven & Gradle

Feb 07, 2023
0 stars

Quality assurance configuration for BorderTech java projects. Note that projects inheriting from this POM also inherit the release configuration from bordertech-parent.

Table Of Contents

Latest Version

Download com.github.bordertech.common : qa-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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