Guest User

Untitled

a guest
Mar 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <groupId>org.codehaus.mojo</groupId>
  2. <artifactId>gwt-maven-plugin</artifactId>
  3. <version>${gwt.version}</version>
  4. <configuration>
  5. <strict>true</strict>
  6.  
  7. <testTimeOut>180</testTimeOut>
  8. <mode>htmlunit</mode>
  9. <includes>**/*GwtTest.java</includes>
  10.  
  11. <logLevel>INFO</logLevel>
  12.  
  13. <runTarget>index.html</runTarget>
  14. <module>com.kiwlm.pykdo.GwtMaterialBasic</module>
  15. <copyWebapp>true</copyWebapp>
  16. </configuration>
Add Comment
Please, Sign In to add comment