Sha256: a1f928bf677085b4e734dc49f97826a1a5c31979582aaf02d2a7868598fc998d
Contents?: true
Size: 811 Bytes
Versions: 5
Compression:
Stored size: 811 Bytes
Contents
#-*- mode: ruby -*- # tell the gem setup for maven where the java sources are # and how to name the jar file (default path for the jar: ./lib ) gemspec( :jar => 'warbler_jar.jar', :source => 'ext' ) # just dump the POM as pom.xml as read-only file properties( 'tesla.dump.pom' => 'pom.xml', 'tesla.dump.readOnly' => true, 'jruby.plugins.version' => '1.0.10' ) # dependencies needed for compilation scope :provided do jar 'org.jruby:jruby', '1.7.8' jar 'org.eclipse.jetty:jetty-webapp', '9.2.10.v20150310' end plugin :compiler, '3.1', :source => '1.5', :target => '1.5' plugin :invoker, '1.8' do execute_goals( :install, :run, :id => 'integration-test', :projectsDirectory => 'integration', :streamLogs => true ) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
warbler-1.4.10 | Mavenfile |
warbler-2.0.0.rc1 | Mavenfile |
warbler-2.0.0.pre3 | Mavenfile |
warbler-2.0.0.pre2 | Mavenfile |
warbler-1.4.9 | Mavenfile |