[ https://jira.codehaus.org/browse/MECLIPSE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=329045#comment-329045 ]
Mitko Kolev edited comment on MECLIPSE-743 at 9/6/13 2:48 AM:
--------------------------------------------------------------
The attached patch provides implementation of the functionality in the issue description.
was (Author: mkolev):
The attached patch extends the configuration with the possibility to configure custom attributes for dependencies and classpath containers based on the classpath entry path. Example:
{code:xml}
someStringInPath
custom
attribute
{code}
> Add support for generation of attributes
> -------------------------------------------------------------
>
> Key: MECLIPSE-743
> URL: https://jira.codehaus.org/browse/MECLIPSE-743
> Project: Maven Eclipse Plugin
> Issue Type: Improvement
> Components: Core : Dependencies resolution and build path (.classpath)
> Affects Versions: 2.9
> Reporter: Mitko Kolev
> Attachments: patch.txt
>
>
> Currently it is not possible to configure attributes for the {{}} element, in particular for the generated {{}} elements. The purpose of this patch is to enable the customization of attributes in the {{}} elements in the generated {{.classpath}} file (add additional attributes to {{}} elements). The following example configuration:
> {code}
>
>
> org.some.ClasspathContainer
>
>
> customAttribute
> true
>
>
>
>
> {code}
> will generate {{}} for the {{org.some.ClasspathContainer}} {{}} element. In other words, the generated {{.classpath}} file will contain:
> {code}
>
>
>
>
>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira