Custom plugin from pom.xml is not detected by Lifecycle-mapping-metadata.xml file. #1882
Unanswered
almightyrush
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a eclipse plugin project, where I am require to add the nature whenever I detect my custom plugin in pom.xml.
Here is snippet of my pom.xml
I have added this in my Manifest.mf file
This is my updated
lifecycle-mapping-metada.xml
fileMy plugin.xml contains these extensions:
public class MavenBundleProjectConfigurator extends AbstractJavaProjectConfigurator {
Beta Was this translation helpful? Give feedback.
All reactions