DOC

org.commonjava.maven.plugins : directory-maven-plugin

Maven & Gradle

Sep 22, 2021
37 stars

Directory Maven Plugin · Provides goals to discover various paths based on the projects currently building. For example, directory of the execution root project, directory of a given project (based on groupId/artifactId), and highest project basedir that hasn't been resolved from the repository.

Table Of Contents

Latest Version

Download org.commonjava.maven.plugins : directory-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.commonjava.maven.plugins : directory-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0
0.3.x
0.3
0.2
0.1

How to open Javadoc JAR file in web browser

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

Advertisement