I'm trying to use a new plugin, qalab, which gives us metrics from build to build. I've got it working on my local box, but I can't seem to get it working on the build machine.
I get the following error when I try to call 'mvn qalab:merge' on the build box. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-qalab-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ The thing is, the plugin's correct name is net.objectlab.maven-qalab.plugin. I'm not sure where "org.apache.maven.plugins" comes from. I've noticed the repository for the fialing build ends up with a org/apache/maven/plugins/maven-qalab-plugin directory with a file called maven-metadata-central.xml that contains: <?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-qalab-plugin</artifactId> <version>LATEST</version> </metadata> Things I've tried so far: 1) Changing the user.home variable to point to a fresh directory to force it to redownload a new repository. 2) Building using my personal account on the build machine (the build runs as root). I can't replicate the problem. Any thoughts? -- View this message in context: http://www.nabble.com/-m2--Need-help-using-new-plugin-%28qalab%29-tf2262938.html#a6278910 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
