From db601ce31fa6c97d00bfa9be8b298dd58a3e3454 Mon Sep 17 00:00:00 2001 From: samskivert Date: Thu, 9 Sep 2010 17:44:44 +0000 Subject: [PATCH] Include our GWT source bits directly in the main jar. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2863 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 402bd1a9..06998281 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,20 @@ + + + + ${project.build.sourceDirectory} + + com/samskivert/text/MessageUtil.java + com/samskivert/util/ByteEnum.java + com/samskivert/util/ByteEnumUtil.java + + + + ${basedir}/src/main/resources + + org.apache.maven.plugins