Sha256: 50ca947644ccf54578cf6e5a0c945e72db11f40e7dce47510860a78b686e8041

Contents?: true

Size: 762 Bytes

Versions: 4

Compression:

Stored size: 762 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 )

# 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

4 entries across 4 versions & 1 rubygems

Version Path
warbler-1.4.8 Mavenfile
warbler-2.0.0.pre1 Mavenfile
warbler-1.4.7 Mavenfile
warbler-1.4.6 Mavenfile