You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2009/12/21 10:18:20 UTC

svn commit: r892739 - in /cayenne/main/trunk: build-tools/CLOVER.txt build-tools/clover.license pom.xml

Author: amaniatis
Date: Mon Dec 21 09:17:55 2009
New Revision: 892739

URL: http://svn.apache.org/viewvc?rev=892739&view=rev
Log:
Clover license file added to svn. This makes using Clover really simple now.

Added:
    cayenne/main/trunk/build-tools/CLOVER.txt
    cayenne/main/trunk/build-tools/clover.license
Modified:
    cayenne/main/trunk/pom.xml

Added: cayenne/main/trunk/build-tools/CLOVER.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/CLOVER.txt?rev=892739&view=auto
==============================================================================
--- cayenne/main/trunk/build-tools/CLOVER.txt (added)
+++ cayenne/main/trunk/build-tools/CLOVER.txt Mon Dec 21 09:17:55 2009
@@ -0,0 +1,14 @@
+This Clover license can be used for any code that is under an org.apache
+package. Further, this license can be used by any developer on their machine
+in conjunction with our Eclipse or IntelliJ plugins for development on an
+org.apache project. Please use the following license:
+
+AAABJw0ODAoPeNpdkMtqwzAQRff6CkHXCX60xTUIWmwXAokd6qSrQpkqk0REloUku8nf16/QkO0M5
+9y58/BuBE2RUz+inhcHXhw+0aTc0MDzXkiKlhuhnagVS2TdovmKaaFR0bJuDEeSGIR+m4JD1iMzP
+5j5EUlq5YC7HCpkK3FCuuIc1E6itYQPonneVD9oiv3WorFs5l+ZbAVCsqqDqoF5BQ38iPPaHEjWg
+myGQLYHafHq6jDRInOm+R9JWf/iTp8O2uBenNGyzjAfZUQKjsriZxfdywLShSqHChTH7KyFuUyNf
+G9qNGmXI7i5aBzKFess/y6L7UeSkcIcQAk73vc2BpVZzvzw+TEKQzKxi5QtF+nd8Ca0UVJUwuGOr
+LsfH8Hi/Xf/AKr+lFAwLAIUbZJXXec7rOMv34bm2Jt2aFDczSICFCfzK7TpFe/6TeF2k7ChCciTN
+jKmX02eq
+
+Because the license is locked to org.apache packages, it is OK to distribute in a public repository.
\ No newline at end of file

Added: cayenne/main/trunk/build-tools/clover.license
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/clover.license?rev=892739&view=auto
==============================================================================
--- cayenne/main/trunk/build-tools/clover.license (added)
+++ cayenne/main/trunk/build-tools/clover.license Mon Dec 21 09:17:55 2009
@@ -0,0 +1,7 @@
+AAABJw0ODAoPeNpdkMtqwzAQRff6CkHXCX60xTUIWmwXAokd6qSrQpkqk0REloUku8nf16/QkO0M5
+9y58/BuBE2RUz+inhcHXhw+0aTc0MDzXkiKlhuhnagVS2TdovmKaaFR0bJuDEeSGIR+m4JD1iMzP
+5j5EUlq5YC7HCpkK3FCuuIc1E6itYQPonneVD9oiv3WorFs5l+ZbAVCsqqDqoF5BQ38iPPaHEjWg
+myGQLYHafHq6jDRInOm+R9JWf/iTp8O2uBenNGyzjAfZUQKjsriZxfdywLShSqHChTH7KyFuUyNf
+G9qNGmXI7i5aBzKFess/y6L7UeSkcIcQAk73vc2BpVZzvzw+TEKQzKxi5QtF+nd8Ca0UVJUwuGOr
+LsfH8Hi/Xf/AKr+lFAwLAIUbZJXXec7rOMv34bm2Jt2aFDczSICFCfzK7TpFe/6TeF2k7ChCciTN
+jKmX02eq
\ No newline at end of file

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=892739&r1=892738&r2=892739&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Mon Dec 21 09:17:55 2009
@@ -540,6 +540,11 @@
 					<detectOfflineLinks>false</detectOfflineLinks>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>com.atlassian.maven.plugins</groupId>
+				<artifactId>maven-clover2-plugin</artifactId>
+				<version>2.6.3</version>
+			</plugin>
 		</plugins>
 	</build>
 	<distributionManagement>
@@ -573,6 +578,7 @@
 					<generatePdf>false</generatePdf>
 					<generateXml>true</generateXml>
 					<generateHtml>true</generateHtml>
+					<licenseLocation>build-tools/clover.license</licenseLocation>
 				</configuration>
 			</plugin>
 			<plugin>