hanyuqianye / bluebell

Automatically exported from code.google.com/p/bluebell
0 stars 1 forks source link

licence.txt does not exist #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You refer to the license file in the pom.xml
<bb.license.header>${project.parent.basedir}/src/etc/license.txt</bb.license.hea
der>

However, the file is named in upper case so it can't be found on Linux.

The line should either be:
<bb.license.header>${project.parent.basedir}/src/etc/LICENSE.txt</bb.license.hea
der>

or the file needs to be updated to be in lower case.

Original issue reported on code.google.com by opticyc...@gmail.com on 27 Feb 2011 at 1:51