I'm not sure if in this is the fully correct configuration of the plugin, maybe it needs some adaptions (meaing excludes if possible).
[EMAIL PROTECTED] schrieb: > Author: felixk > Date: Wed Sep 3 07:58:44 2008 > New Revision: 691631 > > URL: http://svn.apache.org/viewvc?rev=691631&view=rev > Log: > include rat:check for -Prelease > > Modified: > directory/project/trunk/pom.xml > > Modified: directory/project/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=691631&r1=691630&r2=691631&view=diff > ============================================================================== > --- directory/project/trunk/pom.xml (original) > +++ directory/project/trunk/pom.xml Wed Sep 3 07:58:44 2008 > @@ -367,6 +367,20 @@ > <build> > <plugins> > > + <!-- We want do the rat:check --> > + <plugin> > + <groupId>org.codehaus.mojo</groupId> > + <artifactId>rat-maven-plugin</artifactId> > + <executions> > + <execution> > + <phase>verify</phase> > + <goals> > + <goal>check</goal> > + </goals> > + </execution> > + </executions> > + </plugin> > + > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-release-plugin</artifactId> > > >
