added a spike of a pure Java set of kotlin maven plugins which use the kotlin-compiler, build tools and associated dependencies from the Ant build. The kotlin-install module installs all the Ant build stuff into the local mvn repo, so they can be shaded and included into the plugin itself so it can be easily used from any mvn like build

This commit is contained in:
James Strachan
2012-03-29 20:48:06 +01:00
parent ec367a0bf0
commit abe72e5adc
11 changed files with 423 additions and 81 deletions
+3
View File
@@ -21,6 +21,8 @@
<pegdown.version>1.1.0</pegdown.version>
<surefire-version>2.5</surefire-version>
<maven-jar-plugin.version>2.4</maven-jar-plugin.version>
<asm.version>3.3.1</asm.version>
<guava.version>11.0.2</guava.version>
</properties>
@@ -41,6 +43,7 @@
<modules>
<module>kotlin-install</module>
<module>kunit</module>
<module>stdlib</module>
<module>kdoc</module>