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:58 UTC

[44/50] incubator-taverna-maven-parent git commit: Remove clover2 plugin

Remove clover2 plugin


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/8b876f61
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/8b876f61
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/8b876f61

Branch: refs/heads/master
Commit: 8b876f617ce61822a9c034245d2429389be02b25
Parents: fbedf8a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Jan 27 09:31:04 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Jan 27 09:31:04 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/8b876f61/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be0ae44..b968de8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,15 +322,6 @@ upgraded - this leads to recursive spaghetti.
 	<reporting>
 		<plugins>
 			<plugin>
-				<groupId>com.atlassian.maven.plugins</groupId>
-				<artifactId>maven-clover2-plugin</artifactId>
-				<version>2.3.1</version>
-				<configuration>
-					<generatePdf>true</generatePdf>
-					<generateXml>true</generateXml>
-				</configuration>
-			</plugin>
-			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>
 				<version>2.6</version>