Are there any places I can go to find out more about maven-metadata.xml?
See http://www.nabble.com/forum/ViewPost.jtp?post=7845254&framed=y&skin=177 The problem is that the patched plugins, e.g. surefire or eclipse, are resolving to the internal repository version number but then attempting to contact central instead of the internal repository. On deploy it looks like this: <?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.1-INTERNAL-r485987-pMSUREFIREREP-6</version> <versioning> <latest>2.1-INTERNAL-r485987-pMSUREFIREREP-6</latest> <versions> <version>2.1-INTERNAL-r485987-pMSUREFIREREP-6</version> </versions> <lastUpdated>20061213062256</lastUpdated> </versioning> </metadata> And this is getting way beyond my area of knowledge. Any help would be greatly appreciated. There are at least two other people attempting to create internal patches to plugins that would benefit from help. Cheers --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]