Do not include sources in jar files
[gpl/argeo-tp.git] / bootstrap / debian / rules
index 407c407834c9ab67c93d0e72394f24f6527593e2..c93fd8601849652f0e24c9f90be08af8ab965d16 100755 (executable)
@@ -6,5 +6,8 @@ export LC_ALL
 JAVA_HOME := /usr/lib/jvm/java-17-openjdk-amd64
 export JAVA_HOME
 
+# do not include sources in the jar files
+export BUILD_SOURCE_BUNDLES:=true
+
 %:
        dh $@