You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2008/04/17 11:39:10 UTC

svn commit: r649024 - /struts/struts2/trunk/pom.xml

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.
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>



Re: svn commit: r649024 - /struts/struts2/trunk/pom.xml

Posted by Don Brown <mr...@twdata.org>.
The fact that it was reporting hundreds of errors leads me to believe
the problem is probably a combination of its configuration and the
code, but regardless, getting through the release process is more
important than running down this issue to me.  I hope to investigate
it further after the build is out, but right now, I'm focused on
finishing the process, which is proving to be its own challenge (7
hours and counting...)

Don

On Fri, Apr 18, 2008 at 12:28 AM, Martin Cooper <ma...@apache.org> wrote:
> On Thu, Apr 17, 2008 at 2:39 AM, <mr...@apache.org> 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>
>  >
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r649024 - /struts/struts2/trunk/pom.xml

Posted by Martin Cooper <ma...@apache.org>.
On Thu, Apr 17, 2008 at 2:39 AM, <mr...@apache.org> 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>
>
>
>