Skip to content

Commit 497902d

Browse files
committed
[OPENJDK-2968] remove vestiges of scl-enable-maven
This was used in the RHEL7 images but not since. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 94de18a commit 497902d

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ function maven_s2i_init() {
3636
# Location of archived local Maven repository. Used with incremental builds.
3737
_MAVEN_S2I_ARCHIVED_REPO="${S2I_ARTIFACTS_DIR}/m2"
3838

39-
# include maven scripts
40-
if test -r "${JBOSS_CONTAINER_MAVEN_DEFAULT_MODULE}"/scl-enable-maven; then
41-
source "${JBOSS_CONTAINER_MAVEN_DEFAULT_MODULE}"/scl-enable-maven
42-
fi
4339
source "${JBOSS_CONTAINER_MAVEN_DEFAULT_MODULE}"/maven.sh
4440

4541
# Overrides for use with maven s2i

0 commit comments

Comments
 (0)