|
Carlos Sanchez made changes - 13/Mar/07 05:21 PM
Arnaud Heritier made changes - 16/Nov/07 07:06 AM
Arnaud Heritier made changes - 29/Nov/07 09:54 PM
Frank Stolle made changes - 26/Jan/08 05:35 AM
This has been updated for maven-eclipse-plugin 2.5.1 and also ajdt version 1.5.3. I have also included tests and updates to the site build to show how to use it. Hopefully one of the commiters will be willing to look at this and incorporate it.
Eric Berry made changes - 28/May/08 02:10 PM
Look at the 122kb maven-eclipse-plugin.zip.
Eric Berry made changes - 28/May/08 02:13 PM
David J. M. Karlsen made changes - 23/Aug/08 06:06 PM
Arnaud Heritier made changes - 02/Sep/08 12:16 PM
Arnaud Heritier made changes - 02/Sep/08 12:17 PM
Arnaud Heritier made changes - 02/Sep/08 12:18 PM
Fixed and snapshot 2.6-20080902.232029-1 deployed. If you can test it ....
Arnaud Heritier made changes - 02/Sep/08 06:22 PM
Tested. It works as expected. Thanks. Is the site staged anywhere (to be able to see documentation of new parameters) It will be in few hours here :
Alexander Hachmann made changes - 03/Apr/09 09:32 AM
I can understand the wish for a AJDT-Plugin support, but I cannot understand As we do not use that plugin we now are having the problem that our projects In my eyes this AJDT-Plugin Feature MUST be implemented in a more generic way. Please open an new issue if this one creates a problem for you. A 2.7 is already on rails. Alexander, In the configuration of the eclipse plugin add <ajdtVersion>none</ajdtVersion>. This should fix the problem. There is hidden documentation here http://maven.apache.org/plugins/maven-eclipse-plugin/examples/ajdt-projects.html
Tan Quach made changes - 06/Apr/09 05:03 PM
I agree with Alexander, and I've created a new issue: http://jira.codehaus.org/browse/MECLIPSE-547 According to the comments on Can someone please elaborate how this can be accomplished in the pom.xml? This feature lacks documentation on the project website. Regards The documentation about ajdt is here : http://maven.apache.org/plugins/maven-eclipse-plugin/examples/ajdt-projects.html Arnaud: thanks for the link. After plundering around, I found that adding wtp version 2.0 to the pom automatically added the required attributes to the classpathentries like this: <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.15/log4j-1.2.15.jar" sourcepath="M2_REPO/log4j/log4j/1.2.15/log4j-1.2.15-sources.jar"> A nice feature was that the attribute was only added if the maven dependency scope was compile or runtime. Small question though: If the scope is provided, the maven eclipse plugin doesn't add any attribute to the corresponding classpathentry. The wtp plugin for eclipse seems to support the following attribute for entries that are not to be deployed: "org.eclipse.jst.component.nondependency" Maybe you should add this for scope provided? Just a thought.. Thanks again! |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Previous attachment in diff format