Class | Description |
---|---|
AbstractChangesMojo |
Abstract superclass for announcement mojos.
|
AbstractChangesReport |
Base class with the things that should be in AbstractMavenReport anyway.
|
ChangesCheckMojo |
Goal which checks that the changes.xml file has the necessary data to generate an announcement or a report for the
current release.
|
ChangesMojo |
Goal which creates a nicely formatted Changes Report in html format from a changes.xml file.
|
ChangesReportGenerator |
Generates a changes report.
|
ChangesValidatorMojo |
Goal which validate the
changes.xml file. |
ChangesXML |
A facade for a changes.xml file.
|
FeedGenerator | |
HelpMojo |
Display help information on maven-changes-plugin.
|
IssueAdapter |
An adapter that can adapt data models from other issue management system to the data models used in the changes.xml
file.
|
ProjectUtils |
A utility class for working with Project objects.
|
ReleaseUtils |
A utility class for working with Release objects.
|
Enum | Description |
---|---|
IssueType |
The types of issues that can be used in a
changes.xml file. |
Exception | Description |
---|---|
ChangesXMLRuntimeException |
This is a runtime exception class that is thrown by the
ChangesXML.ChangesXML(java.io.File, org.apache.maven.plugin.logging.Log) constructor if the given changes.xml
file cannot be parsed, for example it is not well-formed or valid. |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.