From 84f36e60955510d629b66267b374cb31704602a1 Mon Sep 17 00:00:00 2001 From: nash Date: Sat, 16 Oct 2010 20:12:07 +0000 Subject: TUSCANY-3685: Add jar in binary distribution for test classes and resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023372 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation-pojo-extension/build.xml | 3 +- .../samples/implementation-pojo-extension/pom.xml | 24 ++++++++++++++- .../src/test/assembly/test.xml | 34 ++++++++++++++++++++++ 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/src/test/assembly/test.xml (limited to 'sca-java-1.x/branches') diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/build.xml index 9f4869cfa1..122647748d 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/build.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/build.xml @@ -51,6 +51,7 @@ + @@ -58,7 +59,7 @@ - + diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/pom.xml index 5e1798b4a6..0c31461c64 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/pom.xml @@ -71,7 +71,29 @@ - ${artifactId} + ${artifactId} + + + org.apache.maven.plugins + maven-assembly-plugin + + + test + package + + single + + + + src/test/assembly/test.xml + + gnu + ${artifactId} + + + + + diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/src/test/assembly/test.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/src/test/assembly/test.xml new file mode 100644 index 0000000000..ece2cbc08c --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/implementation-pojo-extension/src/test/assembly/test.xml @@ -0,0 +1,34 @@ + + + + test + false + + jar + + + + + target/test-classes + / + + + + -- cgit v1.2.3