From 35c4e39e720b3b209ef8f8d511f28ee0196bb229 Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Fri, 5 Apr 2019 16:11:15 -0400 Subject: [PATCH] Add ant target 'dist-source' to allow packaging of maven artifacts and sample webapp code --- tomcat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomcat.spec b/tomcat.spec index 156e25a..efb3104 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -243,7 +243,7 @@ export OPT_JAR_LIST="xalan-j2-serializer" -Dslf4j-api.jar="$(build-classpath slf4j/slf4j-api)" \ -Dversion="%{version}" \ -Dversion.build="%{micro_version}" \ - deploy + deploy dist-source # remove some jars that we'll replace with symlinks later %{__rm} output/build/bin/commons-daemon.jar output/build/lib/ecj.jar