Hi there, I'm moving our projects from Maven 1 to Maven 2, and things are looking good. When running Maven 2 I do get a list of warnings:
Downloading: http://repo1.maven.org/maven2/jaxb/xalan/1.2.6/xalan-1.2.6.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/mailapi/mailapi/1.3.1/mailapi-1.3.1.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/opensymphony/oscache/2.2/oscache-2.2.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/oracle/classes12/0.0/classes12-0.0.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) Those are all POM files for JARs in my local Maven 1 repository. Is there a way to convert my M1 repository to M2, or at least automatically create those POM files so that the web isn't accessed for each and every one of them, every time I run a mvn command? Greetings, -- Sybren Stüvel <[EMAIL PROTECTED]> Software Engineer CHESS iBusiness Nieuwe Gracht 13, Haarlem Postbus 5021, 2000 CA Haarlem --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
