Add ant target 'dist-source' to allow packaging of maven artifacts and sample webapp code

This commit is contained in:
Coty Sutherland 2019-04-05 16:11:15 -04:00
parent 32a679992b
commit 35c4e39e72

View File

@ -243,7 +243,7 @@ export OPT_JAR_LIST="xalan-j2-serializer"
-Dslf4j-api.jar="$(build-classpath slf4j/slf4j-api)" \ -Dslf4j-api.jar="$(build-classpath slf4j/slf4j-api)" \
-Dversion="%{version}" \ -Dversion="%{version}" \
-Dversion.build="%{micro_version}" \ -Dversion.build="%{micro_version}" \
deploy deploy dist-source
# remove some jars that we'll replace with symlinks later # remove some jars that we'll replace with symlinks later
%{__rm} output/build/bin/commons-daemon.jar output/build/lib/ecj.jar %{__rm} output/build/bin/commons-daemon.jar output/build/lib/ecj.jar