Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,10 @@ function maven_s2i_init() {
# Overrides for use with maven s2i
source "${JBOSS_CONTAINER_MAVEN_S2I_MODULE}"/maven-overrides

# let users override anything if they need to
maven_s2i_source_maven_overrides

# initialize the maven environment
maven_init
}

function maven_s2i_source_maven_overrides() {
# extensions can use this to override functions provided by this module
# For example:
# source custom-maven.sh
: #noop
}

# main entry point, perform the build
function maven_s2i_build() {
maven_s2i_init
Expand Down