Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions maven/jruby-complete/pom.rb
Original file line number Diff line number Diff line change
@@ -117,5 +117,6 @@
jdk '1.8'
end
plugin :invoker, :pomExcludes => ['osgi_many_bundles_with_embedded_gems_felix-3.2/pom.xml', '${its.j2ee}', '${its.osgi}']
properties 'javadoc.opts' => '-Xdoclint:none'
end
end
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -288,7 +288,7 @@
execute_goals('jar-no-fork', :id => 'attach-sources')
end
plugin(:javadoc) do
execute_goals('jar', :id => 'attach-javadocs')
execute_goals('jar', :id => 'attach-javadocs', :configuration => [ xml('<additionalparam>${javadoc.opts}</additionalparam>') ])
end
end

0 comments on commit 145518e

Please sign in to comment.