diff --git a/libraries/examples/annotation-processor-example/pom.xml b/libraries/examples/annotation-processor-example/pom.xml deleted file mode 100644 index ac67807646a..00000000000 --- a/libraries/examples/annotation-processor-example/pom.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - 4.0.0 - - 1.4.1 - 3.0.4 - - - - org.jetbrains.kotlin - kotlin-project - 1.2-SNAPSHOT - ../../pom.xml - - - annotation-processor-example - jar - - Simple Annotation Processor for testing kapt - - - - org.jetbrains.kotlin - kotlin-stdlib - ${project.version} - - - - - src/main/kotlin - src/test/kotlin - - - - src/main/resources - true - - - - - - kotlin-maven-plugin - org.jetbrains.kotlin - ${project.version} - - - ${basedir}/kotlinAnnotation - - - - - - compile - compile - compile - - - ${project.basedir}/src/main/kotlin - - - - - - test-compile - test-compile - test-compile - - - - - - maven-deploy-plugin - - true - - - - - - - - jetbrains-utils - http://repository.jetbrains.com/utils - - - diff --git a/libraries/pom.xml b/libraries/pom.xml index 77a8ff0b676..478141e4d14 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -88,7 +88,6 @@ tools/kotlin-maven-plugin-test - examples/annotation-processor-example examples/kotlin-java-example examples/js-example examples/kotlin-js-library-example