Skip to content

Commit d79a77d

Browse files
committed
[OPENJDK-2815] stop creating '*' symlink
This was an attempt at creating a fixed path irrespective of Maven version but it has never worked, and instead it created a symlink with the basename '*'. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 7632c67 commit d79a77d

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)