Jan Blizňák created ELY-1866:
--------------------------------
Summary: Broken symbolic link to LICENSE.txt
Key: ELY-1866
URL:
https://issues.jboss.org/browse/ELY-1866
Project: WildFly Elytron
Issue Type: Bug
Components: Build
Affects Versions: 1.10.0.CR6
Reporter: Jan Blizňák
The symbolic link
https://github.com/wildfly-security/wildfly-elytron/blob/1.x/LICENSE.txt is broken,
pointing to non-existent file
{code:java}
$ find | grep LICENSE.txt | xargs file
./tool/LICENSE.txt: symbolic link to
src/main/resources/META-INF/LICENSE.txt
./tool/src/main/resources/META-INF/LICENSE.txt: ASCII text
./LICENSE.txt: broken symbolic link to
src/main/resources/META-INF/LICENSE.txt
{code}
From above findings it seems the link should be redirected to
{code:java}
tool/src/main/resources/META-INF/LICENSE.txt
{code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)