From e559383b9127afcef0a3d201e10eeb7420fbebc2 Mon Sep 17 00:00:00 2001 From: wjz Date: Thu, 10 Dec 2015 08:22:03 +0800 Subject: [PATCH] adapt the fnlp-core for git maven release package --- fnlp-core/pom.xml | 48 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/fnlp-core/pom.xml b/fnlp-core/pom.xml index 4de6498..636c242 100644 --- a/fnlp-core/pom.xml +++ b/fnlp-core/pom.xml @@ -9,7 +9,7 @@ org.fnlp fnlp-core - 2.1-SNAPSHOT + 2.1-SNAPSHOT-gubnoi-v1 fnlp-core https://github.com/xpqiu/fnlp/ FNLP is developed for Chinese natural language processing (NLP), which also includes some machine learning algorithms and data sets to achieve the NLP tasks. FNLP is distributed under LGPL3.0. @@ -18,6 +18,13 @@ http://www.fnlp.org + + + synergian-repo + https://raw.github.com/synergian/wagon-git/releases + + + scm:git:git@github.com:xpqiu/fnlp.git scm:git:git@github.com:xpqiu/fnlp.git @@ -28,6 +35,17 @@ UTF-8 + + + net.sf.trove4j + trove4j + 3.0.3 + + + commons-cli + commons-cli + 1.2 + junit junit @@ -40,14 +58,18 @@ release - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - - sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + + + com.gubnoi.fnlp + Gubnoi NLP + git:releases://git@github.com:jing-zhou/fnlp.git + + + + com.gubnoi.fnlp + Gubnoi NLP + git:snapshots://git@github.com:jing-zhou/fnlp.git + @@ -99,6 +121,14 @@ + + + ar.com.synergian + wagon-git + 0.2.5 + + + org.apache.maven.plugins