Codebase list clojure / eea10a09-4422-4a88-ad47-ad80888dbacb/main antsetup.sh
eea10a09-4422-4a88-ad47-ad80888dbacb/main

Tree @eea10a09-4422-4a88-ad47-ad80888dbacb/main (Download .tar.gz)

antsetup.sh @eea10a09-4422-4a88-ad47-ad80888dbacb/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/bash

mvn -q dependency:build-classpath -Dmdep.outputFile=maven-classpath
cat <<EOF >maven-classpath.properties 
maven.compile.classpath=`cat maven-classpath`
maven.test.classpath=`cat maven-classpath`
EOF
echo "Wrote maven-classpath.properties for standalone ant use"