Martin Höller created SHINDIG-1982:
--------------------------------------
Summary: Use correct maven dependency coordinates for caja
Key: SHINDIG-1982
URL: https://issues.apache.org/jira/browse/SHINDIG-1982
Project: Shindig
Issue Type: Improvement
Components: Build
Affects Versions: 2.5.1
Reporter: Martin Höller
Priority: Minor
Shindig has a maven dependency to google's caja defined in java/gadgets/pom.xml
(and in <dependencyManagement of the main pom.xml):
<dependency>
<groupId>caja</groupId>
<artifactId>caja</artifactId>
<version>r5054</version>
</dependency>
According to caja's POM the groupId should be com.google.caja instead of caja.
But as this caja artifact currently is not available from a valid repository,
caja's issue #1938 (http://code.google.com/p/google-caja/issues/detail?id=1938)
must be fixed earlier.
The whole problem was discussed in this thread on the dev-list:
http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/201409.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)