pom
parent
48b5062bf6
commit
eb29f15178
41
pom.xml
41
pom.xml
|
|
@ -74,29 +74,46 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<!--<plugin>-->
|
||||||
|
<!--<groupId>org.jetbrains.kotlin</groupId>-->
|
||||||
|
<!--<artifactId>kotlin-maven-plugin</artifactId>-->
|
||||||
|
<!--<version>${kotlin.version}</version>-->
|
||||||
|
<!--<executions>-->
|
||||||
|
<!--<execution>-->
|
||||||
|
<!--<id>compile</id>-->
|
||||||
|
<!--<phase>compile</phase>-->
|
||||||
|
<!--<goals>-->
|
||||||
|
<!--<goal>compile</goal>-->
|
||||||
|
<!--</goals>-->
|
||||||
|
<!--</execution>-->
|
||||||
|
<!--<execution>-->
|
||||||
|
<!--<id>test-compile</id>-->
|
||||||
|
<!--<phase>test-compile</phase>-->
|
||||||
|
<!--<goals>-->
|
||||||
|
<!--<goal>test-compile</goal>-->
|
||||||
|
<!--</goals>-->
|
||||||
|
<!--</execution>-->
|
||||||
|
<!--</executions>-->
|
||||||
|
<!--<configuration>-->
|
||||||
|
<!--<jvmTarget>1.8</jvmTarget>-->
|
||||||
|
<!--</configuration>-->
|
||||||
|
<!--</plugin>-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
|
||||||
<artifactId>kotlin-maven-plugin</artifactId>
|
<artifactId>kotlin-maven-plugin</artifactId>
|
||||||
|
<groupId>org.jetbrains.kotlin</groupId>
|
||||||
<version>${kotlin.version}</version>
|
<version>${kotlin.version}</version>
|
||||||
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>compile</id>
|
<id>compile</id>
|
||||||
<phase>compile</phase>
|
<goals> <goal>compile</goal> </goals>
|
||||||
<goals>
|
|
||||||
<goal>compile</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>test-compile</id>
|
<id>test-compile</id>
|
||||||
<phase>test-compile</phase>
|
<goals> <goal>test-compile</goal> </goals>
|
||||||
<goals>
|
|
||||||
<goal>test-compile</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
|
||||||
<jvmTarget>1.8</jvmTarget>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue