Skip to content

Commit

Permalink
adapt the fnlp-core for git maven release package
Browse files Browse the repository at this point in the history
  • Loading branch information
jing-zhou committed Dec 10, 2015
1 parent aad03cd commit e559383
Showing 1 changed file with 39 additions and 9 deletions.
48 changes: 39 additions & 9 deletions fnlp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.fnlp</groupId>
<artifactId>fnlp-core</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-SNAPSHOT-gubnoi-v1</version>

This comment has been minimized.

Copy link
@jing-zhou

jing-zhou Dec 15, 2015

Author

this might be ignored

<name>fnlp-core</name>
<url>https://github.com/xpqiu/fnlp/</url>
<description>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.</description>
Expand All @@ -18,6 +18,13 @@
<url>http://www.fnlp.org</url>
</organization>

<pluginRepositories>

This comment has been minimized.

Copy link
@jing-zhou

jing-zhou Dec 15, 2015

Author

the maven -plugin repository for release from Github

<pluginRepository>
<id>synergian-repo</id>
<url>https://raw.github.com/synergian/wagon-git/releases</url>
</pluginRepository>
</pluginRepositories>

<scm>
<url>scm:git:git@github.com:xpqiu/fnlp.git</url>
<connection>scm:git:git@github.com:xpqiu/fnlp.git</connection>
Expand All @@ -28,6 +35,17 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>

This comment has been minimized.

Copy link
@jing-zhou

jing-zhou Dec 15, 2015

Author

this section might be ignored

<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -40,14 +58,18 @@
<profile>
<id>release</id>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>

<repository>
<id>com.gubnoi.fnlp</id>

This comment has been minimized.

Copy link
@jing-zhou

jing-zhou Dec 15, 2015

Author

this section might be ignored

<name>Gubnoi NLP</name>
<url>git:releases://git@github.com:jing-zhou/fnlp.git</url>
</repository>

<snapshotRepository>
<id>com.gubnoi.fnlp</id>
<name>Gubnoi NLP</name>
<url>git:snapshots://git@github.com:jing-zhou/fnlp.git</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
Expand Down Expand Up @@ -99,6 +121,14 @@
</profiles>

<build>
<extensions>
<extension>

This comment has been minimized.

Copy link
@jing-zhou

jing-zhou Dec 15, 2015

Author

the maven plugin for release from git hub

<groupId>ar.com.synergian</groupId>
<artifactId>wagon-git</artifactId>
<version>0.2.5</version>
</extension>
</extensions>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit e559383

Please sign in to comment.