File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change 38
38
<es .logger.level>INFO</es .logger.level>
39
39
</properties >
40
40
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
-
49
41
<dependencies >
50
42
<dependency >
51
43
<groupId >org.hamcrest</groupId >
384
376
<report-execution-times file =" ${basedir}/.local-execution-hints.log" />
385
377
</listeners >
386
378
<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 -->
389
382
</assertions >
390
383
<parallelism >${tests.jvms} </parallelism >
391
384
<balancers >
839
832
</source >
840
833
</sources >
841
834
</mapping >
842
- <mapping >
835
+ <mapping >
843
836
<directory >/usr/lib/sysctl.d/</directory >
844
837
<filemode >755</filemode >
845
838
<configuration >true</configuration >
1056
1049
<includes >
1057
1050
<include >org/elasticsearch/test/**/*</include >
1058
1051
<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 -->
1060
1054
<include >com/carrotsearch/randomizedtesting/StandaloneRandomizedContext.class</include >
1061
1055
</includes >
1062
1056
<excludes >
1091
1085
</goals >
1092
1086
</pluginExecutionFilter >
1093
1087
<action >
1094
- <execute />
1088
+ <execute />
1095
1089
</action >
1096
1090
</pluginExecution >
1097
1091
<!-- forbidden-apis plugin -->
1106
1100
</goals >
1107
1101
</pluginExecutionFilter >
1108
1102
<action >
1109
- <execute />
1103
+ <execute />
1110
1104
</action >
1111
1105
</pluginExecution >
1112
1106
<!-- exec-maven plugin -->
1120
1114
</goals >
1121
1115
</pluginExecutionFilter >
1122
1116
<action >
1123
- <execute />
1117
+ <execute />
1124
1118
</action >
1125
1119
</pluginExecution >
1126
1120
<!-- copy-dependency plugin -->
1134
1128
</goals >
1135
1129
</pluginExecutionFilter >
1136
1130
<action >
1137
- <execute />
1131
+ <execute />
1138
1132
</action >
1139
1133
</pluginExecution >
1140
1134
</pluginExecutions >
You can’t perform that action at this time.
0 commit comments