Skip to content

Commit

Permalink
#302 ignore warnings from aspectj-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2022
1 parent a220f01 commit f847331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<showWeaveInfo>true</showWeaveInfo>
<forceAjcCompile>true</forceAjcCompile>
<verbose>false</verbose>
<Xlint>warning</Xlint>
<Xlint>warning,canNotImplementLazyTjp=ignore,adviceDidNotMatch=ignore</Xlint>
<argumentFileName>builddef-${project.name}.lst</argumentFileName>
<excludes>
<exclude>**/package-info.java</exclude>
Expand Down

0 comments on commit f847331

Please sign in to comment.