Add ant target 'dist-source' to allow packaging of maven artifacts and sample webapp code
This commit is contained in:
parent
32a679992b
commit
35c4e39e72
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user