Andrew,

  Have you tried m2eclipse [1]? It provides new import wizard for importing
Maven projects and also have integration for AJDT, i.e. sets required
attributes on classpath entries accordingly [2].

  regards,
  Eugene

[1] http://m2eclipse.codehaus.org/
[2] http://docs.codehaus.org/display/M2ECLIPSE/Integration+with+AJDT



Andrew Eisenberg wrote:
> 
> 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: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/classpath-attributes-for-maven-eclipse-plugin-tp22324311p22345185.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to