> org.apache.maven.plugin.PluginDescriptorParsingException: Failed to parse > plugin descriptor for org.apache.maven.plugins:maven-ejb-plugin:1.7.3 > (C:\Documents and > Settings\robin.sharp\.m2\repository\org\apache\maven\plugins\maven-ejb-plugin\1.7.3\maven-ejb-plugin-1.7.3.jar): > No plugin descriptor found at META-INF/maven/plugin.xml
This seems to suggest that your cached m-ejb-p 1.7.3 artifact is possibly corrupt. Unpack the jar and see if it has a file at that location (META-INF/maven/plugin.xml). If it does not, there's your issue. Then you need to find out how you got a corrupted jar in your repo cache. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
