Skip to content

Commit

Permalink
Do not use the XnoInline parameter for the Maven AspectJ plugin to co…
Browse files Browse the repository at this point in the history
…ver actual end-user setting
  • Loading branch information
astefanutti committed Oct 20, 2014
1 parent 244e1bb commit 67af864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/pom.xml
Expand Up @@ -97,7 +97,7 @@
</aspectLibrary>
</aspectLibraries>
<!-- Do not inline the around advise to ease debugging -->
<XnoInline>true</XnoInline>
<!--<XnoInline>false</XnoInline>-->
<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=418367 -->
<Xset>
<generateStackMaps>true</generateStackMaps>
Expand Down

0 comments on commit 67af864

Please sign in to comment.