DOC

org.apache.netbeans.utilities : nbm-maven-plugin

Maven & Gradle

May 31, 2022
1 usages
11 stars

Apache NetBeans Maven Utilities - 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.apache.netbeans.utilities : nbm-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.netbeans.utilities : nbm-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.8
4.7
4.6
4.5
4.4
4.3
4.2

How to open Javadoc JAR file in web browser

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

Advertisement