You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (Created) (JIRA)" <ji...@apache.org> on 2012/02/20 15:22:31 UTC

[jira] [Created] (SLING-2423) Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations

Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations
------------------------------------------------------------------------------------

                 Key: SLING-2423
                 URL: https://issues.apache.org/jira/browse/SLING-2423
             Project: Sling
          Issue Type: Improvement
          Components: Maven Plugins and Archetypes
         Environment: Eclipse Indigo or newer
            Reporter: Robert Munteanu


With the recent changes brought to the Maven Eclipse integration, any unknown [0] plugins are flagged as problematic and an error is reported in the pom.xml . Typically this is solved by writing a thin integration layer between the Eclipse integration and the Maven plugin [1]  or by instructing Eclipse to ignore some plugin executions.

The new 1.1 version of the m2eclipse plugin will allow a Maven plugin ( with no links to Eclipse plugin development ) to use an enhanced API to become compatible out of the box with the Eclipse integration [2] .

The maven-scr-plugin should take advantage of these new APIs to allow seamless integration with Eclipse.

[0]: http://wiki.eclipse.org/M2E_plugin_execution_not_covered
[1]: http://wiki.eclipse.org/M2E/Extension_Development
[2]: http://wiki.eclipse.org/M2E_compatible_maven_plugins

--
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

        

[jira] [Resolved] (SLING-2423) Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations

Posted by "Vidar S. Ramdal (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vidar S. Ramdal resolved SLING-2423.
------------------------------------

    Resolution: Invalid

Marking invalid, as per Robert's last comment.

Robert, could you file this with the Felix project?
                
> Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations
> ------------------------------------------------------------------------------------
>
>                 Key: SLING-2423
>                 URL: https://issues.apache.org/jira/browse/SLING-2423
>             Project: Sling
>          Issue Type: Improvement
>          Components: Maven Plugins and Archetypes
>         Environment: Eclipse Indigo or newer
>            Reporter: Robert Munteanu
>
> With the recent changes brought to the Maven Eclipse integration, any unknown [0] plugins are flagged as problematic and an error is reported in the pom.xml . Typically this is solved by writing a thin integration layer between the Eclipse integration and the Maven plugin [1]  or by instructing Eclipse to ignore some plugin executions.
> The new 1.1 version of the m2eclipse plugin will allow a Maven plugin ( with no links to Eclipse plugin development ) to use an enhanced API to become compatible out of the box with the Eclipse integration [2] .
> The maven-scr-plugin should take advantage of these new APIs to allow seamless integration with Eclipse.
> [0]: http://wiki.eclipse.org/M2E_plugin_execution_not_covered
> [1]: http://wiki.eclipse.org/M2E/Extension_Development
> [2]: http://wiki.eclipse.org/M2E_compatible_maven_plugins

--
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

        

[jira] [Commented] (SLING-2423) Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations

Posted by "Reto Bachmann-Gmür (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211928#comment-13211928 ] 

Reto Bachmann-Gmür commented on SLING-2423:
-------------------------------------------

Shouldn't this be a FELIX issue?
                
> Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations
> ------------------------------------------------------------------------------------
>
>                 Key: SLING-2423
>                 URL: https://issues.apache.org/jira/browse/SLING-2423
>             Project: Sling
>          Issue Type: Improvement
>          Components: Maven Plugins and Archetypes
>         Environment: Eclipse Indigo or newer
>            Reporter: Robert Munteanu
>
> With the recent changes brought to the Maven Eclipse integration, any unknown [0] plugins are flagged as problematic and an error is reported in the pom.xml . Typically this is solved by writing a thin integration layer between the Eclipse integration and the Maven plugin [1]  or by instructing Eclipse to ignore some plugin executions.
> The new 1.1 version of the m2eclipse plugin will allow a Maven plugin ( with no links to Eclipse plugin development ) to use an enhanced API to become compatible out of the box with the Eclipse integration [2] .
> The maven-scr-plugin should take advantage of these new APIs to allow seamless integration with Eclipse.
> [0]: http://wiki.eclipse.org/M2E_plugin_execution_not_covered
> [1]: http://wiki.eclipse.org/M2E/Extension_Development
> [2]: http://wiki.eclipse.org/M2E_compatible_maven_plugins

--
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

       

[jira] [Commented] (SLING-2423) Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations

Posted by "Robert Munteanu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211932#comment-13211932 ] 

Robert Munteanu commented on SLING-2423:
----------------------------------------

In reply to comment #1:
> Shouldn't this be a FELIX issue?

You're right, it should be moved to the Felix project, but I can't edit the submission unfortunately.
                
> Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations
> ------------------------------------------------------------------------------------
>
>                 Key: SLING-2423
>                 URL: https://issues.apache.org/jira/browse/SLING-2423
>             Project: Sling
>          Issue Type: Improvement
>          Components: Maven Plugins and Archetypes
>         Environment: Eclipse Indigo or newer
>            Reporter: Robert Munteanu
>
> With the recent changes brought to the Maven Eclipse integration, any unknown [0] plugins are flagged as problematic and an error is reported in the pom.xml . Typically this is solved by writing a thin integration layer between the Eclipse integration and the Maven plugin [1]  or by instructing Eclipse to ignore some plugin executions.
> The new 1.1 version of the m2eclipse plugin will allow a Maven plugin ( with no links to Eclipse plugin development ) to use an enhanced API to become compatible out of the box with the Eclipse integration [2] .
> The maven-scr-plugin should take advantage of these new APIs to allow seamless integration with Eclipse.
> [0]: http://wiki.eclipse.org/M2E_plugin_execution_not_covered
> [1]: http://wiki.eclipse.org/M2E/Extension_Development
> [2]: http://wiki.eclipse.org/M2E_compatible_maven_plugins

--
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