Include pom.xml in JAR
1 files changed, 4 insertions(+), 1 deletions(-) M bin/build-jar.sh
M bin/build-jar.sh => bin/build-jar.sh +4 -1
@@ 2,8 2,11 @@ set -euo pipefail -mkdir -p target +rm -rf target +mkdir -p target/META-INF +cp pom.xml target/META-INF clj -A:pack mach.pack.alpha.skinny \ --no-libs \ + -e target \ --project-path \ target/clj-branca.jar