From ab8499be32323c856513d894e2291741f0254844 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Wed, 7 Mar 2012 09:53:31 +0000 Subject: [PATCH] added a sample project for generating the kdoc reports via the maven plugin (snapshot version) --- libraries/apidocs/apidocs.iml | 16 +++++++++ libraries/apidocs/pom.xml | 66 +++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 libraries/apidocs/apidocs.iml create mode 100644 libraries/apidocs/pom.xml diff --git a/libraries/apidocs/apidocs.iml b/libraries/apidocs/apidocs.iml new file mode 100644 index 00000000000..6add695202e --- /dev/null +++ b/libraries/apidocs/apidocs.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/libraries/apidocs/pom.xml b/libraries/apidocs/pom.xml new file mode 100644 index 00000000000..d664a34d27e --- /dev/null +++ b/libraries/apidocs/pom.xml @@ -0,0 +1,66 @@ + + + + 4.0.0 + + + org.jetbrains.kotlin + kotlin-project + 1.0-SNAPSHOT + + + apidocs + + + + + + ${project.basedir}/../stdlib/src + test + + + + com.goldin.plugins + ivy-maven-plugin + + + com.goldin.plugins + kotlin-maven-plugin + + 0.2.3.8-SNAPSHOT + + + compile-kotlin-sources + + compile + + + ${project.basedir}/target/apidocs + + ${project.basedir}/../stdlib/src + ${project.basedir}/../kunit/src + + + + + + + org.jetbrains.kotlin + kdoc + 1.0-SNAPSHOT + + + + + org.pegdown + pegdown + ${pegdown.version} + + + + + + +