Libraries:

- "kotlin-maven-plugin" is pulled up to the main POM
 - "testFilterIntoLinkedList" test commented out
 - stdlib - including "kotlin-runtime" respects "localKotlin" profile
This commit is contained in:
Evgeny Goldin
2012-03-20 21:51:52 +01:00
parent ba3d833e81
commit 669c7ec326
8 changed files with 154 additions and 66 deletions
-9
View File
@@ -20,13 +20,4 @@
<version>${pegdown.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.github.goldin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>