I figured it out. I changed my configuration to this:
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.1.0</version>
<extensions>true</extensions>
<configuration>
<moduleName>com._3dmathpuzzles.play.Play</moduleName>
<webappDirectory>${basedir}/html/play</webappDirectory>
<systemProperties>
<gwt.persistentunitcachedir>false</gwt.persistentunitcachedir>
</systemProperties>
</configuration>
</plugin>
I don't get the unit cache directory now.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/007e2bb4-6714-4070-b713-c37673b1e4ean%40googlegroups.com.
No comments:
Post a Comment