RAT (Release Audit Tool) results

The following document contains the results of RAT (Release Audit Tool).

*****************************************************
Summary
-------
Generated at: 2013-04-14T09:57:12+02:00
Notes: 0
Binaries: 0
Archives: 0
Standards: 15

Apache Licensed: 13
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

2 Unknown Licenses

*******************************

Unapproved licenses:

  src/site/apt/index.apt
  src/it/aether/invoker.properties

*******************************

Archives:

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  AL    src/main/java/org/apache/maven/reporting/exec/MavenPluginManagerHelper.java
  AL    src/main/java/org/apache/maven/reporting/exec/MavenReportExecutorRequest.java
  AL    src/main/java/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.java
  AL    src/main/java/org/apache/maven/reporting/exec/MavenReportExecutor.java
  AL    src/main/java/org/apache/maven/reporting/exec/ReportPlugin.java
  AL    src/main/java/org/apache/maven/reporting/exec/DefaultMavenPluginManagerHelper.java
  AL    src/main/java/org/apache/maven/reporting/exec/ReportSet.java
  AL    src/main/java/org/apache/maven/reporting/exec/MavenReportExecution.java
 !????? src/site/apt/index.apt
  AL    src/site/site.xml
 !????? src/it/aether/invoker.properties
  AL    src/it/aether/pom.xml
  AL    src/it/settings.xml
  AL    src/test/java/org/apache/maven/reporting/exec/TestDefaultMavenReportExecutor.java
  AL    pom.xml
 
 *****************************************************
 Printing headers for files without AL header...
 
 
 =======================================================================
 ==src/site/apt/index.apt
 =======================================================================
 -----
 Maven Reporting Executor
 -----
 Hervé Boutemy
 -----
 2013-04-13
 -----

Maven Reporting Executor

  Classes to manage report plugin executions with Maven 3, through
  {{{./apidocs/org/apache/maven/reporting/exec/MavenReportExecutor.html}MavenReportExecutor}}
  ({{{./apidocs/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.html}implementation}}):
  report plugins can be configured in <<<\<configuration\>>>> element of <<<maven-site-plugin>>> or any other
  report building plugin with following XML model corresponding to plugin's
  <<<List<{{{./apidocs/org/apache/maven/reporting/exec/ReportPlugin.html}ReportPlugin}}>>>> parameter:

+----+
<reportPlugins>
  <plugin>
    <groupId/>
    <artifactId/>
    <version/>
    <configuration/>
    <reports/>
    <reportSets>
      <reportSet>
        <id/>
        <configuration/>
        <reports/>
      </reportSet>
    </reportSets>
  </plugin>
</reportPlugins>
+----+

  Notice this is the model from plugins in
  {{{/ref/current/maven-model/maven.html#class_reporting}<<<\<reporting\>>>> section of POM}}:

  * without <<<\<inherited\>>>> element: reporting plugins configuration inheritance is not supported at this level
  (see {{{http://jira.codehaus.org/browse/MSITE-484}MSITE-484}}),

  * with additional <<<\<reports\>>>> list outside <<<\<reportSet\>>>> that simplifies reports configuration in usual cases,

  * with optional <<<\<version\>>>>: if no version is specified for a report plugin, version is determined by

    [[1]] searching for the plugin in the <<<build/plugins>>> section of the pom,
 
    [[2]] searching for the plugin in the <<<build/pluginManagement>>> section of the pom,


 =======================================================================
 ==src/it/aether/invoker.properties
 =======================================================================
invoker.goals = site