I know it was in the OP. I edited the OP and removed that info upon discovery.
Good to know about m2e and eclipse:rad. Someone else also PM'ed me (which is fine but another reason I hope to have my info/disclaimer removed from the reply) and provided me with another alternative (thanks to Datta): " http://maven.40175.n5.nabble.com/file/n5601870/RAD_m2e.pdf RAD_m2e.pdf You have to do everything what is mentioned in the attached document which I believe you have. Then as usual generate the ibmconfig files by right click -> JAVA EE -> generate deployment disctriptor. You then have to copy the generated files into src/main/application/META-INF. You will have to add the following line in the “org.eclipse.wst.common.component” file and everything works like a charm. Changing the “org.eclipse.wst.common.component” file will let maven + RAD know where to go and find the CLassLoader information. Then you can go and change the class loader to what you want . whether it is parent_last or parent_first. By not changing it m2eclipse does not know and then evertime you do a clean it will over ride it." -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-use-a-Maven-plugin-to-change-Eclipse-WebSphere-Deployment-Classloader-mode-to-PARENT-LAST-tp4727822p5601870.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
