-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing license config in pom.xml #49
Comments
This is a known bug of qulice configuration in parent-0.31 (jcabi/jcabi-parent#19). I suggest upgrading the parent version to 0.32.1, which contains the fix. |
we'll find someone to do this task, soon |
@dpisarenko thanks for the ticket, your account was topped for 15 mins, payment 50593083 |
@maurezen the task is yours please proceed |
@maurezen Probably I added it to run |
@maurezen No, I don't think you should submit PR #51 because then the exact error I had will occur. At https://github.com/yegor256/xembly/pull/51/files I see that you removed |
@dpisarenko I also changed the parent version, which now has this exact configuration snippet on the parent level in a correct place, so xembly will inherit it. Therefore, no more need to declare explicitly on a child level. |
@dpisarenko pull request #51 merged, please close. |
@davvd the task is already closed. |
Please put
<license>file:${basedir}/LICENSE.txt</license>
into thepom.xml
of xembly, otherwise we'll be getting checkstyle errors (no header) upon fresh checkout.The text was updated successfully, but these errors were encountered: