@@ -14,6 +14,13 @@ governing permissions and limitations under the License. -->
14
14
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
15
15
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
16
<modelVersion >4.0.0</modelVersion >
17
+
18
+ <parent >
19
+ <groupId >org.elasticsearch</groupId >
20
+ <artifactId >elasticsearch-parent</artifactId >
21
+ <version >2.0.0-SNAPSHOT</version >
22
+ </parent >
23
+
17
24
<groupId >org.elasticsearch</groupId >
18
25
<artifactId >elasticsearch-cloud-azure</artifactId >
19
26
<version >3.0.0-SNAPSHOT</version >
@@ -31,88 +38,49 @@ governing permissions and limitations under the License. -->
31
38
</licenses >
32
39
<scm >
33
40
<
connection >scm:git:
[email protected] :elasticsearch/elasticsearch-cloud-azure.git</
connection >
34
- <
developerConnection >scm:git:
[email protected] :elasticsearch/elasticsearch-cloud-azure.git
35
- </developerConnection >
41
+ <
developerConnection >scm:git:
[email protected] :elasticsearch/elasticsearch-cloud-azure.git</
developerConnection >
36
42
<url >http://github.com/elasticsearch/elasticsearch-cloud-azure</url >
37
43
</scm >
38
44
39
- <parent >
40
- <groupId >org.sonatype.oss</groupId >
41
- <artifactId >oss-parent</artifactId >
42
- <version >7</version >
43
- </parent >
44
-
45
45
<properties >
46
- <elasticsearch .version>2.0.0-SNAPSHOT</elasticsearch .version>
47
- <lucene .version>5.0.0</lucene .version>
48
- <lucene .maven.version>5.0.0-snapshot-1642891</lucene .maven.version>
49
- <tests .output>onerror</tests .output>
50
- <tests .shuffle>true</tests .shuffle>
51
- <tests .output>onerror</tests .output>
52
- <tests .client.ratio></tests .client.ratio>
53
- <tests .jvm.argline></tests .jvm.argline>
54
- <es .logger.level>INFO</es .logger.level>
46
+ <!-- You can add any specific project property here -->
55
47
</properties >
56
48
57
- <repositories >
58
- <repository >
59
- <id >Lucene snapshots</id >
60
- <url >https://download.elasticsearch.org/lucenesnapshots/1642891/</url >
61
- </repository >
62
- <repository >
63
- <id >sonatype</id >
64
- <url >http://oss.sonatype.org/content/repositories/releases/</url >
65
- </repository >
66
- </repositories >
67
-
68
49
<dependencies >
69
50
<dependency >
70
51
<groupId >org.hamcrest</groupId >
71
- <artifactId >hamcrest-core</artifactId >
72
- <version >1.3.RC2</version >
73
- <scope >test</scope >
74
- </dependency >
75
- <dependency >
76
- <groupId >org.hamcrest</groupId >
77
- <artifactId >hamcrest-library</artifactId >
78
- <version >1.3.RC2</version >
79
- <scope >test</scope >
52
+ <artifactId >hamcrest-all</artifactId >
80
53
</dependency >
81
54
<dependency >
82
55
<groupId >com.carrotsearch.randomizedtesting</groupId >
83
56
<artifactId >randomizedtesting-runner</artifactId >
84
- <version >2.1.10</version >
85
- <scope >test</scope >
86
57
</dependency >
87
58
<dependency >
88
59
<groupId >org.apache.lucene</groupId >
89
60
<artifactId >lucene-test-framework</artifactId >
90
- <version >${lucene.maven.version} </version >
91
- <scope >test</scope >
92
61
</dependency >
93
62
94
63
<dependency >
95
64
<groupId >org.elasticsearch</groupId >
96
65
<artifactId >elasticsearch</artifactId >
97
- <version > ${elasticsearch.version} </ version >
66
+ <scope >provided</ scope >
98
67
</dependency >
68
+
69
+ <!-- Azure API -->
99
70
<dependency >
100
71
<groupId >com.microsoft.windowsazure</groupId >
101
72
<artifactId >microsoft-windowsazure-api</artifactId >
102
73
<version >0.4.6</version >
103
74
</dependency >
75
+
104
76
<dependency >
105
77
<groupId >log4j</groupId >
106
78
<artifactId >log4j</artifactId >
107
- <version >1.2.17</version >
108
- <scope >test</scope >
109
79
</dependency >
110
80
<dependency >
111
81
<groupId >org.elasticsearch</groupId >
112
82
<artifactId >elasticsearch</artifactId >
113
- <version >${elasticsearch.version} </version >
114
83
<type >test-jar</type >
115
- <scope >test</scope >
116
84
</dependency >
117
85
</dependencies >
118
86
@@ -134,16 +102,10 @@ governing permissions and limitations under the License. -->
134
102
<plugin >
135
103
<groupId >org.apache.maven.plugins</groupId >
136
104
<artifactId >maven-compiler-plugin</artifactId >
137
- <version >3.0</version >
138
- <configuration >
139
- <source >1.6</source >
140
- <target >1.6</target >
141
- </configuration >
142
105
</plugin >
143
106
<plugin >
144
107
<groupId >com.carrotsearch.randomizedtesting</groupId >
145
108
<artifactId >junit4-maven-plugin</artifactId >
146
- <version >2.0.14</version >
147
109
<executions >
148
110
<execution >
149
111
<id >tests</id >
@@ -213,14 +175,14 @@ governing permissions and limitations under the License. -->
213
175
<tests .weekly>${tests.weekly} </tests .weekly>
214
176
<tests .slow>${tests.slow} </tests .slow>
215
177
<tests .azure>${tests.azure} </tests .azure>
178
+ <tests .config>${tests.config} </tests .config>
216
179
<tests .awaitsfix>${tests.awaitsfix} </tests .awaitsfix>
217
180
<tests .slow>${tests.slow} </tests .slow>
218
181
<tests .timeoutSuite>${tests.timeoutSuite} </tests .timeoutSuite>
219
182
<tests .showSuccess>${tests.showSuccess} </tests .showSuccess>
220
183
<tests .integration>${tests.integration} </tests .integration>
221
184
<tests .cluster_seed>${tests.cluster_seed} </tests .cluster_seed>
222
185
<tests .client.ratio>${tests.client.ratio} </tests .client.ratio>
223
- <tests .config>${tests.config} </tests .config>
224
186
<es .logger.level>${es.logger.level} </es .logger.level>
225
187
<java .awt.headless>true</java .awt.headless>
226
188
</systemProperties >
@@ -231,27 +193,14 @@ governing permissions and limitations under the License. -->
231
193
<plugin >
232
194
<groupId >org.apache.maven.plugins</groupId >
233
195
<artifactId >maven-surefire-plugin</artifactId >
234
- <version >2.13</version >
235
- <configuration >
236
- <skip >true</skip >
237
- </configuration >
238
196
</plugin >
239
197
<plugin >
240
198
<groupId >org.apache.maven.plugins</groupId >
241
199
<artifactId >maven-source-plugin</artifactId >
242
- <version >2.2.1</version >
243
- <executions >
244
- <execution >
245
- <id >attach-sources</id >
246
- <goals >
247
- <goal >jar</goal >
248
- </goals >
249
- </execution >
250
- </executions >
251
200
</plugin >
252
201
<plugin >
202
+ <groupId >org.apache.maven.plugins</groupId >
253
203
<artifactId >maven-assembly-plugin</artifactId >
254
- <version >2.4</version >
255
204
<configuration >
256
205
<appendAssemblyId >false</appendAssemblyId >
257
206
<outputDirectory >${project.build.directory} /releases/</outputDirectory >
@@ -270,4 +219,12 @@ governing permissions and limitations under the License. -->
270
219
</plugin >
271
220
</plugins >
272
221
</build >
222
+
223
+ <repositories >
224
+ <repository >
225
+ <id >oss-snapshots</id >
226
+ <name >Sonatype OSS Snapshots</name >
227
+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
228
+ </repository >
229
+ </repositories >
273
230
</project >
0 commit comments