We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3498b9 + 8f1dd08 commit 0d52d05Copy full SHA for 0d52d05
modules/maven/s2i/artifacts/opt/jboss/container/maven/s2i/maven-s2i
@@ -45,20 +45,10 @@ function maven_s2i_init() {
45
# Overrides for use with maven s2i
46
source "${JBOSS_CONTAINER_MAVEN_S2I_MODULE}"/maven-overrides
47
48
- # let users override anything if they need to
49
- maven_s2i_source_maven_overrides
50
-
51
# initialize the maven environment
52
maven_init
53
}
54
55
-function maven_s2i_source_maven_overrides() {
56
- # extensions can use this to override functions provided by this module
57
- # For example:
58
- # source custom-maven.sh
59
- : #noop
60
-}
61
62
# main entry point, perform the build
63
function maven_s2i_build() {
64
maven_s2i_init
0 commit comments