Sha256: 4d7b69594080bab187296e6380f2f70673775aff5a638a0622f93719bf8e486e
Contents?: true
Size: 702 Bytes
Versions: 5
Compression:
Stored size: 702 Bytes
Contents
plugin('org.codehaus.mojo.gwt-maven-plugin', '2.1.0') do |gwt| gwt.with({ :logLevel => "INFO", :style => "DETAILED", :treeLogger => true, :extraJvmArgs => "-Xmx512m", :runTarget => "<%= application_name.underscore %>/<%= application_name.underscore %>.html", :includes => "**/<%= application_name %>GWTTestSuite.java" }) gwt.execute.goals << ["clean", "compile", "test"] end #-- Macs need the -d32 -XstartOnFirstThread jvm options --> profile("mac") do |mac| mac.activation << "<os><family>mac</family></os>" plugin('org.codehaus.mojo.gwt-maven-plugin').with(:extraJvmArgs => "-d32 -XstartOnFirstThread -Xmx512m") end
Version data entries
5 entries across 5 versions & 1 rubygems