Skip to content

Commit dc728b0

Browse files
committed
no need for the mvn repository anymore
1 parent e56f757 commit dc728b0

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

pom.xml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@
3838
<es.logger.level>INFO</es.logger.level>
3939
</properties>
4040

41-
<repositories>
42-
<repository>
43-
<id>elasticsearch</id>
44-
<name>elasticsearch repo</name>
45-
<url>http://elasticsearch.googlecode.com/svn/maven</url>
46-
</repository>
47-
</repositories>
48-
4941
<dependencies>
5042
<dependency>
5143
<groupId>org.hamcrest</groupId>
@@ -384,8 +376,9 @@
384376
<report-execution-times file="${basedir}/.local-execution-hints.log"/>
385377
</listeners>
386378
<assertions>
387-
<enable />
388-
<disable package="${tests.assertion.disabled}"/> <!-- pass org.elasticsearch to run without assertions -->
379+
<enable/>
380+
<disable package="${tests.assertion.disabled}"/>
381+
<!-- pass org.elasticsearch to run without assertions -->
389382
</assertions>
390383
<parallelism>${tests.jvms}</parallelism>
391384
<balancers>
@@ -839,7 +832,7 @@
839832
</source>
840833
</sources>
841834
</mapping>
842-
<mapping>
835+
<mapping>
843836
<directory>/usr/lib/sysctl.d/</directory>
844837
<filemode>755</filemode>
845838
<configuration>true</configuration>
@@ -1056,7 +1049,8 @@
10561049
<includes>
10571050
<include>org/elasticsearch/test/**/*</include>
10581051
<include>org/apache/lucene/util/AbstractRandomizedTest.class</include>
1059-
<include>org/apache/lucene/util/AbstractRandomizedTest$*.class</include> <!-- inner classes -->
1052+
<include>org/apache/lucene/util/AbstractRandomizedTest$*.class</include>
1053+
<!-- inner classes -->
10601054
<include>com/carrotsearch/randomizedtesting/StandaloneRandomizedContext.class</include>
10611055
</includes>
10621056
<excludes>
@@ -1091,7 +1085,7 @@
10911085
</goals>
10921086
</pluginExecutionFilter>
10931087
<action>
1094-
<execute />
1088+
<execute/>
10951089
</action>
10961090
</pluginExecution>
10971091
<!-- forbidden-apis plugin -->
@@ -1106,7 +1100,7 @@
11061100
</goals>
11071101
</pluginExecutionFilter>
11081102
<action>
1109-
<execute />
1103+
<execute/>
11101104
</action>
11111105
</pluginExecution>
11121106
<!-- exec-maven plugin -->
@@ -1120,7 +1114,7 @@
11201114
</goals>
11211115
</pluginExecutionFilter>
11221116
<action>
1123-
<execute />
1117+
<execute/>
11241118
</action>
11251119
</pluginExecution>
11261120
<!-- copy-dependency plugin -->
@@ -1134,7 +1128,7 @@
11341128
</goals>
11351129
</pluginExecutionFilter>
11361130
<action>
1137-
<execute />
1131+
<execute/>
11381132
</action>
11391133
</pluginExecution>
11401134
</pluginExecutions>

0 commit comments

Comments
 (0)