Skip to content

Commit

Permalink
feat(#1584): failOnWarning = false
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 19, 2022
1 parent 993e04d commit f8a70ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ SOFTWARE.
<foreign>${project.basedir}/target/eo/foreign.csv</foreign>
<foreignFormat>csv</foreignFormat>
<hash>master</hash>
<failOnWarning>true</failOnWarning>
<!-- @todo 1584:90min Set failOnWarning to 'true'. It's not a good idea to allow deploy artifacts with warnings. It's only temporary solution. -->
<failOnWarning>false</failOnWarning>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f8a70ee

Please sign in to comment.