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.bat Maven / Gradle / Ivy

@echo off

IF EXIST target\etlunit-lib (
	del /Q target\etlunit-lib\* > NUL
)

IF EXIST lib (
	del /Q lib\* > NUL
) ELSE (
	mkdir lib > NUL
)

echo Updating meta data . . .
call mvn package -Dmaven.test.skip -U > NUL

echo Caching local copy . . .
copy /Y target\etlunit-lib\* lib > NUL

copy pom.xml target\pom_bak.xml > NUL




© 2015 - 2025 Weber Informatics LLC | Privacy Policy