File tree 10 files changed +38
-77
lines changed
10 files changed +38
-77
lines changed Original file line number Diff line number Diff line change 186
186
<reuseForks >false</reuseForks >
187
187
<argLine >${surefire.argLine} </argLine >
188
188
<runOrder >alphabetical</runOrder >
189
- <systemProperties >
190
- <property >
191
- <name >org.apache.activemq.default.directory.prefix</name >
192
- <value >target/</value >
193
- </property >
194
- </systemProperties >
189
+ <systemPropertyVariables >
190
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
191
+ </systemPropertyVariables >
195
192
<includes >
196
193
<include >**/*Test.*</include >
197
194
</includes >
Original file line number Diff line number Diff line change 220
220
<reuseForks >false</reuseForks >
221
221
<argLine >${surefire.argLine} </argLine >
222
222
<runOrder >alphabetical</runOrder >
223
- <systemProperties >
224
- <property >
225
- <name >org.apache.activemq.default.directory.prefix</name >
226
- <value >target/</value >
227
- </property >
223
+ <systemPropertyVariables >
224
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
228
225
<!-- Uncomment the following if you want to configure custom logging
229
226
(using src/test/resources/log4j.properties) while running mvn:test Note: if you want
230
227
to see log messages on the console window remove "redirectTestOutputToFile" from
231
228
the parent pom -->
232
- <!-- <property> <name>log4j.configuration</name> <value>file:target/test-classes/log4j.properties</value>
233
- </property> -->
234
- </systemProperties >
229
+ <!-- <log4j.configuration>file:target/test-classes/log4j.properties</log4j.configuration> -->
230
+ </systemPropertyVariables >
235
231
<includes >
236
232
<include >**/*Test.*</include >
237
233
</includes >
Original file line number Diff line number Diff line change 152
152
<reuseForks >false</reuseForks >
153
153
<childDelegation >false</childDelegation >
154
154
<useFile >true</useFile >
155
- <systemProperties >
156
- <property >
157
- <name >org.apache.activemq.default.directory.prefix</name >
158
- <value >target/</value >
159
- </property >
155
+ <systemPropertyVariables >
156
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
160
157
<!-- Uncomment the following if you want to configure custom logging (using src/test/resources/log4j2-test.properties)
161
158
while running mvn:test Note: if you want to see log messages on the console window remove "redirectTestOutputToFile"
162
159
from the parent pom -->
163
160
<!-- <property> <name>log4j.configuration</name> <value>file:target/test-classes/log4j2-test.properties</value>
164
161
</property> -->
165
- </systemProperties >
162
+ </systemPropertyVariables >
166
163
<includes >
167
164
<include >**/*Test*</include >
168
165
</includes >
Original file line number Diff line number Diff line change 39
39
<useFile >true</useFile >
40
40
<argLine >-Xmx512M</argLine >
41
41
42
- <systemProperties >
43
- <property >
44
- <name >org.apache.activemq.default.directory.prefix</name >
45
- <value >target/</value >
46
- </property >
42
+ <systemPropertyVariables >
43
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
47
44
<!-- Uncomment the following if you want to configure custom logging (using src/test/resources/log4j.properties)
48
45
while running mvn:test
49
46
Note: if you want to see log messages on the console window remove
50
47
"redirectTestOutputToFile" from the parent pom
51
48
-->
52
- <!--
53
- <property>
54
- <name>log4j.configuration</name>
55
- <value>file:target/test-classes/log4j.properties</value>
56
- </property>
57
- -->
58
- </systemProperties >
49
+ <!-- <log4j.configuration>file:target/test-classes/log4j.properties</log4j.configuration> -->
50
+ </systemPropertyVariables >
59
51
<environmentVariables >
60
52
<ACTIVEMQ_ENCRYPTION_PASSWORD >activemq</ACTIVEMQ_ENCRYPTION_PASSWORD >
61
53
</environmentVariables >
Original file line number Diff line number Diff line change 105
105
<reuseForks >false</reuseForks >
106
106
<argLine >${surefire.argLine} </argLine >
107
107
<runOrder >alphabetical</runOrder >
108
- <systemProperties >
109
- <property >
110
- <name >org.apache.activemq.default.directory.prefix</name >
111
- <value >target/</value >
112
- </property >
108
+ <systemPropertyVariables >
109
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
113
110
<!-- Uncomment the following if you want to configure custom logging (using src/test/resources/log4j2-test.properties)
114
111
while running mvn:test
115
112
Note: if you want to see log messages on the console window remove
121
118
<value>file:target/test-classes/log4j2-test.properties</value>
122
119
</property>
123
120
-->
124
- </systemProperties >
121
+ </systemPropertyVariables >
125
122
<includes >
126
123
<include >**/*Test.*</include >
127
124
</includes >
Original file line number Diff line number Diff line change 180
180
<reuseForks >false</reuseForks >
181
181
<argLine >${surefire.argLine} </argLine >
182
182
<runOrder >alphabetical</runOrder >
183
-
184
- <systemProperties >
185
- <property >
186
- <name >org.apache.activemq.default.directory.prefix</name >
187
- <value >target/</value >
188
- </property >
189
- </systemProperties >
183
+ <systemPropertyVariables >
184
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
185
+ </systemPropertyVariables >
190
186
<includes >
191
187
<include >**/*Test.*</include >
192
188
</includes >
Original file line number Diff line number Diff line change 205
205
<reuseForks >false</reuseForks >
206
206
<argLine >${surefire.argLine} </argLine >
207
207
<runOrder >alphabetical</runOrder >
208
- <systemProperties >
209
- <property >
210
- <name >org.apache.activemq.default.directory.prefix</name >
211
- <value >target/</value >
212
- </property >
213
- </systemProperties >
208
+ <systemPropertyValues >
209
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
210
+ </systemPropertyValues >
214
211
<!-- includes>
215
212
<include>**/*Test.*</include>
216
213
</includes -->
Original file line number Diff line number Diff line change 150
150
<forkCount >1</forkCount >
151
151
<reuseForks >false</reuseForks >
152
152
<argLine >-Xmx512M -Djava.awt.headless=true</argLine >
153
- <systemProperties >
154
- <property >
155
- <name >org.apache.activemq.default.directory.prefix</name >
156
- <value >target/</value >
157
- </property >
153
+ <systemPropertyVariables >
154
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
158
155
<property >
159
156
<name >log4j.configuration</name >
160
157
<value >file:target/test-classes/log4j.properties</value >
161
158
</property >
162
- </systemProperties >
159
+ </systemPropertyVariables >
163
160
<includes >
164
161
<include >**/*Test.*</include >
165
162
</includes >
Original file line number Diff line number Diff line change 157
157
<argLine>${surefire.argLine}</argLine>
158
158
<runOrder>alphabetical</runOrder>
159
159
<failIfNoTests>false</failIfNoTests>
160
- <systemProperties>
161
- <property>
162
- <name>org.apache.activemq.default.directory.prefix</name>
163
- <value>target/</value>
164
- </property>
165
- <!- - Uncomment the following if you want to configure custom logging (using src/test/resources/log4j2-test.properties)
160
+ <systemPropertyVariables>
161
+ <org.apache.activemq.default.directory.prefix>target</org.apache.activemq.default.directory.prefix>
162
+ <!- -
163
+ Uncomment the following if you want to configure custom logging (using src/test/resources/log4j2-test.properties)
166
164
while running mvn:test
167
165
Note: if you want to see log messages on the console window remove
168
166
"redirectTestOutputToFile" from the parent pom
169
- - ->
170
- <!- -
171
- <property>
172
- <name>log4j.configuration</name>
173
- <value>file:target/test-classes/log4j2-test.properties</value>
174
- </property>
175
- - ->
176
- </systemProperties>
167
+ - ->
168
+ <!- -
169
+ <log4j.configuration>file:target/test-classes/log4j2-test.properties</log4j.configuration>
170
+ - ->
171
+ </systemPropertyVariables>
177
172
<includes>
178
173
<include>**/*Test.*</include>
179
174
</includes>
Original file line number Diff line number Diff line change 132
132
<argLine >${surefire.argLine} </argLine >
133
133
<runOrder >alphabetical</runOrder >
134
134
<failIfNoTests >false</failIfNoTests >
135
- <systemProperties >
136
- <property >
137
- <name >org.apache.activemq.default.directory.prefix</name >
138
- <value >target/</value >
139
- </property >
140
- </systemProperties >
135
+ <systemPropertyVariables >
136
+ <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
137
+ </systemPropertyVariables >
141
138
<includes >
142
139
<include >**/*Test.*</include >
143
140
</includes >
You can’t perform that action at this time.
0 commit comments