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
+
+
+