[ 
https://jira.codehaus.org/browse/MECLIPSE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=329045#comment-329045
 ] 

Mitko Kolev commented on MECLIPSE-743:
--------------------------------------

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}
<classpathEntryCustomizations>
  <classpathEntryCustomization>
    <whenPathContains>someStringInPath</whenPathContains>
    <additionalAttributes>
       <property>
          <name>custom</name>
          <value>attribute</value>
       </property>
    </additionalAttributes>
  </classpathEntryCustomization>
</classpathEntryCustomizations>
{code} 
                
> Add support for generation of <classpathContainer> attributes
> -------------------------------------------------------------
>
>                 Key: MECLIPSE-743
>                 URL: https://jira.codehaus.org/browse/MECLIPSE-743
>             Project: Maven 2.x 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 
> {{<classpathContainer>}} element. The goal is to be able to generate 
> classpath entries wth attributes:
> <classpathentry kind="con" path="org.some.ClasspathContainer">
> <attributes>
>   <attribute name="prop1" value="true"/>
>   <attribute name="org.eclipse.jst.component.dependency" 
> value="/WEB-INF/lib"/>
> </attributes>
> </classpathentry>

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

Reply via email to