Michele Mauro created CMIS-547:
----------------------------------
Summary: Maven central artifacts corrupted - builds using 0.7.0
break
Key: CMIS-547
URL: https://issues.apache.org/jira/browse/CMIS-547
Project: Chemistry
Issue Type: Bug
Components: opencmis-client
Affects Versions: OpenCMIS 0.7.0
Environment: Maven-based builds
Reporter: Michele Mauro
Priority: Blocker
In a project with a pom that declares this dependencies:
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-client-impl</artifactId>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>org.alfresco.cmis.client</groupId>
<artifactId>alfresco-opencmis-extension</artifactId>
<version>0.3</version>
<type>jar</type>
</dependency>
if the development workstation/build server did not download the artifacts
before 20 June 2012, it will get these errors:
[WARNING] POM for
'org.alfresco.cmis.client:alfresco-opencmis-extension:pom:0.3:compile' is
invalid.
Its dependencies (if any) will NOT be available to the current build.
[WARNING] POM for
'org.apache.chemistry.opencmis:chemistry-opencmis-client-impl:pom:0.7.0:compile'
is invalid.
Its dependencies (if any) will NOT be available to the current build.
It seems that the Maven Central artifacts got corrupted somehow.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira