DOC

org.coosproject.build-tools.org.apache.felix : maven-bundle-plugin

Maven & Gradle

Aug 13, 2010

Maven Bundle Plugin · Provides a maven plugin that supports creating an OSGi bundle from the contents of the compilation classpath along with its resources and dependencies. Plus a zillion other features. The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)

Table Of Contents

Latest Version

Download org.coosproject.build-tools.org.apache.felix : maven-bundle-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.coosproject.build-tools.org.apache.felix : maven-bundle-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x

How to open Javadoc JAR file in web browser

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