Author: nbelaevski
Date: 2007-06-27 16:06:40 -0400 (Wed, 27 Jun 2007)
New Revision: 1356
Modified:
trunk/richfaces/common/pom.xml
Log:
clover ANTLR build fixed
Modified: trunk/richfaces/common/pom.xml
===================================================================
--- trunk/richfaces/common/pom.xml 2007-06-27 19:35:08 UTC (rev 1355)
+++ trunk/richfaces/common/pom.xml 2007-06-27 20:06:40 UTC (rev 1356)
@@ -20,11 +20,11 @@
<tasks>
<java classname="org.antlr.Tool"
classpathref="maven.plugin.classpath"
- fork="true"
- dir="src/main/antlr">
- <arg value="RichMacroDefinition.g"/>
- <arg line="-o
${project.build.directory}/generated-sources/antlr/org/richfaces"/>
- </java>
+ fork="true"
+ dir="src/main/antlr">
+ <arg value="RichMacroDefinition.g"/>
+ <arg line="-o
${project.build.directory}/generated-sources/antlr/org/richfaces"/>
+ </java>
</tasks>
<sourceRoot>${project.build.directory}/generated-sources/antlr</sourceRoot>
</configuration>
@@ -44,5 +44,25 @@
</plugin>
</plugins>
</build>
-
+
+ <profiles>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clover-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>
+ **/RichMacroDefinition*.java
+ </exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Show replies by date