I'm trying to build the latest version of Shindig using 'mvn package', and it is failing because it can't find shindig-common-1-SNAPSHOT.pom or shindig-common-1-SNAPSHOT.jar. I believe this was introduced by the change to pom.xml in revision 649090. Here's the full error:
[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Shindig Java Gadget Server [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://google-caja.googlecode.com/svn/maven/org/apache/shindig/shindig-common/1-SNAPSHOT/shindig-common-1-SNAPSHOT.pom Downloading: http://oauth.googlecode.com/svn/code/maven/org/apache/shindig/shindig-common/1-SNAPSHOT/shindig-common-1-SNAPSHOT.pom Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-common/1-SNAPSHOT/shindig-common-1-SNAPSHOT.pom Downloading: http://google-caja.googlecode.com/svn/maven/org/apache/shindig/shindig-common/1-SNAPSHOT/shindig-common-1-SNAPSHOT.jar Downloading: http://oauth.googlecode.com/svn/code/maven/org/apache/shindig/shindig-common/1-SNAPSHOT/shindig-common-1-SNAPSHOT.jar Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-common/1-SNAPSHOT/shindig-common-1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.shindig:shindig-common:jar:1-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.shindig -DartifactId=shindig-common -Dversion=1-SNAPSHOT -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.apache.shindig -DartifactId=shindig-common -Dversion=1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.shindig:gadgets:jar:1-SNAPSHOT 2) org.apache.shindig:shindig-common:jar:1-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.shindig:gadgets:jar:1-SNAPSHOT from the specified remote repositories: oauth (http://oauth.googlecode.com/svn/code/maven), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), central (http://repo1.maven.org/maven2), caja (http://google-caja.googlecode.com/svn/maven) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Thu Apr 17 12:49:21 EDT 2008 [INFO] Final Memory: 8M/97M [INFO] ------------------------------------------------------------------------

