DOC

org.bitstrings.maven.plugins : nbm-maven-plugin

Maven & Gradle

Dec 03, 2015

NBM Maven Plugin · Maven plugin for creating NetBeans modules. It defines a custom lifecycle called "nbm". During packaging, the module JAR is enhanced with NetBeans-specific manifest entries and, along with other required files, packed into a *.nbm file, ready for distribution. Additionally the plugin provides aggregator goals to create an update site or cluster for your module projects.

Table Of Contents

Latest Version

Download org.bitstrings.maven.plugins : nbm-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.bitstrings.maven.plugins : nbm-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.1
3.14
3.13.x
3.11.x
3.11

How to open Javadoc JAR file in web browser

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