On Thu, Apr 17, 2008 at 2:39 AM, <[EMAIL PROTECTED]> wrote: > Author: mrdon > Date: Thu Apr 17 02:39:06 2008 > New Revision: 649024 > > URL: http://svn.apache.org/viewvc?rev=649024&view=rev > Log: > Commenting out the rat plugin as it is holding up the release. It > shouldn't be > uncommented until it is known to have passed.
But the point of RAT is that if it fails, the project isn't ready for a release. What is the real issue here? -- Martin Cooper > > WW-2414 > > Modified: > struts/struts2/trunk/pom.xml > > Modified: struts/struts2/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=649024&r1=649023&r2=649024&view=diff > > ============================================================================== > --- struts/struts2/trunk/pom.xml (original) > +++ struts/struts2/trunk/pom.xml Thu Apr 17 02:39:06 2008 > @@ -225,6 +225,7 @@ > </execution> > </executions> > </plugin> > + <!-- Commenting it out until it stops breaking the > release > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>rat-maven-plugin</artifactId> > @@ -250,6 +251,7 @@ > </execution> > </executions> > </plugin> > + --> > </plugins> > </build> > </profile> > > >