dkpro / dkpro-wsd

DKPro WSD: A Java framework for word sense disambiguation
https://dkpro.github.io/dkpro-wsd
20 stars 10 forks source link

Deploy DKPro WSD on Sonatype OSS Maven Repository #52

Open logological opened 9 years ago

logological commented 9 years ago

Originally reported on Google Code with ID 53

We should deploy DKPro WSD on the Sonatype OSS Maven Repository.  This will allow users
to more easily find and use DKPro WSD.

Here's what we need to do:
1. Sign up for a Sonatype account (done)
2. Create JIRA tickets requesting creation of Maven repositories (done)
3. Update our POMs so that they no longer suppress deployment on Sonatype
4. Update our POMs to remove references to external repositories
5. Update our POMs to conform with Sonatype's requirements at https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-6.CentralSyncRequirement
-- in particular we are missing <developers> and <licenses> elements
6. Stage and deploy releases according to the rest of the instructions at https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

Reported by tristan.miller@nothingisreal.com on 2013-11-20 15:01:48

logological commented 9 years ago
Also to do:

7. Update the wiki documentation on Google Code so that it no longer instructs users
to use an external repository

Reported by tristan.miller@nothingisreal.com on 2013-11-20 15:04:44

logological commented 9 years ago
I have released TWSI on Maven Central, which was necessary in order to comply with step
#4 above.

Reported by tristan.miller@nothingisreal.com on 2013-11-27 16:31:48

logological commented 9 years ago
We have other dependencies on artifacts not in Maven Central.  These include UBY, some
IMS dependencies, and possibly more.

Reported by tristan.miller@nothingisreal.com on 2013-11-28 13:45:47

logological commented 9 years ago

Reported by tristan.miller@nothingisreal.com on 2014-06-27 12:39:10