Sha256: ea5e771e1d0eca08b620ddcde9fbc8cbb28813914c0953ff0fee2170d9051b78
Contents?: true
Size: 767 Bytes
Versions: 1
Compression:
Stored size: 767 Bytes
Contents
jar('org.fusesource.restygwt:restygwt', '1.1').scope = :provided 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
resty-generators-0.1.0 | lib/generators/resty/setup/templates/Mavenfile |