You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2023/06/15 14:37:42 UTC

[plc4x] 04/04: chore(plc4j): Told the compiler to not log warnings in compile code.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch chore/profinet-phase-3
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit d3ee75ce2aa8607639b279e26ce8c727c14db86f
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Thu Jun 15 16:37:29 2023 +0200

    chore(plc4j): Told the compiler to not log warnings in compile code.
---
 plc4j/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index f348ec0137..7a3fe3d8fa 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -166,6 +166,8 @@
               <goal>compile</goal>
             </goals>
             <configuration>
+              <!-- Would have loved to suppress the warnings of generated code only -->
+              <showWarnings>false</showWarnings>
               <release>11</release>
             </configuration>
           </execution>