You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2015/10/03 18:48:26 UTC

[jira] [Updated] (JENA-1042) Mark org.xenei:contract-test-maven-plugin as ignored.

     [ https://issues.apache.org/jira/browse/JENA-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne updated JENA-1042:
--------------------------------
    Summary: Mark org.xenei:contract-test-maven-plugin as ignored.  (was: Mark contract-test-maven-plugin as ignored.)

> Mark org.xenei:contract-test-maven-plugin as ignored.
> -----------------------------------------------------
>
>                 Key: JENA-1042
>                 URL: https://issues.apache.org/jira/browse/JENA-1042
>             Project: Apache Jena
>          Issue Type: Task
>          Components: Build
>    Affects Versions: Jena 3.0.1
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>
> Importing maven projects into Eclipse is not clean because of contract-test-maven-plugin.
> The proposal is to add an exclusion to jena-parent for this plugin. The Eclipse generated insert is:
> {noformat}
> 		<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>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)