Skip to content

Commit 9a2b294

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1578 Disable the generation of @generated annotation for JBoss Logging
1 parent 6c39dd2 commit 9a2b294

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,9 @@
503503
<artifactId>maven-compiler-plugin</artifactId>
504504
<version>3.7.0</version>
505505
<configuration>
506+
<compilerArgs>
507+
<compilerArg>-Aorg.jboss.logging.tools.addGeneratedAnnotation=false</compilerArg>
508+
</compilerArgs>
506509
<testCompilerArgument>-parameters</testCompilerArgument>
507510
</configuration>
508511
</plugin>

0 commit comments

Comments
 (0)