]
Ashley Abdel-Sayed reassigned ELY-1866:
---------------------------------------
Assignee: Ashley Abdel-Sayed
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
Assignee: Ashley Abdel-Sayed
Priority: Major
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}