All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.bradleysmithllc.etlunit.etlunit-spring-shell-cli.4.3.8-eu.source-code.prvupdate Maven / Gradle / Ivy

The newest version!
#!/bin/zsh

if [ -d "target/etlunit-lib" ]; then
	rm target/etlunit-lib/* > /dev/null
fi

if [ -d "lib" ]; then
	rm -rf lib > /dev/null
fi

mkdir lib > /dev/null

echo Updating meta data . . .
mvn package -Dmaven.test.skip -U >> target/etlunit_build.log

echo Caching local copy . . .
cp target/etlunit-lib/* lib >> target/etlunit_build.log

cp target/effective_pom.xml target/effective_pom_bak.xml >> target/etlunit_build.log




© 2015 - 2025 Weber Informatics LLC | Privacy Policy