I am trying to build Jetspeed 2.1 dev using Maven 2. It appears some of the required jars are not available in the published remote repositories. How can I overcome this ? Is there an alternative repository location I can add to settings.xml ?
Error I see: Downloading: http://cvs.apache.org/repository/org.apache.portals.bridges/jars/po rtals-bridges-common-1.0.1-dev.jar [WARNING] Unable to get resource from repository org.apache (http://cvs.apache.o rg/repository) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.portals.bridges:portals-bridges-common:jar:1.0.1-dev Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.portals.bridges -DartifactId =portals-bridges-common \ -Dversion=1.0.1-dev -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.portals.jetspeed-2:ant-tasks:jar:2.1-dev 2) org.apache.portals.bridges:portals-bridges-common:jar:1.0.1-dev ---------- 1 required artifact is missing. for artifact: org.apache.portals.jetspeed-2:ant-tasks:jar:2.1-dev from the specified remote repositories: central (http://repo1.maven.org/maven2), org.apache (http://cvs.apache.org/repository), com.bluesunrise.m1 (http://www.bluesunrise.com/maven), com.bluesunrise.m2 (http://www.bluesunrise.com/maven2), org.codehaus (http://dist.codehaus.org) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23 seconds [INFO] Finished at: Mon Jul 31 11:25:58 PDT 2006 [INFO] Final Memory: 10M/19M [INFO] ------------------------------------------------------------------------ Thanks Arun --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
