lyf666 2017-09-25 14:58:06 +08:00
parent 48b5062bf6
commit eb29f15178
1 changed files with 29 additions and 12 deletions

41
pom.xml
View File

@ -74,29 +74,46 @@
<build>
<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>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>${kotlin.version}</version>
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<goals> <goal>compile</goal> </goals>
</execution>
<execution>
<id>test-compile</id>
<phase>test-compile</phase>
<goals>
<goal>test-compile</goal>
</goals>
<goals> <goal>test-compile</goal> </goals>
</execution>
</executions>
<configuration>
<jvmTarget>1.8</jvmTarget>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>