-
Notifications
You must be signed in to change notification settings - Fork 10
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
Maven-plugin-plugin fails under Java8 #17
Comments
@maurezen it's not about windows, but about Java8. Downgrade to Java7 and it will work. to fix this problem properly we should get rid of jfrog annotations and use native Maven annotations. thanks for reporting. |
I'll ask someone to take care of this task soon |
@maurezen many thanks, 15 mins added to your acc for reporting this bug, pmt ID |
@adko-pl it's in your hands now, please proceed |
investigation is done, it is the same problem as in jcabi/jcabi-ssl-maven-plugin#13 |
@adko-pl yes, absolutely |
@adko-pl what is the point of a new task for the same issue? replacing jfrog with annotations is a solution to the problem reported above. I think we should stay in this ticket. |
@yegor256 to break down this task into smaller ones, inside this task I have:
|
@adko-pl sounds correct, but in this case you should commit here the result of "reproduced the issue" |
@dmarkov please find another developer |
@dmarkov pls assign someone else |
Master branch,
maven clean install -Pqulice
, Win7x64, Java8, mvn 3.2.5What should I do to fix it?
The text was updated successfully, but these errors were encountered: