[
https://issues.apache.org/jira/browse/JENA-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942389#comment-14942389
]
ASF subversion and git services commented on JENA-1042:
-------------------------------------------------------
Commit 48f5e0be683caf6b5744749f9b6a29efae4aa53c in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=48f5e0b ]
JENA-1042: Exclude org.xenei:contract-test-maven-plugin in m2e
> Mark org.xenei:contract-test-maven-plugin as ignored for m2e
> ------------------------------------------------------------
>
> 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)