Alin, Thanks for your help. That is what i did. I ran mvn -U clean install Dave
On Tue, Sep 29, 2009 at 8:16 AM, Alin Dreghiciu <[email protected]> wrote: > Maybe you should force an update with "-U" as Maven already tried to > download the files and it failed. > > On Tue, Sep 29, 2009 at 2:33 PM, David Donohue <[email protected]> wrote: >> >> Tue, Sep 29, 2009 at 6:52 AM, Alin Dreghiciu <[email protected]> >> wrote: >> > Update from SVN and try again. >> >> Thanks Alin, I did what you said and got similar error >> Dave Donohue >> >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) org.eclipse.equinox.servlet:api:jar:1.0.0.v20060601 >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.eclipse.equinox.servlet >> -DartifactId=api -Dversion=1.0.0.v2006060 >> 1 -Dpackaging=jar -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.eclipse.equinox.servlet >> -DartifactId=api -Dversion=1.0.0.v20060601 >> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) >> org.ops4j.pax.wicket.samples.departmentstore:equinox-target-platform:pom:0.5.5-SNAPSHOT >> 2) org.eclipse.equinox.servlet:api:jar:1.0.0.v20060601 >> >> 2) org.eclipse:osgi:jar:3.4.0.v20080205 >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.eclipse -DartifactId=osgi >> -Dversion=3.4.0.v20080205 -Dpackaging=j >> ar -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.eclipse -DartifactId=osgi >> -Dversion=3.4.0.v20080205 -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) >> org.ops4j.pax.wicket.samples.departmentstore:equinox-target-platform:pom:0.5.5-SNAPSHOT >> 2) org.eclipse:osgi:jar:3.4.0.v20080205 >> >> 3) org.eclipse.osgi:services:jar:3.1.200.v20070605 >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.eclipse.osgi >> -DartifactId=services -Dversion=3.1.200.v20070605 -D >> packaging=jar -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.eclipse.osgi >> -DartifactId=services -Dversion=3.1.200.v20070605 -Dpa >> ckaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) >> org.ops4j.pax.wicket.samples.departmentstore:equinox-target-platform:pom:0.5.5-SNAPSHOT >> 2) org.eclipse.osgi:services:jar:3.1.200.v20070605 >> >> 4) org.eclipse.osgi:util:jar:3.1.300.v20080303 >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.eclipse.osgi >> -DartifactId=util -Dversion=3.1.300.v20080303 -Dpack >> aging=jar -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.eclipse.osgi >> -DartifactId=util -Dversion=3.1.300.v20080303 -Dpackag >> ing=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) >> org.ops4j.pax.wicket.samples.departmentstore:equinox-target-platform:pom:0.5.5-SNAPSHOT >> 2) org.eclipse.osgi:util:jar:3.1.300.v20080303 >> >> ---------- >> 4 required artifacts are missing. >> >> for artifact: >> >> org.ops4j.pax.wicket.samples.departmentstore:equinox-target-platform:pom:0.5.5-SNAPSHOT >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2), >> ops4j-repository (http://repository.ops4j.org/maven2/) >> >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 51 seconds >> [INFO] Finished at: Tue Sep 29 07:29:39 EDT 2009 >> [INFO] Final Memory: 43M/63M >> [INFO] >> ------------------------------------------------------------------------ > > > > -- > Alin Dreghiciu > Software Developer > My profile: http://www.linkedin.com/in/alindreghiciu > My blog: http://adreghiciu.blogspot.com > http://www.ops4j.org - New Energy for OSS Communities - Open Participation > Software. > http://www.qi4j.org - New Energy for Java - Domain Driven Development. > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
