mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-11 15:42:10 +01:00
bbf1a7fd29
Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 lines
237 B
Bash
Executable File
5 lines
237 B
Bash
Executable File
#!/usr/bin/env bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
mvn -f $DIR/fetch_sdk_pom.xml clean process-sources project-info-reports:dependencies
|
|
|
|
echo "Check $DIR/target/site/dependencies.html and $DIR/target/dependency" |