You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2006/11/14 13:15:14 UTC

svn commit: r474757 - /struts/struts2/trunk/plugins/pom.xml

Author: husted
Date: Tue Nov 14 04:15:13 2006
New Revision: 474757

URL: http://svn.apache.org/viewvc?view=rev&rev=474757
Log:
WW-1499 Add Spring to plugin POM.

Modified:
    struts/struts2/trunk/plugins/pom.xml

Modified: struts/struts2/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?view=diff&rev=474757&r1=474756&r2=474757
==============================================================================
--- struts/struts2/trunk/plugins/pom.xml (original)
+++ struts/struts2/trunk/plugins/pom.xml Tue Nov 14 04:15:13 2006
@@ -26,9 +26,10 @@
         <module>pell-multipart</module>
         <module>plexus</module>
         <module>quickstart</module>
-        <module>struts1</module>
         <module>sitegraph</module>
         <module>sitemesh</module>
+        <module>spring</module>
+        <module>struts1</module>
         <module>tiles</module>
     </modules>
     



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

Posted by Ted Husted <hu...@apache.org>.
Even after adding the new Spring plugin to the plugin POM, I had to go
into the Spring plugin folder and mvn install it there to get the JAR
into my local repository. Is there something else we need to do?

-T.

On 11/14/06, husted@apache.org <hu...@apache.org> wrote:
> Log:
> WW-1499 Add Spring to plugin POM.