You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/10/03 19:11:59 UTC

[5/5] jena git commit: JENA-1042: Exclude org.xenei:contract-test-maven-plugin in m2e

JENA-1042: Exclude org.xenei:contract-test-maven-plugin in m2e


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/48f5e0be
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/48f5e0be
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/48f5e0be

Branch: refs/heads/master
Commit: 48f5e0be683caf6b5744749f9b6a29efae4aa53c
Parents: 6a9f4d1
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Oct 3 17:48:32 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Oct 3 17:48:32 2015 +0100

----------------------------------------------------------------------
 jena-parent/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/48f5e0be/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 220683f..0144565 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -601,6 +601,20 @@
                   </action>
                 </pluginExecution>
 
+		<pluginExecution>
+		  <pluginExecutionFilter>
+		    <groupId>org.xenei</groupId>
+		    <artifactId>contract-test-maven-plugin</artifactId>
+		    <versionRange>[0.1.5,)</versionRange>
+		    <goals>
+		      <goal>contract-test</goal>
+		    </goals>
+		  </pluginExecutionFilter>
+		  <action>
+		    <ignore></ignore>
+		  </action>
+		</pluginExecution>
+		
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>