You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 11:31:57 UTC

[43/50] incubator-taverna-maven-parent git commit: Avoid maven-clover2-plugin

Avoid maven-clover2-plugin

.. as it requires a license for commercial use

The Clover-for-Maven2and3 Plugin is licensed under the Apache 2.0
license. However, the Clover binary dependency
(com.atlassian.clover:clover) is commercial software. Clover is free for
use for Open Source projects and non-profit organisations. For more
information on Clover's licensing and pricing, see:
http://www.atlassian.com/software/clover/licensing.jsp


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/fbedf8a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/fbedf8a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/fbedf8a0

Branch: refs/heads/master
Commit: fbedf8a0f2f9d45c7dcdbf3262b3014d5193ac81
Parents: e3f2321
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Jan 27 09:28:07 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Jan 27 09:28:07 2015 +0000

----------------------------------------------------------------------
 pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/fbedf8a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e826f58..be0ae44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,25 +215,6 @@ upgraded - this leads to recursive spaghetti.
 			  <version>2.3.7</version>
 				<extensions>true</extensions>
 			</plugin>
-			<plugin>
-				<groupId>com.atlassian.maven.plugins</groupId>
-				<artifactId>maven-clover2-plugin</artifactId>
-				<version>2.3.1</version>
-				<configuration>
-					<jdk>1.6</jdk>
-					<targetPercentage>50%</targetPercentage>
-					<failOnViolation>false</failOnViolation>
-				</configuration>
-				<executions>
-					<execution>
-						<phase>pre-site</phase>
-						<goals>
-							<goal>instrument</goal>
-							<goal>aggregate</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-compiler-plugin</artifactId>