Skip to content

Instantly share code, notes, and snippets.

@awoods
Created June 12, 2013 13:56
Show Gist options
  • Save awoods/5765496 to your computer and use it in GitHub Desktop.
Save awoods/5765496 to your computer and use it in GitHub Desktop.
fcrepo-copy-federation pom error
awoods@red:~/programming/java/apps/fedora/futures/fcrepo-copy-federation$ mvn -U clean verify
[INFO] Scanning for projects...
Downloading: http://maven.fcrepo.org/nexus/content/repositories/snapshots/org/modeshape/bom/modeshape-bom-embedded/3.4-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/modeshape/bom/modeshape-bom-embedded/3.4-SNAPSHOT/maven-metadata.xml
Downloading: http://maven.fcrepo.org/nexus/content/repositories/snapshots/org/modeshape/bom/modeshape-bom-embedded/3.4-SNAPSHOT/modeshape-bom-embedded-3.4-SNAPSHOT.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/modeshape/bom/modeshape-bom-embedded/3.4-SNAPSHOT/modeshape-bom-embedded-3.4-SNAPSHOT.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.fcrepo:fcrepo-copy-federation:4.0-SNAPSHOT (/home/awoods/programming/java/apps/fedora/futures/fcrepo-copy-federation/pom.xml) has 4 errors
[ERROR] Non-resolvable import POM: Could not find artifact org.modeshape.bom:modeshape-bom-embedded:pom:3.4-SNAPSHOT in fcrepo-snapshot (http://maven.fcrepo.org/nexus/content/repositories/snapshots/) @ org.fcrepo:fcrepo:4.0-SNAPSHOT, /home/awoods/.m2/repository/org/fcrepo/fcrepo/4.0-SNAPSHOT/fcrepo-4.0-SNAPSHOT.pom, line 66, column 19 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for org.modeshape:modeshape-jcr-api:jar is missing. @ line 36, column 17
[ERROR] 'dependencies.dependency.version' for org.modeshape:modeshape-jcr:jar is missing. @ line 48, column 17
[ERROR] 'dependencies.dependency.version' for ch.qos.logback:logback-classic:jar is missing. @ line 56, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment