|
5 | 5 |
|
6 | 6 | <modelVersion>4.0.0</modelVersion>
|
7 | 7 |
|
8 |
| - <groupId>org.xbib.elasticsearch</groupId> |
| 8 | + <groupId>org.xbib.elasticsearch.plugin</groupId> |
9 | 9 | <artifactId>elasticsearch-langdetect</artifactId>
|
10 | 10 | <version>2.0.1</version>
|
11 | 11 |
|
|
26 | 26 | </license>
|
27 | 27 | </licenses>
|
28 | 28 |
|
| 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 | + |
29 | 37 | <scm>
|
30 | 38 | < connection>scm:git: [email protected]:jprante/elasticsearch-langdetect.git</ connection>
|
31 | 39 | < developerConnection>scm:git: [email protected]:jprante/elasticsearch-langdetect.git</ developerConnection>
|
32 | 40 | <url>http://github.com/jprante/elasticsearch-langdetect</url>
|
33 | 41 | </scm>
|
34 | 42 |
|
| 43 | + <issueManagement> |
| 44 | + <system>Github Issue Tracker</system> |
| 45 | + <url>https://github.com/jprante/elasticsearch-langdetect/issues</url> |
| 46 | + </issueManagement> |
| 47 | + |
35 | 48 | <distributionManagement>
|
36 | 49 | <repository>
|
37 | 50 | <id>bintray-jprante-elasticsearch-plugins-elasticsearch-langdetect</id>
|
|
40 | 53 | </repository>
|
41 | 54 | </distributionManagement>
|
42 | 55 |
|
| 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 | + |
43 | 69 | <properties>
|
44 | 70 | <github.global.server>github</github.global.server>
|
45 | 71 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
89 | 115 | <build>
|
90 | 116 | <plugins>
|
91 | 117 | <plugin>
|
92 |
| - <groupId>org.apache.maven.plugins</groupId> |
93 | 118 | <artifactId>maven-compiler-plugin</artifactId>
|
94 | 119 | <version>3.1</version>
|
95 | 120 | <configuration>
|
|
102 | 127 | </configuration>
|
103 | 128 | </plugin>
|
104 | 129 | <plugin>
|
105 |
| - <groupId>org.apache.maven.plugins</groupId> |
106 | 130 | <artifactId>maven-surefire-plugin</artifactId>
|
107 | 131 | <version>2.15</version>
|
108 | 132 | <configuration>
|
|
113 | 137 | </configuration>
|
114 | 138 | </plugin>
|
115 | 139 | <plugin>
|
116 |
| - <groupId>org.apache.maven.plugins</groupId> |
117 | 140 | <artifactId>maven-source-plugin</artifactId>
|
118 | 141 | <version>2.2.1</version>
|
119 | 142 | <executions>
|
|
0 commit comments