From 76722e625177b766603ee943ff892c24bfe58afa Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 13 Jun 2011 13:28:13 -0700 Subject: [PATCH] Include the source in our jar file for use by GWT apps. --- build.xml | 8 ++++---- pom.xml | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index eac5fab..817ea0c 100644 --- a/build.xml +++ b/build.xml @@ -46,9 +46,6 @@ - - + + + + diff --git a/pom.xml b/pom.xml index dcae3db..30a0ee4 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,17 @@ + + + + + ${project.build.sourceDirectory} + + + ${basedir}/src/main/resources + + org.apache.maven.plugins