|
9 | 9 | </parent>
|
10 | 10 | <groupId>org.fnlp</groupId>
|
11 | 11 | <artifactId>fnlp-core</artifactId>
|
12 |
| - <version>2.1-SNAPSHOT</version> |
| 12 | + <version>2.1-SNAPSHOT-gubnoi-v1</version> |
13 | 13 | <name>fnlp-core</name>
|
14 | 14 | <url>https://github.com/xpqiu/fnlp/</url>
|
15 | 15 | <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>
|
|
18 | 18 | <url>http://www.fnlp.org</url>
|
19 | 19 | </organization>
|
20 | 20 |
|
| 21 | + <pluginRepositories> |
| 22 | + <pluginRepository> |
| 23 | + <id>synergian-repo</id> |
| 24 | + <url>https://raw.github.com/synergian/wagon-git/releases</url> |
| 25 | + </pluginRepository> |
| 26 | + </pluginRepositories> |
| 27 | + |
21 | 28 | <scm>
|
22 | 29 | <url>scm:git:git@github.com:xpqiu/fnlp.git</url>
|
23 | 30 | <connection>scm:git:git@github.com:xpqiu/fnlp.git</connection>
|
|
28 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
29 | 36 | </properties>
|
30 | 37 | <dependencies>
|
| 38 | + |
| 39 | + <dependency> |
| 40 | + <groupId>net.sf.trove4j</groupId> |
| 41 | + <artifactId>trove4j</artifactId> |
| 42 | + <version>3.0.3</version> |
| 43 | + </dependency> |
| 44 | + <dependency> |
| 45 | + <groupId>commons-cli</groupId> |
| 46 | + <artifactId>commons-cli</artifactId> |
| 47 | + <version>1.2</version> |
| 48 | + </dependency> |
31 | 49 | <dependency>
|
32 | 50 | <groupId>junit</groupId>
|
33 | 51 | <artifactId>junit</artifactId>
|
|
40 | 58 | <profile>
|
41 | 59 | <id>release</id>
|
42 | 60 | <distributionManagement>
|
43 |
| - <snapshotRepository> |
44 |
| - <id>sonatype-nexus-snapshots</id> |
45 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
46 |
| - </snapshotRepository> |
47 |
| - <repository> |
48 |
| - <id>sonatype-nexus-staging</id> |
49 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
50 |
| - </repository> |
| 61 | + |
| 62 | + <repository> |
| 63 | + <id>com.gubnoi.fnlp</id> |
| 64 | + <name>Gubnoi NLP</name> |
| 65 | + <url>git:releases://git@github.com:jing-zhou/fnlp.git</url> |
| 66 | + </repository> |
| 67 | + |
| 68 | + <snapshotRepository> |
| 69 | + <id>com.gubnoi.fnlp</id> |
| 70 | + <name>Gubnoi NLP</name> |
| 71 | + <url>git:snapshots://git@github.com:jing-zhou/fnlp.git</url> |
| 72 | + </snapshotRepository> |
51 | 73 | </distributionManagement>
|
52 | 74 | <build>
|
53 | 75 | <plugins>
|
|
99 | 121 | </profiles>
|
100 | 122 |
|
101 | 123 | <build>
|
| 124 | + <extensions> |
| 125 | + <extension> |
| 126 | + <groupId>ar.com.synergian</groupId> |
| 127 | + <artifactId>wagon-git</artifactId> |
| 128 | + <version>0.2.5</version> |
| 129 | + </extension> |
| 130 | + </extensions> |
| 131 | + |
102 | 132 | <plugins>
|
103 | 133 | <plugin>
|
104 | 134 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments