Sha256: d5c5226bb8d6b76637912262112806f211cf42f29661ceacffae93aa45544324

Contents?: true

Size: 724 Bytes

Versions: 6

Compression:

Stored size: 724 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( 'jruby.plugins.version' => '1.1.3' )

# 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

6 entries across 6 versions & 1 rubygems

Version Path
warbler-2.0.3 Mavenfile
warbler-2.0.2 Mavenfile
warbler-2.0.1 Mavenfile
warbler-2.0.0 Mavenfile
warbler-2.0.0.rc3 Mavenfile
warbler-2.0.0.rc2 Mavenfile