fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Remove <repositories> from pom.xml files #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Both cleartk-ml-crfsuite and cleartk-ml-clearparser still declare repository 
elements in their pom.xml files. Maven Central strongly discourages such 
declarations. Instead, we should get the following two artifacts deployed to 
Maven Central:

 * com.googlecode.clearparser:clearparser:0.3.5 (or whatever version)
 * de.tudarmstadt.ukp.dkpro.core:de.tudarmstadt.ukp.dkpro.core.api.resources-asl:1.3.0

I've talked to Jinho about clearparser, but he was quite busy with his thesis. 
Maybe we'll have more luck now that he's defended.

I've also filed an issue with DKPro requesting that they release to Maven 
Central:
http://code.google.com/p/dkpro-core-asl/issues/detail?id=94

Original issue reported on code.google.com by steven.b...@gmail.com on 16 Aug 2012 at 1:04

GoogleCodeExporter commented 9 years ago

Original comment by lee.becker on 17 Feb 2013 at 6:06

GoogleCodeExporter commented 9 years ago
The cleartk-ml-crfsuite problem was resolved in 
f705b65e03c3243f2e1768564e5fec8b08907592.

And cleartk-clearparser is deprecated in favor of cleartk-clearnlp, so I'm 
going to close this issue.

Original comment by steven.b...@gmail.com on 29 Mar 2013 at 12:35