Skip to content

Commit b5a18fc

Browse files
authored
Merge pull request #561 from jmtd/2815-stop-symlink
[OPENJDK-2815] stop creating '*' symlink
2 parents 6ee3b7e + d79a77d commit b5a18fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/maven/default/configure.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ pushd ${ARTIFACTS_DIR}
1515
cp -pr * /
1616
popd
1717

18-
MAVEN_VERSION_SQUASHED=${MAVEN_VERSION/./}
19-
20-
# pull in specific maven version to serve as default
21-
ln -s /opt/jboss/container/maven/${MAVEN_VERSION_SQUASHED}/* /opt/jboss/container/maven/default
22-
chown -h $USER:root /opt/jboss/container/maven/default/*
23-
2418
# install default settings.xml file in user home
2519
mkdir -p $HOME/.m2
2620
ln -s /opt/jboss/container/maven/default/jboss-settings.xml $HOME/.m2/settings.xml

0 commit comments

Comments
 (0)