Author: alexsmirnov
Date: 2010-07-06 01:25:33 -0400 (Tue, 06 Jul 2010)
New Revision: 17731
Modified:
root/ui/iteration/trunk/dist/pom.xml
Log:
remove cdk plugin from dist project
Modified: root/ui/iteration/trunk/dist/pom.xml
===================================================================
--- root/ui/iteration/trunk/dist/pom.xml 2010-07-06 04:25:01 UTC (rev 17730)
+++ root/ui/iteration/trunk/dist/pom.xml 2010-07-06 05:25:33 UTC (rev 17731)
@@ -44,11 +44,12 @@
<build>
<plugins>
<!-- We need to disable the cdk plugin for the dist modules -->
- <plugin>
+ <!-- <plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
<inherited>false</inherited>
</plugin>
+ -->
</plugins>
</build>
@@ -57,4 +58,4 @@
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
<
url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
-</project>
\ No newline at end of file
+</project>