Skip to content

Commit 23979dc

Browse files
committed
Skip Kotlin build in distribute profiles.
Closes #1686
1 parent a5897f9 commit 23979dc

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
@@ -351,6 +351,16 @@
351351

352352
<plugins>
353353

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

674684
<plugins>
675685

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

0 commit comments

Comments
 (0)