Author: abelevich
Date: 2009-09-17 07:54:17 -0400 (Thu, 17 Sep 2009)
New Revision: 15608
Modified:
root/ui-sandbox/trunk/components/tables/impl/pom.xml
root/ui-sandbox/trunk/components/tables/pom.xml
Log:
fix pom's
Modified: root/ui-sandbox/trunk/components/tables/impl/pom.xml
===================================================================
--- root/ui-sandbox/trunk/components/tables/impl/pom.xml 2009-09-17 11:53:03 UTC (rev
15607)
+++ root/ui-sandbox/trunk/components/tables/impl/pom.xml 2009-09-17 11:54:17 UTC (rev
15608)
@@ -20,6 +20,10 @@
<version>${project.version}</version>
<artifactId>${parent.artifactId}-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: root/ui-sandbox/trunk/components/tables/pom.xml
===================================================================
--- root/ui-sandbox/trunk/components/tables/pom.xml 2009-09-17 11:53:03 UTC (rev 15607)
+++ root/ui-sandbox/trunk/components/tables/pom.xml 2009-09-17 11:54:17 UTC (rev 15608)
@@ -5,17 +5,37 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.richfaces.ui</groupId>
+ <groupId>org.richfaces.ui.sandbox</groupId>
<artifactId>components</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui.components.sandbox</groupId>
+ <groupId>org.richfaces.ui.components</groupId>
<artifactId>tables</artifactId>
<packaging>pom</packaging>
<name>richfaces tables</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <
uri>http://richfaces.org/sandbox-tables</uri>
+ <shortName>tables</shortName>
+ <displayName>tables</displayName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<modules>
<module>api</module>
<module>impl</module>