BAEL-4844: Prevent building the pointcutadvice code with the ajc.

This commit is contained in:
bhandy 2021-04-28 13:44:09 -04:00
parent f77b9bee84
commit 831d0ec97f
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@
<verbose>true</verbose>
<Xlint>ignore</Xlint>
<encoding>UTF-8</encoding>
<excludes>
<exclude>**/pointcutadvice/**</exclude>
</excludes>
</configuration>
<executions>
<execution>