We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d302261 + dec10bb commit 82e0162Copy full SHA for 82e0162
pom.xml
@@ -198,9 +198,6 @@
198
<groupId>io.fabric8</groupId>
199
<artifactId>docker-maven-plugin</artifactId>
200
<version>0.33.0</version>
201
- <configuration>
202
- <skip>${skipITs}</skip>
203
- </configuration>
204
<executions>
205
<execution>
206
<id>start</id>
@@ -341,6 +338,18 @@
341
338
</build>
342
339
343
340
<profiles>
+ <profile>
+ <id>skip-its</id>
+ <activation>
344
+ <property>
345
+ <name>skipITs</name>
346
+ <value>true</value>
347
+ </property>
348
+ </activation>
349
+ <properties>
350
+ <docker.skip>true</docker.skip>
351
+ </properties>
352
+ </profile>
353
<profile>
354
<id>release</id>
355
<build>
0 commit comments