Carsten Ziegeler created SLING-2480:
---------------------------------------
Summary: 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