Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-270

Add support for classpathentry attributes

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3
    • 2.6
    • AJDT support
    • None

    Description

      With eclipse 3.3 and AJDT 1.5 aspect jars are now configured as an attribute nested inside of the .classpath file's <classpathentry> element Like so:

      <classpathentry kind="var" path="M2_REPO/org/springframework/spring-aspects/2.0.5/spring-aspects-2.0.5.jar" sourcepath="M2_REPO/org/springframework/spring-aspects/2.0.5/spring-aspects-2.0.5-sources.jar">
      <attributes>
      <attribute name="org.eclipse.ajdt.aspectpath" value="true"/>
      </attributes>
      </classpathentry>

      It would be nice if it were possible to add attributes to classpathentry's with some kind of configuration syntax where maybe the dependency artifact and group are specified and then the attributes for that dependency.

      Mike

      Attachments

        Issue Links

          Activity

            People

              aheritier Arnaud Heritier
              youngm Mike Youngstrom
              Votes:
              25 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: