[ 
https://issues.apache.org/jira/browse/SLING-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278750#comment-13278750
 ] 

Pontus Amberg edited comment on SLING-2480 at 5/18/12 1:02 PM:
---------------------------------------------------------------

I'm not sure but it looks as if this is causing problems in Sample Integration 
Tests since those test no longer can start the 
"org.apache.sling.junit.scriptable" bundle. It's probably not the m2e stuff 
that is causing the problem but maybe something else has been updated in the 
parent-pom?
                
      was (Author: porklip):
    I'm not sure but it looks as if this is causing problems in Sample 
Integration Tests since those test no longer can start the 
"org.apache.sling.junit.scriptable" bundle.
                  
> 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

        

Reply via email to