Hi Chemistry,
are others able to build the project in its current state? Did we upgrade to a
newer maven version or something like this? I have 3.0.3.
I get failures (even on a fresh copy) like this:
...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-p
lugin:1.1:process (default) on project chemistry-opencmis-dist: Failed to resolv
e dependencies for one or more projects in the reactor. Reason: Missing:
[ERROR] ----------
[ERROR] 1) org.apache.chemistry.opencmis:chemistry-opencmis-server-bindings:jar:
0.6.0-SNAPSHOT
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.apache.chemistry.opencmis -Dartif
actId=chemistry-opencmis-server-bindings -Dversion=0.6.0-SNAPSHOT -Dpackaging=ja
r -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file t
here:
[ERROR] mvn deploy:deploy-file -DgroupId=org.apache.chemistry.opencmis -Dartifac
tId=chemistry-opencmis-server-bindings -Dversion=0.6.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) org.apache.chemistry.opencmis:chemistry-opencmis-dist:pom:0.6.0-SNAPS
HOT
[ERROR] 2) org.apache.chemistry.opencmis:chemistry-opencmis-server-bindings:jar:
0.6.0-SNAPSHOT
[ERROR]
[ERROR] ----------
[ERROR] 1 required artifact is missing.
[ERROR]
[ERROR] for artifact:
[ERROR] org.apache.chemistry.opencmis:chemistry-opencmis-dist:pom:0.6.0-SNAPSHOT
The maven repository for the server bindings contains these files:
[.]
[..]
chemistry-opencmis-server-bindings-0.6.0-SNAPSHOT-classes.jar
chemistry-opencmis-server-bindings-0.6.0-SNAPSHOT-sources.jar
chemistry-opencmis-server-bindings-0.6.0-SNAPSHOT.jar.lastUpdated
chemistry-opencmis-server-bindings-0.6.0-SNAPSHOT.pom
chemistry-opencmis-server-bindings-0.6.0-SNAPSHOT.war
maven-metadata-local.xml
_maven.repositories
7 Datei(en), 5.557.794 Bytes
On a second machine I have similar problems with .lastUpdated in a different
subproject.
Jens