org.apache.maven.plugin.changes
Class ChangesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugin.changes.AbstractChangesReport
org.apache.maven.plugin.changes.ChangesMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo, MavenMultiPageReport, MavenReport
@Mojo(name="changes-report",
threadSafe=true)
public class ChangesMojo
- extends AbstractChangesReport
Goal which creates a nicely formatted Changes Report in html format from a changes.xml file.
- Version:
- $Id: ChangesMojo.java 1423355 2012-12-18 09:03:16Z ltheussl $
- Author:
- Johnny R. Ruiz III
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
session
@Component
protected MavenSession session
- Since:
- 2.2
ChangesMojo
public ChangesMojo()
canGenerateReport
public boolean canGenerateReport()
- Specified by:
canGenerateReport
in interface MavenReport
- Overrides:
canGenerateReport
in class AbstractMavenReport
executeReport
public void executeReport(Locale locale)
throws MavenReportException
- Specified by:
executeReport
in class AbstractMavenReport
- Throws:
MavenReportException
getDescription
public String getDescription(Locale locale)
getName
public String getName(Locale locale)
getOutputName
public String getOutputName()
getTeamlist
protected String getTeamlist()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.