We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b9896 commit 01b0a5dCopy full SHA for 01b0a5d
docker/pom.xml
@@ -28,7 +28,8 @@
28
<activeByDefault>true</activeByDefault>
29
</activation>
30
</profile>
31
- <profile>
+ <!-- TODO: Fix me -->
32
+ <!--<profile>
33
<id>integration</id>
34
<activation>
35
<activeByDefault>false</activeByDefault>
@@ -47,7 +48,7 @@
47
48
<module>spring-cloud-contract-docker</module>
49
<module>spring-cloud-contract-stub-runner-docker</module>
50
</modules>
- </profile>
51
+ </profile>-->
52
</profiles>
53
54
<build>
0 commit comments