Maven Workshop - Locating extension in Eclipse registry after Maven migration ecc11718 - Jan 10, 2007 - 03:53 PM Post subject: Locating extension in Eclipse registry after Maven migration
This may not be the place to ask this question but doesn't hurt to find out.
Pre-existing Eclipse plug-in project (PA) converted to Maven2 using this plug-in. PA has an extension to another project's extension-point. Dependencies and compilation are fine.
Extension lookup is typical, through the Eclipse runtime registry. Extension-point is found but no extension (as a configuration element) can be found; thus, PA is not loaded. Code remains unchanged since migrating to Maven2 directory layout, when it worked.
.class-es have obviously moved to /target/classes from /bin but I can't think of any other reason why the Eclipse runtime cannot load or locate the extension. Has anyone run into this scenario or have any helpful info?