Return-Path: X-Original-To: apmail-ctakes-notifications-archive@www.apache.org Delivered-To: apmail-ctakes-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AADC610088 for ; Thu, 18 Jul 2013 20:08:48 +0000 (UTC) Received: (qmail 31851 invoked by uid 500); 18 Jul 2013 20:08:48 -0000 Delivered-To: apmail-ctakes-notifications-archive@ctakes.apache.org Received: (qmail 31828 invoked by uid 500); 18 Jul 2013 20:08:48 -0000 Mailing-List: contact notifications-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ctakes-dev@ctakes.apache.org Delivered-To: mailing list notifications@ctakes.apache.org Received: (qmail 31820 invoked by uid 99); 18 Jul 2013 20:08:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 20:08:48 +0000 Date: Thu, 18 Jul 2013 20:08:48 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@ctakes.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CTAKES-76) get third party dependencies into Maven Central MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CTAKES-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13712736#comment-13712736 ] ASF subversion and git services commented on CTAKES-76: ------------------------------------------------------- Commit 1504627 from mattcoarr@apache.org in branch 'ctakes/trunk' [ https://svn.apache.org/r1504627 ] As per CTAKES-76, ctakes-assertion is upated to point four dependencies at their location on maven central: - jcarafe-core - jcarafe-ext - mastif-i2b2 (previously named med-facts-i2b2) - mastif-zoner (previously named med-facts-zoner) > get third party dependencies into Maven Central > ----------------------------------------------- > > Key: CTAKES-76 > URL: https://issues.apache.org/jira/browse/CTAKES-76 > Project: cTAKES > Issue Type: Bug > Reporter: Steven Bethard > Priority: Blocker > Fix For: 3.1 > > > There are lots of third party dependencies in cTAKES that aren't in Maven Central, e.g. > OpenAI_FSM.jar > FindStructAPI.jar > SQLWrapper.jar > lvg2010dist.jar > med-facts-i2b2-1.2-SNAPSHOT.jar > med-facts-zoner-1.1.jar > jcarafe-core_2.9.1-0.9.8.3.RC4.jar > jcarafe-ext_2.9.1-0.9.8.3.RC4.jar > These are currently all referenced like: > > ... > system > ${project.basedir}/lib/OpenAI_FSM.jar > > Now, when we release cTAKES, anyone who declares a Maven dependency on cTAKES will get errors, since none of these jars will be present. > To fix this, we need to upload the third party jars to Maven Central. Full instructions are here: > https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository > Essentially, you create a minimal pom.xml for each library, and then run: > mvn source:jar javadoc:jar package gpg:sign repository:bundle-create -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira