From b88d74d29b7382532ae321c25b81ccd1458dcdd6 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Sun, 22 Oct 2017 07:49:17 +0300 Subject: [PATCH] Remove annotation processor example from maven build It is already built with gradle and used only in gradle tests --- .../annotation-processor-example/pom.xml | 89 ------------------- libraries/pom.xml | 1 - 2 files changed, 90 deletions(-) delete mode 100644 libraries/examples/annotation-processor-example/pom.xml 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