Author: abelevich
Date: 2010-02-19 11:50:37 -0500 (Fri, 19 Feb 2010)
New Revision: 16474
Modified:
root/ui-sandbox/trunk/pom.xml
Log:
Modified: root/ui-sandbox/trunk/pom.xml
===================================================================
--- root/ui-sandbox/trunk/pom.xml 2010-02-19 16:47:57 UTC (rev 16473)
+++ root/ui-sandbox/trunk/pom.xml 2010-02-19 16:50:37 UTC (rev 16474)
@@ -19,32 +19,35 @@
<build>
<plugins>
<plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <executions>
- <execution>
- <id>cdk-generate-sources</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <!--execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>compile-templates</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-test-sources</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-tests</goal>
- </goals>
- </execution-->
- </executions>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>generate</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ <inherited>false</inherited>
+ <configuration>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
- </plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <!--
http://maven.apache.org/plugins/maven-compiler-plugin/ -->
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+
+ </plugins>
</build>
<dependencies>
@@ -92,6 +95,7 @@
<artifactId>jsf-mock</artifactId>
<scope>test</scope>
</dependency>
+
</dependencies>
<modules>