You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/10/15 19:44:44 UTC

oodt git commit: Move Clover license location

Repository: oodt
Updated Branches:
  refs/heads/master d9fb4c62c -> 0ea124183


Move Clover license  location


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/0ea12418
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/0ea12418
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/0ea12418

Branch: refs/heads/master
Commit: 0ea12418337780b594af25ad4e1e1071ad80601c
Parents: d9fb4c6
Author: Tom Barber <to...@analytical-labs.com>
Authored: Thu Oct 15 18:35:02 2015 +0100
Committer: Tom Barber <to...@analytical-labs.com>
Committed: Thu Oct 15 18:35:02 2015 +0100

----------------------------------------------------------------------
 core/pom.xml | 15 +++++++++++++++
 pom.xml      | 14 --------------
 2 files changed, 15 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/0ea12418/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index a20b843..52beba8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -532,6 +532,21 @@ the License.
     <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
     <plugins>
+ <plugin>
+            <groupId>com.atlassian.maven.plugins</groupId>
+            <artifactId>maven-clover2-plugin</artifactId>
+            <version>4.0.6</version>
+        <configuration>
+            <license><![CDATA[
+oOmRsdEFLXepeoGMXQooikmNPOPmVegiGubXhbERoJfRSL
+mi2KPdq<W7KOK3JVlo0fkp2R2Kx279nvrcMRbejDsX7xXm
+NMrQVXqQRmonRonRNpputMopoRNNpnNrNQTUUXuusXVWnR
+onmqmUUnqrovqvommmmmUUnqrovqvommmmmUU1mXZebUUn
+mm
+]]></license>
+        </configuration>
+        </plugin>
+
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0ea12418/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94c0afb..23a3eca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,20 +97,6 @@ the License.
               </execution>
             </executions>
           </plugin>
-	  <plugin>
-            <groupId>com.atlassian.maven.plugins</groupId>
-            <artifactId>maven-clover2-plugin</artifactId>
-            <version>4.0.2</version>
-        <configuration>
-            <license><![CDATA[
-oOmRsdEFLXepeoGMXQooikmNPOPmVegiGubXhbERoJfRSL
-mi2KPdq<W7KOK3JVlo0fkp2R2Kx279nvrcMRbejDsX7xXm
-NMrQVXqQRmonRonRNpputMopoRNNpnNrNQTUUXuusXVWnR
-onmqmUUnqrovqvommmmmUUnqrovqvommmmmUU1mXZebUUn
-mm
-	]]></license>
-        </configuration>
-        </plugin>
         </plugins>
       </build>
     </profile>