Skip to content

Commit ac08185

Browse files
committed
Skip Kotlin build in distribute profiles.
Closes #1686
1 parent 953ca3f commit ac08185

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
@@ -289,6 +289,16 @@
289289

290290
<plugins>
291291

292+
<!-- force-skip -->
293+
<plugin>
294+
<groupId>org.jetbrains.kotlin</groupId>
295+
<artifactId>kotlin-maven-plugin</artifactId>
296+
<inherited>false</inherited>
297+
<configuration>
298+
<skip>true</skip>
299+
</configuration>
300+
</plugin>
301+
292302
<!--
293303
Unpacks the content of spring-data-build-resources into the shared resources folder.
294304
-->
@@ -615,6 +625,16 @@
615625

616626
<plugins>
617627

628+
<!-- force-skip -->
629+
<plugin>
630+
<groupId>org.jetbrains.kotlin</groupId>
631+
<artifactId>kotlin-maven-plugin</artifactId>
632+
<inherited>false</inherited>
633+
<configuration>
634+
<skip>true</skip>
635+
</configuration>
636+
</plugin>
637+
618638
<!--
619639
Unpacks the content of spring-data-build-resources into the shared resources folder.
620640
-->

0 commit comments

Comments
 (0)