[
https://issues.apache.org/jira/browse/SLING-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278986#comment-13278986
]
Felix Meschberger commented on SLING-2480:
------------------------------------------
Sample integration test failure is indirectly caused by the bundle plugin
update in that the JCR API dependency is not imported with a version. See
SLING-2488 for details.
> Add config for maven-sling-plugin to m2e configuration
> ------------------------------------------------------
>
> Key: SLING-2480
> URL: https://issues.apache.org/jira/browse/SLING-2480
> Project: Sling
> Issue Type: Improvement
> Components: General
> Affects Versions: Parent 12
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Fix For: Parent 13
>
>
> We should add this blog for m2e to our parent pom:
> <pluginExecution>
> <pluginExecutionFilter>
> <groupId>
> org.apache.sling
> </groupId>
> <artifactId>
> maven-sling-plugin
> </artifactId>
> <versionRange>
> [2.1.0,)
> </versionRange>
> <goals>
>
> <goal>generate-adapter-metadata</goal>
> </goals>
> </pluginExecutionFilter>
> <action>
> <ignore />
> </action>
> </pluginExecution>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira