You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/06/06 15:31:45 UTC

svn commit: r663936 - /myfaces/current/pom.xml

Author: manolito
Date: Fri Jun  6 06:31:45 2008
New Revision: 663936

URL: http://svn.apache.org/viewvc?rev=663936&view=rev
Log:
removed deprecated module "maven"
added module "myfaces-build-tools/maven2-plugins" so that clean builds of current will work again

Modified:
    myfaces/current/pom.xml

Modified: myfaces/current/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current/pom.xml?rev=663936&r1=663935&r2=663936&view=diff
==============================================================================
--- myfaces/current/pom.xml (original)
+++ myfaces/current/pom.xml Fri Jun  6 06:31:45 2008
@@ -16,7 +16,7 @@
   </scm>
 
   <modules>
-  	<module>maven</module>
+  	<module>myfaces-build-tools/maven2-plugins</module>
     <module>shared</module>
     <module>core</module>
     <module>tomahawk</module>