Maven: Introduce test-js goal

#KT-7757 Fixed Maven K2JS should be able to build tests too
This commit is contained in:
Sergey Mashkov
2015-05-15 21:21:11 +03:00
parent b25ae3d7dd
commit 35ed682714
5 changed files with 183 additions and 15 deletions
+7 -1
View File
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>
<maven.version>3.0.4</maven.version>
<maven.version>3.0.5</maven.version>
</properties>
<parent>
@@ -30,6 +30,12 @@
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler</artifactId>