[ 
https://jira.codehaus.org/browse/MECLIPSE-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ed Lott updated MECLIPSE-716:
-----------------------------

    Attachment: MNG-716-maven-eclipse-plugin.patch

Patch file.
                
> Ability to disable bundle-check.  Ability to place all maven dependencies in 
> a 'lib' directory
> ----------------------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-716
>                 URL: https://jira.codehaus.org/browse/MECLIPSE-716
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>         Environment: All
>            Reporter: Ed Lott
>            Priority: Minor
>         Attachments: MNG-716-maven-eclipse-plugin.patch
>
>
> I made the following minor tweaks that others mind find useful.
> Change:
> Added '${eclipse.skipBundleCheck}' option.
> Functionality:
> Default value is false (everything works as it currently does).  If set to 
> TRUE, no checks are made to exclude artifacts with OSGI-manifest bundles.
> Motivation:
> A number of java libraries in the public maven repositories are starting to 
> add OSGI manifest.  A number of java libraries in the public maven 
> repositories don't have them.  It's confusing/difficult for me to materialize 
> some of the libraries I want to use as plugins vs. materializing them through 
> the maven-eclipse-plugin.  I would rather have everything materialize through 
> the maven-eclipse-plugin.  If eclipse.skipBundleCheck is set to TRUE, the 
> OSGI bundle check in the maven-eclipse-plugin is disabled and all maven 
> dependencies will be materialized through the maven-eclipse-plugin.
> Change:
> Added ${eclipse.pdelibprefix} option.
> Functionality:
> Default value is false (everything works as it currently does).  If set to 
> TRUE, all dependencies materialized by maven-eclipse-plugin go into the 'lib' 
> directory instead of the project root.
> Motivation:
> Placing all materialized maven artifacts into their own directory prevents 
> this process from inadvertently overwriting files maintained in the root of 
> the plugin.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to