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 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) (limited to 'java/client/example/pom.xml') 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 + + + + + + + + -- cgit v1.2.1