DOC

org.glassfish.build : maven-glassfishbuild-extension

Maven & Gradle

Sep 14, 2011

Maven extension for building GlassFish · GlassFish build depends on properly functioning several custom lifecycle mappings and artifact handlers. Because these are necessary to resolve dependencies and to run "gf:run" goal and etc., it is critical that these extensions be made available to Maven early on during Maven execution. This definition was originally in maven-glassfish-plugin, which was integrated into Maven POM through <plugin>/<extensions>true marking, but after a series of debugging to resolve artifact resolution failure problems, it turns out that that doesn't cause Maven to load components early enough. I tried to circumbent the prolem by also registering the maven-glassfish-plugin as an extension module (via <build>/<extensions/<extension>), but that apparently confuses Maven to no end --- I get build errors like this: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin' This is obviously one of the problematic areas of Maven, so to avoid doing hack over hack, I'm simply moving the component definitions to its own module.

Table Of Contents

Latest Version

Download org.glassfish.build : maven-glassfishbuild-extension Javadoc & API Documentation - Latest Versions:

All Versions

Download org.glassfish.build : maven-glassfishbuild-extension Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.2.x
3.2
3.1.x
3.1
3.0.x
3.0

How to open Javadoc JAR file in web browser

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