-
Notifications
You must be signed in to change notification settings - Fork 127
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
'failOnWarnings' into eo-runtime #846
Comments
@mximp please, help us |
The task is to enable the flag and make the build successful. @kerelape please have a look |
@yegor256 where do I put this flag? |
Exact setting name is |
This helped, thanks |
What is the right order for metas? |
Metas should be ordered alphabetically. |
Build fails due to warnings in an object from another repository (to be exact, Build output[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] eo [pom] [INFO] eo-parser [jar] [INFO] eo-maven-plugin [maven-plugin] [INFO] eo-runtime [jar] [INFO] [INFO] ------------------------< org.eolang:eo-parent >------------------------ [INFO] Building eo 1.0-SNAPSHOT [1/4] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eo-parent --- [INFO] Deleting /Users/ksviety/Documents/Projects/GitHub/eo/target [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eo-parent --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ eo-parent --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/Users/ksviety/Documents/Projects/GitHub/eo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /Users/ksviety/Documents/Projects/GitHub/eo [INFO] Storing buildNumber: e60802e at timestamp: 2022-07-13T21:31:59 [INFO] Storing buildScmBranch: issue/#846 [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ eo-parent --- [INFO] [INFO] --- qulice-maven-plugin:0.19.0:check (jcabi-qulice-check) @ eo-parent --- [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce... [INFO] This is not an SVN project [INFO] No dependency analysis in this project [INFO] Qulice quality check completed in 1s [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ eo-parent --- [INFO] Executing tasks |
@kerelape issue in |
objectionary/eo-hamcrest#76 is raised to fix order in |
@kerelape please try to rebuild |
@mximp waiting for eo-math to accept changes |
Let's add this flag to
eo-maven-plugin
ineo-runtime
module and fix all warningsThe text was updated successfully, but these errors were encountered: