Greetings, Trying to upgrade my DM.annotations 3PP from 3.2.0 to latest, but getting below error,
[ERROR] Failed to parse plugin descriptor for org.apache.felix:org.apache.felix.dependencymanager.annotation:4.2.0 (/Users/grg2fr/dev/.m2/org/apache/felix/org.apache.felix.dependencymanager.annotation/4.2.0/org.apache.felix.dependencymanager.annotation-4.2.0.jar): No plugin descriptor found at META-INF/maven/plugin.xml -> [Help 1] I checked the available versions of the org.apache.felix:org.apache.felix.dependencymanager.annotation bundle and noticed, that indeed, the plugin.xml was present up until version 3.2.0 and disappeared beginning with version 4.0.1 In google, I find the same issue mentioned by a user https://stackoverflow.com/questions/42340154/missing-plugin-xml-in-org-apache-felix-dependencymanager-annotations-4-x-x As per resolution, They asked to go as per mentioned link but didn't get the doc very much http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/tutorials/working-with-annotations.html *I have below plugin in pom.xml, Please help me what exactly I need to fix/modify * *<build> * * <plugins> * * <plugin> * * <groupId>org.apache.felix</groupId> * * <artifactId>maven-bundle-plugin</artifactId> * * <version>2.4.0</version>* * </plugin> * * <plugin> * * <groupId>org.apache.felix</groupId>* * <artifactId>org.apache.felix.dependencymanager.annotation</artifactId>* * <version>4.2.0</version> * * <executions> * * <execution> * * <goals> * * <goal>scan</goal> * * </goals> * * <configuration> * * <log>info</log> * * </configuration> * * </execution> * * </executions> * * </plugin> * * </plugins> * *</build>* -- *Thanks\* *Abhijeet Banerjee+919910512611*