Hi, The root POM of the M1 trunk in SVN apparently has a dependency to a version of maven-model that can't be found in the central repositories:
maven-1/core/project.xml: <dependency> <groupId>maven</groupId> <artifactId>maven-model</artifactId> <version>3.0.2-20061008.232644</version> ... </dependency> I retrieved the M1 trunk from SVN with: svn co http://svn.apache.org/repos/asf/maven/maven-1/trunks maven-1 My central repository settings in ~/build.properties: maven.repo.remote=\ http://repo1.maven.org/maven,\ http://people.apache.org/repo/m1-snapshot-repository I checked both repositories and the indicated version is indeed not available. Regards, Davy Toch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
