features/test/maven/test.sh
2022-05-25 20:11:44 +00:00

12 lines
184 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "version" maven --version
# Report result
reportResults