File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
java-components/build-request-processor/src/main/java/com/redhat/hacbs/container/build/preprocessor Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,6 @@ private String getMavenSetup() {
244
244
<profiles>
245
245
<profile>
246
246
<id>secondary</id>
247
- <activation>
248
- <activeByDefault>true</activeByDefault>
249
- </activation>
250
247
<repositories>
251
248
<repository>
252
249
<id>artifacts</id>
@@ -270,27 +267,27 @@ private String getMavenSetup() {
270
267
</profile>
271
268
<profile>
272
269
<id>local-deployment</id>
273
- <activation>
274
- <activeByDefault>true</activeByDefault>
275
- </activation>
276
270
<properties>
277
271
<altDeploymentRepository>
278
272
local::file://${JBS_WORKDIR}/artifacts
279
273
</altDeploymentRepository>
280
274
</properties>
281
275
</profile>
282
276
<profile>
283
- <id>PROXY_ENABLED</id>
284
- <activation>
285
- <activeByDefault>true</activeByDefault>
286
- </activation>
277
+ <id>proxy-enabled</id>
287
278
<properties>
288
279
<PROXY_ENABLED>false</PROXY_ENABLED>
289
280
</properties>
290
281
</profile>
291
282
</profiles>
292
283
293
- <interactiveMode>false</interactiveMode>
284
+ <activeProfiles>
285
+ <activeProfile>secondary</activeProfile>
286
+ <activeProfile>local-deployment</activeProfile>
287
+ <activeProfile>proxy-enabled</activeProfile>
288
+ </activeProfiles>
289
+
290
+ <interactiveMode>false</interactiveMode>
294
291
<!--
295
292
Needed for Maven 3.9+. Switched to native resolver
296
293
https://maven.apache.org/guides/mini/guide-resolver-transport.html
You can’t perform that action at this time.
0 commit comments