Skip to content

Commit bbb3f97

Browse files
committed
skip integration testing for release
1 parent f288676 commit bbb3f97

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,13 @@
126126
</plugin>
127127
</plugins>
128128
</build>
129-
129+
<profiles>
130+
<profile>
131+
<id>basepom.oss-release</id>
132+
<properties>
133+
<!-- fixed in basepom-53 -->
134+
<basepom.it.skip>true</basepom.it.skip>
135+
</properties>
136+
</profile>
137+
</profiles>
130138
</project>

0 commit comments

Comments
 (0)