Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

Document Description
Distribution Management This document provides informations on the distribution management of this project.
About Tool used to generate the preferred class information for downloadable JAR files in the form of a META-INF/PREFERRED.LIST required for use by the {@link net.jini.loader.pref.PreferredClassLoader}. The list is generated by examining the dependencies of classes contained within a target JAR file and zero or more additional supporting JAR files. Through various command-line options, a set of "root" classes are identified as belonging to a public API. These root classes provide the starting point for recursively computing a dependency graph, finding all of the classes referenced in the public API of the root classes, finding all of the classes referenced in turn by the public API of those classes, and so on, until no new classes are found. The results of the dependency analysis are combined with the preferred list information in the additional supporting JAR files to compute a preferred list having the smallest number of entries that describes the preferred state of the classes and resources contained in all of the JAR files. The output of the tool is a new version of the target JAR file containing the generated preferred list, and/or a copy of the list printed to System.out.
Dependencies This document lists the project's dependencies and provides information on each dependency.
Issue Tracking This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Project Plugins This document lists the build plugins and the report plugins used by this project.
Continuous Integration This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project License This is a link to the definitions of project licenses.
Dependency Management This document lists the dependencies that are defined through dependencyManagement.
Mailing Lists This document provides subscription and archive information for this project's mailing lists.
Project Team This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Source Repository This is a link to the online source repository that can be viewed via a web browser.
Plugin Management This document lists the plugins that are defined through pluginManagement.
Project Summary This document lists other related information of this project