Is anyone else seeing the following when trying to build 1.x from a
clean maven repo ?

Missing:
----------
1) org.apache.geronimo.specs:geronimo-jpa_3.0_spec:jar:1.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.geronimo.specs
-DartifactId=geronimo-jpa_3.0_spec -Dversion=1.0 -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.geronimo.specs
-DartifactId=geronimo-jpa_3.0_spec -Dversion=1.0 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) 
org.apache.tuscany.sca:tuscany-implementation-bpel-ode:jar:1.5-SNAPSHOT
        2) org.apache.openjpa:openjpa-all:jar:0.9.7-incubating
        3) org.apache.openjpa:openjpa-persistence:jar:0.9.7-incubating
        4) org.apache.geronimo.specs:geronimo-jpa_3.0_spec:jar:1.0

----------
1 required artifact is missing.

for artifact:
  org.apache.tuscany.sca:tuscany-implementation-bpel-ode:jar:1.5-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
  indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/),
  osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2),
  apache.ws.zone (http://ws.zones.apache.org/repository2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 43 seconds
[INFO] Finished at: Mon Apr 06 09:19:44 PDT 2009
[INFO] Final Memory: 81M/145M
[INFO] ------------------------------------------------------------------------

-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Reply via email to