Author: nbelaevski
Date: 2008-03-04 18:27:36 -0500 (Tue, 04 Mar 2008)
New Revision: 6552
Modified:
trunk/framework/impl/pom.xml
trunk/pom.xml
trunk/ui/pom.xml
Log:
JavaCC plugin upgraded to 2.4 version
Clover plugin upraded to 3.7 version
Modified: trunk/framework/impl/pom.xml
===================================================================
--- trunk/framework/impl/pom.xml 2008-03-04 19:20:52 UTC (rev 6551)
+++ trunk/framework/impl/pom.xml 2008-03-04 23:27:36 UTC (rev 6552)
@@ -30,7 +30,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
- <version>2.1</version>
+ <version>2.4</version>
<executions>
<execution>
<goals>
@@ -38,9 +38,6 @@
</goals>
</execution>
</executions>
- <configuration>
- <packageName>org.richfaces.javacc</packageName>
- </configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
@@ -143,12 +140,12 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
<configuration>
- <excludes combine.children="append">
- <exclude>**/javacc/**</exclude>
- </excludes>
+ <includesAllSourceRoots>
+ false
+ </includesAllSourceRoots>
</configuration>
</plugin>
</plugins>
@@ -179,4 +176,4 @@
<version>3.2.0-SNAPSHOT</version>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-04 19:20:52 UTC (rev 6551)
+++ trunk/pom.xml 2008-03-04 23:27:36 UTC (rev 6552)
@@ -75,7 +75,15 @@
<
url>http://download.java.net/maven/1</url>
<layout>legacy</layout>
</repository>
+
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>atlassian-m2-repository</id>
+ <name>Atlassian Maven 2.x Repository</name>
+ <
url>http://repository.atlassian.com/maven2</url>
+ </pluginRepository>
+ </pluginRepositories>
<distributionManagement>
<downloadUrl>
http://labs.jboss.com/portal/jbossrichfaces/downloads
@@ -205,8 +213,9 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
+ <version>3.7</version>
<configuration>
<includesAllSourceRoots>
true
@@ -232,7 +241,7 @@
<reporting>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
<!--
<configuration>
@@ -245,4 +254,4 @@
</reporting>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2008-03-04 19:20:52 UTC (rev 6551)
+++ trunk/ui/pom.xml 2008-03-04 23:27:36 UTC (rev 6552)
@@ -64,6 +64,25 @@
</plugins>
</pluginManagement>
</build>
+ <profiles>
+ <profile>
+ <id>clover</id>
+ <build>
+ <resources>
+ <resource>
+ <directory>
+ src/main/resources
+ </directory>
+ </resource>
+ <resource>
+ <directory>
+ target/generated-component/resources
+ </directory>
+ </resource>
+ </resources>
+ </build>
+ </profile>
+ </profiles>
<modules>
<module>core</module>
<module>drag-drop</module>