summaryrefslogtreecommitdiff
path: root/java/client/example
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-04-08 22:46:10 +0000
committerAidan Skinner <aidan@apache.org>2008-04-08 22:46:10 +0000
commit1c55f1a65c2a685ac54488e6394608395e29ddcb (patch)
treea93ff6e01bb57490d0174f389823b467599509f1 /java/client/example
parent731cf16b4f25131522d8d39350a739e6d7ed0217 (diff)
downloadqpid-python-1c55f1a65c2a685ac54488e6394608395e29ddcb.tar.gz
use svnexe for uploading, generate source jars
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@646114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example')
-rw-r--r--java/client/example/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml
index 2e59cb1b08..7114a75c2b 100644
--- a/java/client/example/pom.xml
+++ b/java/client/example/pom.xml
@@ -146,6 +146,19 @@
</executions>
</plugin>
-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins>
</build>