You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by mm...@apache.org on 2007/06/29 08:15:39 UTC

svn commit: r551807 - /incubator/cxf/trunk/pom.xml

Author: mmao
Date: Thu Jun 28 23:15:37 2007
New Revision: 551807

URL: http://svn.apache.org/viewvc?view=rev&rev=551807
Log:
Fix build with -Peverything
* Add the eclipse-plugin-generator maven plugin into the top level pom, so it can be built.


Modified:
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=551807&r1=551806&r2=551807
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Thu Jun 28 23:15:37 2007
@@ -137,6 +137,7 @@
         <module>systests</module>
         <module>maven-plugins/codegen-plugin</module>
         <module>maven-plugins/archetypes</module>
+        <module>maven-plugins/eclipse-plugin-generator</module>
     </modules>
 
     <profiles>