Hi all,

I was wondering if it is possible to add classpath attributes to the
.classpath file when the maven eclipse plugin creates an eclipse
project.

For example, this is what i would like to do something like this (the
attribute section):

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <...normal classpath...>
        <classpathentry kind="var" path="M2_REPO/.../com.springsource.org.asp
ectj.runtime-1.6.2.RELEASE.jar"/>
                <attributes>
                        <attribute name="org.eclipse.ajdt.aspectpath"
value="org.eclipse.ajdt.aspectpath"/>
                </attributes>
        </classpathentry>
        <...normal classpath...>
</classpath>

thanks,
--andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to