You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2012/07/05 10:55:34 UTC

[jira] [Resolved] (SLING-2480) Add config for maven-sling-plugin to m2e configuration

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

Carsten Ziegeler resolved SLING-2480.
-------------------------------------

    Resolution: Fixed
    
> 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