From b783a09519b5ba473b0e01faedc68514286d407e Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Tue, 29 Mar 2016 22:24:45 +0200 Subject: [PATCH] refactoring, oss data --- README.md | 2 +- maven-plugin/pom.xml | 15 ++- .../src/test/projects/bootSimple/pom.xml | 2 +- pom.xml | 91 ++++++------------- stubs-assembly-descriptor/pom.xml | 15 --- .../src/main/resources/assemblies/stubs.xml | 19 ---- 6 files changed, 38 insertions(+), 106 deletions(-) delete mode 100644 stubs-assembly-descriptor/pom.xml delete mode 100644 stubs-assembly-descriptor/src/main/resources/assemblies/stubs.xml diff --git a/README.md b/README.md index d746cb3866..e802a129ba 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Project configuration io.codearte.accurest stubs-assembly-descriptor - ${accurest.version} + 1.0 diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 19ccaca94b..ca967ac381 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -17,20 +17,11 @@ io.codearte.accurest accurest-core - 1.0.1 io.codearte.accurest accurest-converters - 1.0.1 - - ch.qos.logback - logback-classic - 1.1.6 - test - - org.codehaus.groovy groovy-all @@ -82,6 +73,12 @@ 4.12 test + + ch.qos.logback + logback-core + 1.1.6 + test + diff --git a/maven-plugin/src/test/projects/bootSimple/pom.xml b/maven-plugin/src/test/projects/bootSimple/pom.xml index 7dadbb7344..325a46dd11 100644 --- a/maven-plugin/src/test/projects/bootSimple/pom.xml +++ b/maven-plugin/src/test/projects/bootSimple/pom.xml @@ -117,7 +117,7 @@ io.codearte.accurest stubs-assembly-descriptor - ${accurest.version} + 1.0 diff --git a/pom.xml b/pom.xml index 8edbc6c529..c5551963c6 100644 --- a/pom.xml +++ b/pom.xml @@ -8,8 +8,11 @@ accurest-maven-project 1.0-SNAPSHOT + Accurate Maven Plugin + Accurate REST Maven Plugin + https://github.com/Codearte/accurest-maven-plugin + - stubs-assembly-descriptor test-deps maven-plugin @@ -20,11 +23,20 @@ 3.2.5 + + + mariuszs + Mariusz Smykula + mariuszs@gmail.com + + + 3.2.5 3.4 UTF-8 + 1.0.1 @@ -56,75 +68,32 @@ + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + false + true + true + + + + + io.codearte.accurest accurest-core - 1.0.1 + ${accurest.version} io.codearte.accurest accurest-converters - 1.0.1 - - - ch.qos.logback - logback-classic - 1.1.6 - test - - - - org.codehaus.groovy - groovy-all - 2.4.6 - - - - org.apache.maven - maven-core - ${mavenVersion} - test - - - org.apache.maven - maven-compat - ${mavenVersion} - test - - - - org.apache.maven - maven-plugin-api - ${mavenVersion} - provided - - - org.apache.maven.plugin-tools - maven-plugin-annotations - ${mavenPluginPluginVersion} - provided - - - - io.takari.maven.plugins - takari-plugin-testing - 2.8.0 - test - - - io.takari.maven.plugins - takari-plugin-integration-testing - 2.8.0 - pom - test - - - junit - junit - 4.12 - test + ${accurest.version} diff --git a/stubs-assembly-descriptor/pom.xml b/stubs-assembly-descriptor/pom.xml deleted file mode 100644 index 96d9ad628f..0000000000 --- a/stubs-assembly-descriptor/pom.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - 4.0.0 - - - io.codearte.accurest - accurest-maven-project - 1.0-SNAPSHOT - - - stubs-assembly-descriptor - - \ No newline at end of file diff --git a/stubs-assembly-descriptor/src/main/resources/assemblies/stubs.xml b/stubs-assembly-descriptor/src/main/resources/assemblies/stubs.xml deleted file mode 100644 index 74c49b880b..0000000000 --- a/stubs-assembly-descriptor/src/main/resources/assemblies/stubs.xml +++ /dev/null @@ -1,19 +0,0 @@ - - stubs - - jar - - false - - - ${project.build.directory} - - mappings/** - - / - true - - -