[richfaces-svn-commits] JBoss Rich Faces SVN: r314 - trunk/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 6 12:19:41 EDT 2007


Author: alexsmirnov
Date: 2007-04-06 12:19:41 -0400 (Fri, 06 Apr 2007)
New Revision: 314

Modified:
   trunk/richfaces/pom.xml
Log:
change variable cloverLicense to clover.license.path.

Modified: trunk/richfaces/pom.xml
===================================================================
--- trunk/richfaces/pom.xml	2007-04-06 16:17:38 UTC (rev 313)
+++ trunk/richfaces/pom.xml	2007-04-06 16:19:41 UTC (rev 314)
@@ -324,7 +324,7 @@
 								true
 							</includesAllSourceRoots>
 							<licenseLocation>
-								${cloverLicense}
+								${clover.license.path}
 							</licenseLocation>
 							<jdk>1.5</jdk>
 						</configuration>
@@ -348,7 +348,7 @@
 						<artifactId>maven-clover-plugin</artifactId>
 						<!--
 							<configuration>
-							<licenseLocation>${cloverLicense}</licenseLocation>
+							<licenseLocation>${clover.license.path}</licenseLocation>
 							<jdk>1.5</jdk>
 							</configuration>
 						-->




More information about the richfaces-svn-commits mailing list