Skip to content

Commit 75511b8

Browse files
committed
maven project update, travis added
1 parent 348f3cd commit 75511b8

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: java

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Installation
8585

8686
Current version of the plugin is **2.0.1** (Oct 25, 2013)
8787

88+
.. image:: https://travis-ci.org/jprante/elasticsearch-langdetect.png
89+
8890
Prerequisites::
8991

9092
Java JDK 7
@@ -93,9 +95,7 @@ Prerequisites::
9395
============= ========= ================= =============================================================
9496
ES version Plugin Release date Command
9597
------------- --------- ----------------- -------------------------------------------------------------
96-
0.90.3 1.2.0 Sep 14, 2013 ./bin/plugin --install langdetect --url http://bit.ly/19RBF3b
97-
0.90.5 2.0.0 Oct 22, 2013 ./bin/plugin --install langdetect --url http://bit.ly/1djTYCS
98-
0.90.5 **2.0.1** Oct 25, 2013 ./bin/plugin --install langdetect --url http://bit.ly/16861yL
98+
0.90.5 **2.0.1** Oct 25, 2013 ./bin/plugin --install langdetect --url http://bit.ly/1cmf8AL
9999
============= ========= ================= =============================================================
100100

101101
Do not forget to restart the node after installing.

pom.xml

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<modelVersion>4.0.0</modelVersion>
77

8-
<groupId>org.xbib.elasticsearch</groupId>
8+
<groupId>org.xbib.elasticsearch.plugin</groupId>
99
<artifactId>elasticsearch-langdetect</artifactId>
1010
<version>2.0.1</version>
1111

@@ -26,12 +26,25 @@
2626
</license>
2727
</licenses>
2828

29+
<developers>
30+
<developer>
31+
<id>jprante</id>
32+
<name>Jörg Prante</name>
33+
<url>https://github.com/jprante</url>
34+
</developer>
35+
</developers>
36+
2937
<scm>
3038
<connection>scm:git:[email protected]:jprante/elasticsearch-langdetect.git</connection>
3139
<developerConnection>scm:git:[email protected]:jprante/elasticsearch-langdetect.git</developerConnection>
3240
<url>http://github.com/jprante/elasticsearch-langdetect</url>
3341
</scm>
3442

43+
<issueManagement>
44+
<system>Github Issue Tracker</system>
45+
<url>https://github.com/jprante/elasticsearch-langdetect/issues</url>
46+
</issueManagement>
47+
3548
<distributionManagement>
3649
<repository>
3750
<id>bintray-jprante-elasticsearch-plugins-elasticsearch-langdetect</id>
@@ -40,6 +53,19 @@
4053
</repository>
4154
</distributionManagement>
4255

56+
<repositories>
57+
<repository>
58+
<id>bintray-elasticsearch-plugins</id>
59+
<url>http://dl.bintray.com/jprante/elasticsearch-plugins</url>
60+
<releases>
61+
<enabled>true</enabled>
62+
</releases>
63+
<snapshots>
64+
<enabled>false</enabled>
65+
</snapshots>
66+
</repository>
67+
</repositories>
68+
4369
<properties>
4470
<github.global.server>github</github.global.server>
4571
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -89,7 +115,6 @@
89115
<build>
90116
<plugins>
91117
<plugin>
92-
<groupId>org.apache.maven.plugins</groupId>
93118
<artifactId>maven-compiler-plugin</artifactId>
94119
<version>3.1</version>
95120
<configuration>
@@ -102,7 +127,6 @@
102127
</configuration>
103128
</plugin>
104129
<plugin>
105-
<groupId>org.apache.maven.plugins</groupId>
106130
<artifactId>maven-surefire-plugin</artifactId>
107131
<version>2.15</version>
108132
<configuration>
@@ -113,7 +137,6 @@
113137
</configuration>
114138
</plugin>
115139
<plugin>
116-
<groupId>org.apache.maven.plugins</groupId>
117140
<artifactId>maven-source-plugin</artifactId>
118141
<version>2.2.1</version>
119142
<executions>

0 commit comments

Comments
 (0)