Skip to content

Commit ef3e86b

Browse files
committed
Skip Kotlin build in distribute profiles.
Closes #1686
1 parent 3d06ec7 commit ef3e86b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

parent/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,16 @@
352352

353353
<plugins>
354354

355+
<!-- force-skip -->
356+
<plugin>
357+
<groupId>org.jetbrains.kotlin</groupId>
358+
<artifactId>kotlin-maven-plugin</artifactId>
359+
<inherited>false</inherited>
360+
<configuration>
361+
<skip>true</skip>
362+
</configuration>
363+
</plugin>
364+
355365
<!--
356366
Unpacks the content of spring-data-build-resources into the shared resources folder.
357367
-->
@@ -674,6 +684,16 @@
674684

675685
<plugins>
676686

687+
<!-- force-skip -->
688+
<plugin>
689+
<groupId>org.jetbrains.kotlin</groupId>
690+
<artifactId>kotlin-maven-plugin</artifactId>
691+
<inherited>false</inherited>
692+
<configuration>
693+
<skip>true</skip>
694+
</configuration>
695+
</plugin>
696+
677697
<!--
678698
Unpacks the content of spring-data-build-resources into the shared resources folder.
679699
-->

0 commit comments

Comments
 (0)