Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Edgar2016-04-13 02:23:08 +0000
committerMike Edgar2016-04-15 03:00:35 +0000
commit3b526f863aa154e76ac9d93547ac7a90f6e579e0 (patch)
treec1b2d9e0b0658e72ebcfe27772bfeead03e046ea /pom.xml
parent4812fdab61c1ac61863247574be03425ba3bc674 (diff)
downloadjgit-3b526f863aa154e76ac9d93547ac7a90f6e579e0.tar.gz
jgit-3b526f863aa154e76ac9d93547ac7a90f6e579e0.tar.xz
jgit-3b526f863aa154e76ac9d93547ac7a90f6e579e0.zip
Fix Buck build broken by 4812fda.
Creates a source directory under org.eclipse.jgit.http.test for the new support class. Signed-off-by: Michael Edgar <adgar@google.com> Change-Id: Ie49492c2bbe5c1db96ceb0dc06fa7cb9f927431a
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a691b8ea90..e80d4fb1fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,6 +453,7 @@
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<quiet>true</quiet>
+ <excludePackageNames>org.eclipse.jgit.http.test</excludePackageNames>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
</links>

Back to the top