Added. On May 1, 2013, at 12:20 PM, [email protected] wrote:
> From: Chip Childers <[email protected]> > > --- > pom.xml | 17 +++++++++++++++++ > 1 files changed, 17 insertions(+), 0 deletions(-) > > diff --git a/pom.xml b/pom.xml > index c451555..84cc94e 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -456,6 +456,23 @@ > <arguments>-Dmaven.test.skip=true</arguments> > </configuration> > </plugin> > + <plugin> > + <groupId>org.apache.rat</groupId> > + <artifactId>apache-rat-plugin</artifactId> > + <version>0.8</version> > + <configuration> > + <numUnapprovedLicenses>0</numUnapprovedLicenses> > + <excludeSubProjects>false</excludeSubProjects> > + <excludes> > + <exclude>**/DISCLAIMER</exclude> > + <exclude>**/CHANGES</exclude> > + <exclude>**/DEPENDENCIES</exclude> > + <exclude>.git/**</exclude> > + <exclude>.gitignore</exclude> > + <exclude>**/*.confluence</exclude> > + </excludes> > + </configuration> > + </plugin> > </plugins> > </build> > </project> > -- > 1.7.7.5 (Apple Git-26) >
