Merge pull request #10713 from bradhandy/bael-4844
BAEL-4844: Prevent building the pointcutadvice code with the ajc.
This commit is contained in:
commit
afb8f12bf2
|
@ -53,6 +53,9 @@
|
|||
<verbose>true</verbose>
|
||||
<Xlint>ignore</Xlint>
|
||||
<encoding>UTF-8</encoding>
|
||||
<excludes>
|
||||
<exclude>**/pointcutadvice/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue