Maven does yes, but if things get messed up via manual intervention or bugs in the deploy-file goal, then there's no way to systematically clean the metadata.
-----Original Message----- From: Jim McCaskey [mailto:[email protected]] Sent: Wednesday, April 01, 2009 9:51 AM To: 'Maven Users List' Subject: RE: Update maven-metadata.xml Not really. I have deploy-file automated, so not sure how a UI would help me with that. Am I way off base here? Is Maven not designed to manage these repositories? I know the repository managers provide slick UI's to make a bunch of repositories look like one on site, and I have a repository (not managed by a repository manager) here to prevent users going off over the internet (ie hitting repo1 infrequently). But shouldn't Maven just handle these things? -Jim -----Original Message----- From: Brian E. Fox [mailto:[email protected]] Sent: Tuesday, March 31, 2009 10:35 PM To: Maven Users List Subject: RE: Update maven-metadata.xml Using a repo manager would solve both problems. You could upload via a ui instead of deploy-file and the metadata would be correctly generated. -----Original Message----- From: Jim McCaskey [mailto:[email protected]] Sent: Tuesday, March 31, 2009 9:17 PM To: '[email protected]' Subject: Update maven-metadata.xml Hello all, I have two questions surrounding maven-metadata.xml files. I have a need to regenerate a bunch of maven-metadata.xml files. I was wondering if there where any tools or mojo's that might be able to help me do this. Needing to do this was caused by... I also have a problem with using deploy:deploy-file. It seems to just create a brand new maven-metadata.xml file regardless of if the file has contents or not. Does anyone know how to make it stop doing that? I have checked the documentation here: http://maven.apache.org/plugins/maven-deploy-plugin/index.html I did some googling around and found some comments regarding this but nothing definitive. FWIW, I am using Maven 2.1.0 for all of this, on Windows. Thanks! -Jim --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
