I've been having some difficulty building 3.0 from trunk. Per the wiki, I checked out the full source and tried to mvn install it, so I could get going with eclipse. We do have some tests failing, so I just instructed maven to ignore those for now. What I can't get past is a missing dependency, however. Output is below. Any help would be appreciated (missing repository?).

Thanks,
Kevin

[INFO] Building Cayenne JPA Implementation
[INFO]    task-segment: [install]
[INFO] -------------------------------------------------------------------------
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://objectstyle.org/maven2/org/apache/geronimo/specs/specs/1.2-S
NAPSHOT/specs-1.2-SNAPSHOT.pom
[WARNING] Unable to get resource from repository objectstyle (http://objectstyle
.org/maven2)
Downloading: http://people.apache.org/repository/org.apache.geronimo.specs/poms/
specs-1.2-SNAPSHOT.pom
[WARNING] Unable to get resource from repository apache-m1 (http://people.apache
.org/repository)
Downloading: http://people.apache.org/repo/m2-snapshot-repository//org/apache/ge
ronimo/specs/specs/1.2-SNAPSHOT/specs-1.2-SNAPSHOT.pom
[WARNING] Unable to get resource from repository apache-snapshots (http://people
.apache.org/repo/m2-snapshot-repository/)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.geronimo.specs
ArtifactId: specs
Version: 1.2-SNAPSHOT

Reason: Unable to download the artifact from any repository

 org.apache.geronimo.specs:specs:pom:1.2-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache-m1 (http://people.apache.org/repository),
 apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository/),
 objectstyle (http://objectstyle.org/maven2)

Reply via email to