From 0e50c76f4408bc28b7435a05b8de71289731da8b Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 6 Mar 2012 19:50:03 +0000 Subject: [PATCH] added first spike at maven poms for stdlib and kdoc --- libraries/kdoc/pom.xml | 101 +++------------------------------- libraries/pom.xml | 113 +++++++++++++++++++++++++++++++++++++++ libraries/stdlib/pom.xml | 24 +++++++++ 3 files changed, 143 insertions(+), 95 deletions(-) create mode 100644 libraries/pom.xml create mode 100644 libraries/stdlib/pom.xml diff --git a/libraries/kdoc/pom.xml b/libraries/kdoc/pom.xml index 5e697a084e2..3ac7460cb70 100644 --- a/libraries/kdoc/pom.xml +++ b/libraries/kdoc/pom.xml @@ -5,109 +5,20 @@ 4.0.0 - org.jetbrains.kotlin + + org.jetbrains.kotlin + kotlin-project + 1.0-SNAPSHOT + + kdoc - 1.0-SNAPSHOT - - - 4.8.1 - 0.2.3.8 - 0.2.3.8-beta-6 - ${project.basedir}/../dist/kotlinc - - - - - evgeny-goldin.org - http://evgeny-goldin.org/artifactory/repo/ - - - - - - evgeny-goldin.org - http://evgeny-goldin.org/artifactory/repo/ - - - - - org.jetbrains.kotlin - kotlin-compiler - ${kotlin-compiler.version} - system - ${kotlin-sdk}/lib/kotlin-compiler.jar - - org.pegdown pegdown 1.1.0 - - - junit - junit - ${junit-version} - test - - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin - - - - com.goldin.plugins - ivy-maven-plugin - ${kotlin-maven-plugin.version} - - - add-ivy-dependencies - - ivy - - initialize - - ${project.basedir}/src/main/resources/ivyconf.xml - - - ivy.org - bt343 - latest.lastSuccessful - core/intellij-core - - - ivy.org - bt344 - latest.lastSuccessful - kotlin-runtime - - - compile - true - - - - - - - com.goldin.plugins - kotlin-maven-plugin - ${kotlin-maven-plugin.version} - - - compile-kotlin-sources - - compile - testCompile - - - - - - - diff --git a/libraries/pom.xml b/libraries/pom.xml new file mode 100644 index 00000000000..103b0243b3a --- /dev/null +++ b/libraries/pom.xml @@ -0,0 +1,113 @@ + + + + 4.0.0 + + org.jetbrains.kotlin + kotlin-project + 1.0-SNAPSHOT + pom + + + 4.8.1 + 0.2.3.8 + 0.2.3.8-beta-6 + ${project.basedir}/../dist/kotlinc + + + + + evgeny-goldin.org + http://evgeny-goldin.org/artifactory/repo/ + + + + + + evgeny-goldin.org + http://evgeny-goldin.org/artifactory/repo/ + + + + + + + org.jetbrains.kotlin + kotlin-compiler + ${kotlin-compiler.version} + system + ${kotlin-sdk}/lib/kotlin-compiler.jar + + + + junit + junit + ${junit-version} + test + + + + + stdlib + kdoc + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/test/kotlin + + + + com.goldin.plugins + ivy-maven-plugin + ${kotlin-maven-plugin.version} + + + add-ivy-dependencies + + ivy + + initialize + + ${project.basedir}/src/main/resources/ivyconf.xml + + + ivy.org + bt343 + latest.lastSuccessful + core/intellij-core + + + ivy.org + bt344 + latest.lastSuccessful + kotlin-runtime + + + compile + true + + + + + + + com.goldin.plugins + kotlin-maven-plugin + ${kotlin-maven-plugin.version} + + + compile-kotlin-sources + + compile + testCompile + + + + + + + + diff --git a/libraries/stdlib/pom.xml b/libraries/stdlib/pom.xml new file mode 100644 index 00000000000..4d411dd0cb3 --- /dev/null +++ b/libraries/stdlib/pom.xml @@ -0,0 +1,24 @@ + + + + 4.0.0 + + + org.jetbrains.kotlin + kotlin-project + 1.0-SNAPSHOT + + + stdlib + + + + + + ${project.basedir}/src + ${project.basedir}/test + + +