diff --git a/libraries/examples/kotlin-jsr223-daemon-local-eval-example/pom.xml b/libraries/examples/kotlin-jsr223-daemon-local-eval-example/pom.xml
deleted file mode 100644
index f618a3a0e75..00000000000
--- a/libraries/examples/kotlin-jsr223-daemon-local-eval-example/pom.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-jsr223-daemon-local-eval-example
- jar
-
- Sample Kotlin JSR 223 scripting jar with daemon (out-of-process) compilation and local (in-process) evaluation
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-compiler
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-script-util
- ${project.version}
-
-
-
-
- ${project.basedir}/src/test/kotlin
-
-
-
- src/main/resources
- true
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- compile
- compile
- compile
-
-
-
- test-compile
- test-compile
- test-compile
-
-
-
-
- maven-failsafe-plugin
- 2.6
-
-
-
- integration-test
- verify
-
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
diff --git a/libraries/examples/kotlin-jsr223-local-example/pom.xml b/libraries/examples/kotlin-jsr223-local-example/pom.xml
deleted file mode 100644
index 990bfdaa6ca..00000000000
--- a/libraries/examples/kotlin-jsr223-local-example/pom.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-jsr223-local-example
- jar
-
- Sample Kotlin JSR 223 scripting jar with local (in-process) compilation and evaluation
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-compiler
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-script-util
- ${project.version}
-
-
-
-
- ${project.basedir}/src/test/kotlin
-
-
-
- src/main/resources
- true
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- compile
- compile
- compile
-
-
-
- test-compile
- test-compile
- test-compile
-
-
-
-
- maven-failsafe-plugin
- 2.6
-
-
-
- integration-test
- verify
-
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
diff --git a/libraries/tools/kotlin-android-extensions-runtime/pom.xml b/libraries/tools/kotlin-android-extensions-runtime/pom.xml
deleted file mode 100644
index d65e2bc8e78..00000000000
--- a/libraries/tools/kotlin-android-extensions-runtime/pom.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-android-extensions-runtime
- jar
-
- A runtime library for Kotlin Android Extensions plugin
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
-
-
- com.google.android
- android
- 2.3.1
- provided
-
-
-
-
- ${basedir}/../../../plugins/android-extensions/android-extensions-runtime/src
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- compile
- compile
- compile
-
-
-
-
-
-
diff --git a/libraries/tools/kotlin-android-extensions/pom.xml b/libraries/tools/kotlin-android-extensions/pom.xml
deleted file mode 100644
index cd7816b1088..00000000000
--- a/libraries/tools/kotlin-android-extensions/pom.xml
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
- ${basedir}/../../../plugins/android-extensions/android-extensions-compiler/src
- ${basedir}/../../../plugins/android-extensions/android-extensions-runtime/src
- ${basedir}/target/src
- ${basedir}/target/resource
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-android-extensions
- jar
-
- Android compiler plugin for Kotlin
-
-
-
- org.jetbrains.kotlin
- kotlin-compiler-embeddable
- ${project.version}
-
-
- com.google.android
- android
- 2.3.1
- provided
-
-
-
-
- ${android-extensions.target-src}
-
-
- ${android-extensions.target-resource}
-
-
-
-
-
- maven-resources-plugin
- 3.0.0
-
-
- copy-sources
- validate
-
- copy-resources
-
-
- ${android-extensions.target-src}
-
- ${android-extensions.src}
- ${android-extensions-runtime.src}
-
-
-
-
- copy-resources
- validate
-
- copy-resources
-
-
- ${android-extensions.target-resource}/META-INF
-
- ${android-extensions.src}/META-INF
-
-
-
-
-
-
- com.google.code.maven-replacer-plugin
- replacer
- 1.5.3
-
-
- generate-sources
-
- replace
-
-
-
-
-
- ${android-extensions.target-src}/**
-
-
-
- (?<!\.)com\.intellij
- org.jetbrains.kotlin.com.intellij
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- compile
- compile
- compile
-
-
- ${android-extensions.target-src}
-
-
-
-
-
-
-
-
-
-
- jetbrains-utils
- http://repository.jetbrains.com/utils
-
-
-
diff --git a/libraries/tools/kotlin-annotation-processing/kotlin-annotation-processing-maven-build.txt b/libraries/tools/kotlin-annotation-processing/kotlin-annotation-processing-maven-build.txt
deleted file mode 100644
index 038fc782c57..00000000000
--- a/libraries/tools/kotlin-annotation-processing/kotlin-annotation-processing-maven-build.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-The presence of this file enables the "tools_jar_profile" profile in kotlin-annotation-processing,
- which adds "tools.jar" to the compile dependencies.
-
-When Gradle loads this artifact, the "tools_jar_profile" profile should not be activated
- (cause it adds an extra dependency from the path based on the environment variable).
-
-It wouldn't in fact because:
-1. This file is normally absent when Gradle build with kapt is launched;
-2. Gradle poorly supports Maven profiles.
\ No newline at end of file
diff --git a/libraries/tools/kotlin-annotation-processing/pom.xml b/libraries/tools/kotlin-annotation-processing/pom.xml
deleted file mode 100755
index bbe32229338..00000000000
--- a/libraries/tools/kotlin-annotation-processing/pom.xml
+++ /dev/null
@@ -1,204 +0,0 @@
-
-
-
- 4.0.0
-
- 3.0.4
- ${basedir}/src/main/kotlin
- ${basedir}/../../../plugins/kapt3/src
- ${basedir}/target/src/main/kotlin
- ${basedir}/target/src/test/kotlin
- ${basedir}/target/resource
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-annotation-processing
- jar
-
- Annotation Processor wrapper for Kotlin
-
-
-
- jetbrains-utils
- http://repository.jetbrains.com/utils
-
-
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-compiler-embeddable
- ${project.version}
- provided
-
-
- org.jetbrains.kotlin
- gradle-api
- 1.6
- provided
-
-
- com.android.tools.build
- gradle
- 1.1.0
- provided
-
-
-
-
- ${annotation-processing.target-src}
- ${annotation-processing.target-src-test}
-
-
- ${annotation-processing.target-resource}
-
-
-
-
-
- maven-resources-plugin
- 3.0.0
-
-
- copy-sources
- validate
-
- copy-resources
-
-
- ${annotation-processing.target-src}
-
- ${annotation-processing.src}
- ${old-kapt.src}
-
-
-
-
- copy-resources
- validate
-
- copy-resources
-
-
- ${annotation-processing.target-resource}/META-INF
-
- ${annotation-processing.src}/META-INF
-
-
-
-
-
-
- com.google.code.maven-replacer-plugin
- replacer
- 1.5.3
-
-
- generate-sources
-
- replace
-
-
-
-
-
- ${annotation-processing.target-src}/**
-
-
-
- (?<!\.)com\.intellij
- org.jetbrains.kotlin.com.intellij
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
- ${env.JDK_18}
-
- ${basedir}/kotlinAnnotation
-
-
-
-
-
- compile
- compile
- compile
-
-
- ${annotation-processing.target-src}
-
-
-
-
-
- test-compile
- test-compile
- test-compile
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.6
- 1.6
-
-
-
- maven-failsafe-plugin
- 2.6
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
-
- tools_jar_profile
-
- false
-
- kotlin-annotation-processing-maven-build.txt
-
-
-
- ${env.JDK_18}/lib/tools.jar
-
-
-
- com.sun
- tools
- 1.8.0
- system
- ${toolsjar}
-
-
-
-
-
diff --git a/libraries/tools/kotlin-build-common-test/pom.xml b/libraries/tools/kotlin-build-common-test/pom.xml
deleted file mode 100644
index 0d67fbde317..00000000000
--- a/libraries/tools/kotlin-build-common-test/pom.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-build-common-test
- jar
-
- Testing utils (for incremental compilation mostly)
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 2.6
-
-
- empty-sources-jar
- package
-
- jar
-
-
- false
- sources
- ${basedir}/sources
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- copy-jar
- package
-
-
-
-
-
-
- run
-
-
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
diff --git a/libraries/tools/kotlin-compiler-client-embeddable-test/pom.xml b/libraries/tools/kotlin-compiler-client-embeddable-test/pom.xml
deleted file mode 100644
index 508da6a3425..00000000000
--- a/libraries/tools/kotlin-compiler-client-embeddable-test/pom.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-compiler-client-embeddable-test
- jar
-
- the Kotlin compiler client embeddable tests
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
- test
-
-
- org.jetbrains.kotlin
- kotlin-script-runtime
- ${project.version}
- test
-
-
- org.jetbrains.kotlin
- kotlin-test-junit
- ${project.version}
- test
-
-
- org.jetbrains.kotlin
- kotlin-compiler-client-embeddable
- ${project.version}
- test
-
-
- org.jetbrains.kotlin
- kotlin-compiler
- ${project.version}
- test
-
-
-
-
- ${project.basedir}/src/test/kotlin
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
- 2.3
-
-
-
- properties
-
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- test-compile
- test-compile
- test-compile
-
-
-
-
-
- maven-failsafe-plugin
- 2.6
-
- ${project.build.directory}
-
- ${env.JDK_17}/bin/java
- ${org.jetbrains.kotlin:kotlin-compiler:jar}
- ${org.jetbrains.kotlin:kotlin-stdlib:jar}
- ${org.jetbrains.kotlin:kotlin-script-runtime:jar}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
diff --git a/libraries/tools/kotlin-compiler-client-embeddable/pom.xml b/libraries/tools/kotlin-compiler-client-embeddable/pom.xml
deleted file mode 100644
index 91049f342cb..00000000000
--- a/libraries/tools/kotlin-compiler-client-embeddable/pom.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-compiler-client-embeddable
- jar
-
- the Kotlin compiler client embeddable
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
- 1.7
-
-
- add-sources
- prepare-package
-
- add-source
-
-
-
- ${basedir}/../../../compiler/cli/cli-common/src
- ${basedir}/../../../compiler/daemon/daemon-common/src
- ${basedir}/../../../compiler/daemon/daemon-client/src
-
-
-
-
-
- attach-empty-javadoc
- prepare-package
-
- attach-artifact
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- copy-jar
- package
-
-
-
-
-
-
- run
-
-
-
-
-
-
-
diff --git a/libraries/tools/kotlin-compiler-embeddable/pom.xml b/libraries/tools/kotlin-compiler-embeddable/pom.xml
deleted file mode 100644
index 2d9f2c102f7..00000000000
--- a/libraries/tools/kotlin-compiler-embeddable/pom.xml
+++ /dev/null
@@ -1,176 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
- 2.16
- org.jetbrains.kotlin
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-compiler-embeddable
- jar
-
- the Kotlin compiler embeddable
-
-
-
- org.jetbrains.kotlin
- kotlin-compiler
- ${project.version}
-
-
- org.jetbrains.kotlin
- native-platform
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-test-junit
- ${project.version}
- test
-
-
-
-
- test/kotlin
-
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
- generate-sources-for-shade-plugin
- package
-
- jar-no-fork
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
- 3.0.0
-
-
- package
-
- shade
-
-
- ${project.build.directory}/dependency-reduced-pom.xml
- false
- true
- true
-
-
- *:kotlin-compiler
-
- com/sun/jna/**
- net/rubygrapefruit/**
-
-
-
-
-
- com.intellij
- ${kotlin.relocated.package}.com.intellij
-
-
- com.google
- ${kotlin.relocated.package}.com.google
-
-
- org.apache
- ${kotlin.relocated.package}.org.apache
-
-
- org.jdom
- ${kotlin.relocated.package}.org.jdom
-
-
- org.fusesource
- ${kotlin.relocated.package}.org.fusesource
-
- org.fusesource.jansi.internal.CLibrary
-
-
-
- org.picocontainer
- ${kotlin.relocated.package}.org.picocontainer
-
-
- org.jline
- ${kotlin.relocated.package}.org.jline
-
-
- gnu
- ${kotlin.relocated.package}.gnu
-
-
- javax.inject
- ${kotlin.relocated.package}.javax.inject
-
-
- kotlinx.coroutines
- ${kotlin.relocated.package}.kotlinx.coroutines
-
-
-
-
-
-
-
-
-
-
- org.jetbrains.kotlin
- kotlin-maven-plugin
- ${project.version}
-
-
-
- test-compile
- integration-test
-
- test-compile
-
-
-
-
-
- maven-surefire-plugin
- ${surefire-version}
-
- ${project.build.directory}
-
- ${project.artifactId}-${project.parent.version}.jar
-
-
-
-
- integration-test
-
- test
-
- integration-test
-
-
-
-
-
-
-
diff --git a/libraries/tools/kotlin-compiler-runner/pom.xml b/libraries/tools/kotlin-compiler-runner/pom.xml
deleted file mode 100644
index 8f3b793c3cf..00000000000
--- a/libraries/tools/kotlin-compiler-runner/pom.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
- ${basedir}/target/src/main/kotlin
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-compiler-runner
- jar
-
- Compiler runner + daemon client
-
-
-
- org.jetbrains.kotlin
- kotlin-compiler-embeddable
- ${project.version}
-
-
-
-
- ${daemon-client.target-src}
-
-
-
- maven-resources-plugin
- 3.0.0
-
-
- copy-sources
- validate
-
- copy-resources
-
-
- ${daemon-client.target-src}
-
- ${project-root}/compiler/daemon/daemon-client/src
- ${project-root}/compiler/compiler-runner/src
-
- true
-
-
-
-
-
- com.google.code.maven-replacer-plugin
- replacer
- 1.5.3
-
-
- generate-sources
-
- replace
-
-
-
-
-
- ${daemon-client.target-src}/**
-
-
-
- (?<!\.)com\.intellij
- org.jetbrains.kotlin.com.intellij
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- compile
- compile
- compile
-
-
- ${daemon-client.target-src}
-
-
-
-
-
-
-
-
diff --git a/libraries/tools/kotlin-compiler/pom.xml b/libraries/tools/kotlin-compiler/pom.xml
deleted file mode 100644
index 7eaa4175935..00000000000
--- a/libraries/tools/kotlin-compiler/pom.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-compiler
- jar
-
- the Kotlin compiler
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
- 1.7
-
-
- attach-artifacts
- compile
-
- attach-artifact
-
-
-
-
- ${kotlin-dist}/kotlin-compiler-sources.jar
- jar
- sources
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- copy-jar
- package
-
-
-
-
-
-
- run
-
-
-
-
-
-
-
-
diff --git a/libraries/tools/kotlin-daemon-client/pom.xml b/libraries/tools/kotlin-daemon-client/pom.xml
deleted file mode 100644
index ba0158bd063..00000000000
--- a/libraries/tools/kotlin-daemon-client/pom.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-daemon-client
- jar
-
- the Kotlin compile daemon client
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
- 1.7
-
-
- add-sources
- prepare-package
-
- add-source
-
-
-
- ${basedir}/../../../compiler/daemon/daemon-common/src
- ${basedir}/../../../compiler/daemon/daemon-client/src
-
-
-
-
-
- attach-empty-javadoc
- prepare-package
-
- attach-artifact
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- copy-jar
- package
-
-
-
-
-
-
- run
-
-
-
-
-
-
-
-
diff --git a/libraries/tools/kotlin-sam-with-receiver-compiler-plugin/pom.xml b/libraries/tools/kotlin-sam-with-receiver-compiler-plugin/pom.xml
deleted file mode 100755
index 85961054010..00000000000
--- a/libraries/tools/kotlin-sam-with-receiver-compiler-plugin/pom.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-sam-with-receiver-compiler-plugin
- jar
-
- Kotlin compiler plugin adding SamWithReceiver functionality
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-compiler
- ${project.version}
-
-
-
-
- ${project.basedir}/../../../plugins/sam-with-receiver/sam-with-receiver-cli/src
-
-
- ${project.basedir}/../../../plugins/sam-with-receiver/sam-with-receiver-cli/src
-
- META-INF/**
-
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- compile
- compile
- compile
-
-
-
-
-
-
diff --git a/libraries/tools/kotlin-script-util/pom.xml b/libraries/tools/kotlin-script-util/pom.xml
deleted file mode 100644
index 03273c3935f..00000000000
--- a/libraries/tools/kotlin-script-util/pom.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-script-util
- jar
-
- Kotlin scripting support utilities
-
-
-
- jetbrains-utils
- http://repository.jetbrains.com/utils
-
-
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-script-runtime
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-test-junit
- ${project.version}
- test
-
-
- org.jetbrains.kotlin
- kotlin-compiler
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-daemon-client
- ${project.version}
-
-
- com.jcabi
- jcabi-aether
- 0.10.1
- true
-
-
- org.sonatype.aether
- aether-api
- 1.13.1
- true
-
-
- org.apache.maven
- maven-core
- 3.0.3
- true
-
-
-
-
- ${project.basedir}/src/main/kotlin
- ${project.basedir}/src/test/kotlin
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
- 2.3
-
-
-
- properties
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- compile
- compile
- compile
-
-
-
- test-compile
- test-compile
- test-compile
-
-
-
-
- maven-failsafe-plugin
- 2.6
-
-
- ${env.JDK_17}/bin/java
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
diff --git a/libraries/tools/kotlin-source-sections-compiler-plugin/pom.xml b/libraries/tools/kotlin-source-sections-compiler-plugin/pom.xml
deleted file mode 100755
index 48a55388691..00000000000
--- a/libraries/tools/kotlin-source-sections-compiler-plugin/pom.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- kotlin-source-sections-compiler-plugin
- jar
-
- Kotlin compiler plugin adding source sections filtering functionality
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
-
-
- org.jetbrains.kotlin
- kotlin-compiler
- ${project.version}
-
-
-
-
- ${project.basedir}/../../../plugins/source-sections/source-sections-compiler/src
-
-
- ${project.basedir}/../../../plugins/source-sections/source-sections-compiler/src
-
- META-INF/**
-
-
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${project.version}
-
-
-
- compile
- compile
- compile
-
-
-
-
-
-
diff --git a/libraries/tools/native-platform/pom.xml b/libraries/tools/native-platform/pom.xml
deleted file mode 100644
index 3ba801e430e..00000000000
--- a/libraries/tools/native-platform/pom.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
- 4.0.0
-
- 1.4.1
- 3.0.4
-
-
-
- org.jetbrains.kotlin
- kotlin-project
- 1.1-SNAPSHOT
- ../../pom.xml
-
-
- native-platform
- jar
-
- A dependency for daemon client
-
-
- ${project-root}/compiler/compiler-runner/src
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 2.6
-
-
- empty-sources-jar
- package
-
- jar
-
-
- false
- sources
- ${basedir}/sources
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- copy-jar
- package
-
-
-
-
-
-
- run
-
-
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-