aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authormcculls <mcculls@d779f126-a31b-0410-b53b-1d3aecad763e>2010-12-10 15:05:01 +0000
committermcculls <mcculls@d779f126-a31b-0410-b53b-1d3aecad763e>2010-12-10 15:05:01 +0000
commit692ca95e98624755bf7bbf142bcf2d8cb4382e19 (patch)
tree7ef640e442fddf59caba9286b2fbbad51f98aaf8 /pom.xml
parent16f8b0fdf6f1993f6d5d714d86fd455065301474 (diff)
downloadguice-692ca95e98624755bf7bbf142bcf2d8cb4382e19.tar.gz
Align Maven no_aop classifier to match the Ant target
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1454 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cba3ca31..f8076028 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,9 +104,9 @@ See the Apache License Version 2.0 for the specific language governing permissio
-->
<guice.with.jarjar>true</guice.with.jarjar>
<!--
- | Use "-Dguice.with.noaop=false" to skip the no-AOP variant
+ | Use "-Dguice.with.no_aop=false" to skip the no-AOP variant
-->
- <guice.with.noaop>true</guice.with.noaop>
+ <guice.with.no_aop>true</guice.with.no_aop>
</properties>
<dependencies>