Ok, problem resolved by adding: <pluginRepository> <id>codehaus</id> <name>New Codehaus repository</name> <url>http://snapshots.repository.codehaus.org/</url> </pluginRepository>
Should I send in a patch? On Tue, 2006-09-05 at 18:29 +0900, David Leangen wrote: > Found this thread started by Alex Karasulu: > > http://www.mail-archive.com/users@maven.apache.org/msg50269.html > > > Doesn't seem to be resolved yet, though... > > > > > On Tue, 2006-09-05 at 18:20 +0900, David Leangen wrote: > > Hi! > > > > Finally checking out the move from Oscar to Felix, but: > > > > > > > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Failed to resolve artifact. > > > > Missing: > > ---------- > > 1) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file -DgroupId=org.codehaus.plexus > > -DartifactId=plexus-archiver \ > > -Dversion=1.0-alpha-7-SNAPSHOT -Dpackaging=jar > > -Dfile=/path/to/file > > > > Path to dependency: > > 1) > > org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-20060826.162339-6 > > 2) org.apache.maven:maven-archiver:jar:2.2-SNAPSHOT > > 3) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT > > > > ---------- > > 1 required artifact is missing. > > > > for artifact: > > > > org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-20060826.162339-6 > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2), > > apache.snapshots (http://cvs.apache.org/maven-snapshot-repository) > > > > >