Re: [jruby-user] Re: How to use custom class files in Rails?

christian <[email protected]> Mon, 10 Nov 2014 12:14:01 +0000
Newsgroups gmane.comp.lang.jruby.user
Message-ID <CAMV7UWFC41Xc+-Q9LqwmsbAJXw1G63qjwxgez1xTO+Th7YpXtw@mail.gmail.com>
a more complete example which also copies your dependent jars into lib -
Mavenfile:

jar 'org.slf4j:slf4j-simple', '1.6.4'
plugin :jar, :outputDirectory => 'lib'
plugin :dependency, :outputDirectory => 'lib' do
  execute_goals :'copy-dependencies', :phase => :package
end