[
https://issues.apache.org/jira/browse/ACCUMULO-2863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser updated ACCUMULO-2863:
---------------------------------
Fix Version/s: (was: 1.7.0)
1.8.0
> Generate a DEPENDENCIES listing file
> ------------------------------------
>
> Key: ACCUMULO-2863
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2863
> Project: Accumulo
> Issue Type: Improvement
> Components: build
> Reporter: Christopher Tubbs
> Labels: newbie
> Fix For: 1.8.0
>
>
> We strip versions off of dependencies we package in the lib directory of our
> tarball. This is done for a few beneficial reasons (primarily: avoid
> classpath polution with multiple versions of the same jar, and ease
> maintenance of scripts that configure the classpath).
> However, it would be convenient to convey information in the bin.tar.gz about
> which versions of those libraries are included, so they don't have to go
> spelunking into the jars' META-INF to peek at their POM, or back to SCM to
> view the dependencyManagement section.
> It looks like this might be relatively easy to do with an execution of
> maven-dependency-plugin's list goal, with includeScope set to runtime and
> outputFile set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)