Skip to content

Commit

Permalink
Removed bad entries from jruby-complete.jar.
Browse files Browse the repository at this point in the history
I think this was intended to put the license files in the META-INF/ path. Unfortunately, it seems to create a path that mirrors the host filesystem in the generated JAR, rather than placing the files in the META-INF/ path in the JAR. Moreover, the licenses are placed in META-INF/ by some other process, so even if it work, I don't think this config section is required.
nirvdrum committed Jul 5, 2016
1 parent 6cbdc1b commit 7a546a6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions maven/jruby-complete/pom.rb
Original file line number Diff line number Diff line change
@@ -10,14 +10,6 @@
inherit "org.jruby:jruby-artifacts:#{version}"
packaging 'bundle'

build do
resource do
directory '${project.basedir}/../..'
includes [ 'BSDL', 'COPYING', 'LEGAL', 'LICENSE.RUBY' ]
target_path '${project.build.outputDirectory}/META-INF/'
end
end

plugin_repository( :id => 'rubygems-releases',
:url => 'https://otto.takari.io/content/repositories/rubygems/maven/releases' )

1 comment on commit 7a546a6

@nirvdrum
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkristian Please let me know if this is wrong.

Please sign in to comment.