ClearTK / cleartk

Machine learning components for Apache UIMA
http://cleartk.github.io/cleartk/
Other
129 stars 58 forks source link

Remove <repositories> from pom.xml files #327

Closed bethard closed 9 years ago

bethard commented 9 years ago

Original issue 329 created by ClearTK on 2012-08-16T13:04:26.000Z:

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:

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

bethard commented 9 years ago

Comment #1 originally posted by ClearTK on 2013-02-17T18:06:50.000Z:

<empty>

bethard commented 9 years ago

Comment #2 originally posted by ClearTK on 2013-03-29T00:35:47.000Z:

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.