aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devtest/pom.xml2
-rw-r--r--jsquery/pom.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml
index 72adfc01..3f73740f 100644
--- a/devtest/pom.xml
+++ b/devtest/pom.xml
@@ -62,7 +62,7 @@
</modules>
<runTarget>test/test.html</runTarget>
<hostedWebapp>target/www</hostedWebapp>
- <soyc>true</soyc>
+ <compileReport>true</compileReport>
</configuration>
<executions>
<execution>
diff --git a/jsquery/pom.xml b/jsquery/pom.xml
index 01be3cb2..ad30ddff 100644
--- a/jsquery/pom.xml
+++ b/jsquery/pom.xml
@@ -76,7 +76,8 @@
<optimizationLevel>9</optimizationLevel>
<gwtVersion>${gwtversion}</gwtVersion>
<compileReport>true</compileReport>
- <!-- <disableClassMetadata>true</disableClassMetadata> -->
+ <disableClassMetadata>true</disableClassMetadata>
+ <!-- Consider this in module <inherits name='com.google.gwt.user.RemoteServiceObfuscateTypeNames' /> -->
<disableCastChecking>true</disableCastChecking>
<modules>
<module>com.google.gwt.query.jsquery.JsQueryApi</module>