Skip to content

Commit 0b95219

Browse files
JAVA-42553 Align module list for default and integration profiles - kotlin
2 parents 81461da + fa10563 commit 0b95219

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

pom.xml

+1-29
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
<module>kotlin-testing</module>
651651
<module>kotlin-mockito</module>
652652
<!-- <module>kotlin-tornadofx</module> --> <!-- not compatible with Java 9+ -->
653-
<!-- <module>kotlin-kover</module> --> <!-- https://github.com/Kotlin/kotlinx-kover/issues/51 -->
653+
<module>kotlin-kover</module>
654654
<module>ktlint-custom</module>
655655
<module>machine-learning</module>
656656
<module>spring-boot-crud-kotlin</module>
@@ -757,34 +757,6 @@
757757
</arguments>
758758
</configuration>
759759
</execution>
760-
<execution>
761-
<id>build-kotlin-kover</id>
762-
<phase>compile</phase>
763-
<goals>
764-
<goal>exec</goal>
765-
</goals>
766-
<configuration>
767-
<workingDirectory>${project.basedir}/kotlin-kover</workingDirectory>
768-
<executable>./gradlew</executable>
769-
<arguments>
770-
<argument>build</argument>
771-
</arguments>
772-
</configuration>
773-
</execution>
774-
<execution>
775-
<id>test-kotlin-kover</id>
776-
<phase>test</phase>
777-
<goals>
778-
<goal>exec</goal>
779-
</goals>
780-
<configuration>
781-
<workingDirectory>${project.basedir}/kotlin-kover</workingDirectory>
782-
<executable>./gradlew</executable>
783-
<arguments>
784-
<argument>test</argument>
785-
</arguments>
786-
</configuration>
787-
</execution>
788760
<execution>
789761
<id>build-kotlin-ktor</id>
790762
<phase>compile</phase>

0 commit comments

Comments
 (0)