From 665aee0f58c38d847703adaf2b8195bb82a4f3e7 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Wed, 6 Jun 2007 15:25:02 +0000 Subject: Updated examples to build source jar. Also put the java14 retrotranslated module back in now that the strange repeating build problem is solved. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544866 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/example/pom.xml | 53 +++++++++++++++++++++++++++++++++++++- java/client/example/source-jar.xml | 17 ++++++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 java/client/example/source-jar.xml (limited to 'java/client/example') diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml index ac0081c00b..70f02dbb98 100644 --- a/java/client/example/pom.xml +++ b/java/client/example/pom.xml @@ -15,7 +15,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +--> @@ -89,6 +89,57 @@ + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-SNAPSHOT + + + source-jar.xml + + target + target/assembly/work + + + + attach-artifacts + package + + attached + + + + + + + + diff --git a/java/client/example/source-jar.xml b/java/client/example/source-jar.xml new file mode 100644 index 0000000000..f2aa6d6e6c --- /dev/null +++ b/java/client/example/source-jar.xml @@ -0,0 +1,17 @@ + + + source + + jar + + false + + + src/main/java + + + + -- cgit v1.2.1