BAEL-4844: Prevent building the pointcutadvice code with the ajc.
This commit is contained in:
parent
f77b9bee84
commit
831d0ec97f
|
@ -53,6 +53,9 @@
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<Xlint>ignore</Xlint>
|
<Xlint>ignore</Xlint>
|
||||||
<encoding>UTF-8</encoding>
|
<encoding>UTF-8</encoding>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/pointcutadvice/**</exclude>
|
||||||
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in New Issue