From c050957b1e6d1288d5b4742f8b0d987e6516fd92 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Mon, 21 Apr 2014 15:26:05 -0400 Subject: [PATCH] Fix beehive-jdbc-control, exclude *.java from jars (placed there by annotation processors) --- beehive-jdbc-control/pom.xml | 3 --- pom.xml | 12 +++++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/beehive-jdbc-control/pom.xml b/beehive-jdbc-control/pom.xml index 9509543..4290c76 100644 --- a/beehive-jdbc-control/pom.xml +++ b/beehive-jdbc-control/pom.xml @@ -44,7 +44,4 @@ xbean - - ../system-controls/src/jdbc - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 34ee408..f28113b 100644 --- a/pom.xml +++ b/pom.xml @@ -217,13 +217,23 @@ maven-compiler-plugin - 2.5.1 + 3.1 1.5 1.5 true + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + **/*.java + + +