Skip to content

Commit fe9210c

Browse files
committed
Skip Kotlin build in distribute profiles.
Closes #1686
1 parent db82643 commit fe9210c

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
-->
@@ -675,6 +685,16 @@
675685

676686
<plugins>
677687

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

0 commit comments

Comments
 (0)