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
Original issue reported on code.google.com by
opticyc...@gmail.com
on 27 Feb 2011 at 1:51