svnlabs / google-caja

Automatically exported from code.google.com/p/google-caja
0 stars 1 forks source link

Provide better Maven support #1938

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If a Maven project want's to use Caja as a dependency, Caja must be in a Maven 
repository. As Caja is not in maven central (http://repo1.maven.org) it is 
provided via its own pseudo repository: 
http://google-caja.googlecode.com/svn/maven/ to provide minimal support for 
maven projects.

However, the directory structure in this pseudo-repository does not match 
Caja's current groupId com.google.caja. This results in problems/incorrect 
configuration in maven projects using Caja. For example: 
http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/201409.mbox/brows
er

So the ideal solution would be, to deploy Caja to maven central (as also 
suggested an explained here: 
http://code.google.com/p/google-caja/issues/detail?id=1306#c1)

If this is no option, please fix at least the directory structure in the 
pseudo-repository, so one can use the correct maven-coordinates to retrieve 
caja from this pseudo-repository.

Original issue reported on code.google.com by hoeller....@gmail.com on 12 Sep 2014 at 12:26