aboutsummaryrefslogtreecommitdiff
path: root/test/maven
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-05-26 05:25:40 +0300
committerGitHub <noreply@github.com>2022-05-26 05:25:40 +0300
commitcc03be1bafd26a0a49ac3132dd633ef7fa00bee9 (patch)
treedf6e7b1a2d67903a7c82df0adae1058e60c8bafc /test/maven
parent1678006363e84a3641e9cf1ff1e9bf918c20db83 (diff)
maven and optional sdkman (#25)
* maven * optional sdk man
Diffstat (limited to 'test/maven')
-rw-r--r--test/maven/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maven/test.sh b/test/maven/test.sh
index 561eed0..0cb99ea 100644
--- a/test/maven/test.sh
+++ b/test/maven/test.sh
@@ -6,7 +6,7 @@ set -e
source dev-container-features-test-lib
# Definition specific tests
-check "version" maven --version
+check "version" mvn --version
# Report result
reportResults \ No newline at end of file