From 5c6f567888aa1cda44ac066b16abd0137f47a07f Mon Sep 17 00:00:00 2001 From: kimi Date: Wed, 4 Jul 2012 18:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9benchmark=EF=BC=8C=E6=96=B9?= =?UTF-8?q?=E4=BE=BF=E7=8B=AC=E7=AB=8B=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dubbo-test/dubbo-test-benchmark/pom.xml | 158 ++++++++++-------- .../dubbo-test-benchmark/src/assembly/dev.xml | 41 +++-- .../src/assembly/release.xml | 41 +++-- 3 files changed, 135 insertions(+), 105 deletions(-) diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 78823d64b..15cf322f5 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -1,70 +1,90 @@ - - - 4.0.0 - - com.alibaba - dubbo-test - 2.4.0-SNAPSHOT - - dubbo-test-benchmark - jar - ${project.artifactId} - The performance benchmark kit test module of dubbo project - - true - - - - com.alibaba - dubbo - ${project.parent.version} - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - UTF-8 - - - - maven-assembly-plugin - 2.2.1 - - - assembly - package - - single - - - - ${basedir}/src/assembly/release.xml - - false - - - - - - + + + 4.0.0 + + com.alibaba + dubbo-test + 2.4.0-SNAPSHOT + + dubbo-test-benchmark + jar + ${project.artifactId} + The performance benchmark kit test module of dubbo project + + true + + + + com.alibaba + dubbo + ${project.parent.version} + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + package-exclude-resources + + jar + + package + + + dubbo.properties + ProviderSample.xml + + assemble + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + UTF-8 + + + + maven-assembly-plugin + 2.2.1 + + + assembly + package + + single + + + + ${basedir}/src/assembly/release.xml + + false + + + + + + \ No newline at end of file diff --git a/dubbo-test/dubbo-test-benchmark/src/assembly/dev.xml b/dubbo-test/dubbo-test-benchmark/src/assembly/dev.xml index 77bdf2186..24adf50b9 100644 --- a/dubbo-test/dubbo-test-benchmark/src/assembly/dev.xml +++ b/dubbo-test/dubbo-test-benchmark/src/assembly/dev.xml @@ -1,19 +1,24 @@ - - dist - - tar.gz - - false - - - src/main/resources - dubbo.benchmark - 0755 - - - - - dubbo.benchmark/lib - - + + dist + + tar.gz + + false + + + src/main/resources + dubbo.benchmark + 0755 + + + + + dubbo.benchmark/lib + false + true + + *:sources + + + \ No newline at end of file diff --git a/dubbo-test/dubbo-test-benchmark/src/assembly/release.xml b/dubbo-test/dubbo-test-benchmark/src/assembly/release.xml index 77bdf2186..24adf50b9 100644 --- a/dubbo-test/dubbo-test-benchmark/src/assembly/release.xml +++ b/dubbo-test/dubbo-test-benchmark/src/assembly/release.xml @@ -1,19 +1,24 @@ - - dist - - tar.gz - - false - - - src/main/resources - dubbo.benchmark - 0755 - - - - - dubbo.benchmark/lib - - + + dist + + tar.gz + + false + + + src/main/resources + dubbo.benchmark + 0755 + + + + + dubbo.benchmark/lib + false + true + + *:sources + + + \ No newline at end of file -- GitLab