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

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

#!/bin/sh

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