Skip to content

Commit

Permalink
Correct command line for maven-install
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Apr 21, 2017
1 parent c4e25f1 commit b0c2577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ end
task :'maven-install' do
JAVA_RELEASE_TARGETS.each do |p|
if JAVA_RELEASE_TARGETS.include?(p)
Buck::buck_cmd.call('publish', ['--remote-repo', "file://#{ENV['HOME']}/.m2/repository", '--include-source', '--include-javadoc', p])
Buck::buck_cmd.call('publish', ['--remote-repo', "file://#{ENV['HOME']}/.m2/repository", '--include-source', '--include-docs', p])
end
end
end
Expand Down

0 comments on commit b0c2577

Please sign in to comment.