Skip to content

Commit 8f1dd08

Browse files
committed
[OPENJDK-3665] Remove maven_s2i_source_maven_overrides (not used)
This was a scheme to permit a downstream container to override the behaviour of maven_s2i_init, but in practise it's unused and just complicates our scripts. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent b3498b9 commit 8f1dd08

File tree

1 file changed

+0
-10
lines changed
  • modules/maven/s2i/artifacts/opt/jboss/container/maven/s2i

1 file changed

+0
-10
lines changed

modules/maven/s2i/artifacts/opt/jboss/container/maven/s2i/maven-s2i

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,10 @@ function maven_s2i_init() {
4545
# Overrides for use with maven s2i
4646
source "${JBOSS_CONTAINER_MAVEN_S2I_MODULE}"/maven-overrides
4747

48-
# let users override anything if they need to
49-
maven_s2i_source_maven_overrides
50-
5148
# initialize the maven environment
5249
maven_init
5350
}
5451

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-
6252
# main entry point, perform the build
6353
function maven_s2i_build() {
6454
maven_s2i_init

0 commit comments

Comments
 (0)