[
https://issues.apache.org/jira/browse/SHINDIG-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner updated SHINDIG-1107:
----------------------------------
Attachment: shindig-deps.png
generated as follows:
cd java/server/target/.../WEB-INF
(echo 'digraph "G" { ' ; java -jar ~/Downloads/jarjar-1.0.jar find jar
'lib/*'| perl -pe 's,/.*?lib/,,g; s,\.jar,,g; s,-SNAPSHOT,,g; s,-incubating,,g;
s,^,",; s,$,",; s, -> ," -> ",;' ; echo '}') > dep.dot
dot -Tpng -v -O dep.dot
> Clean up shindig dependencies
> -----------------------------
>
> Key: SHINDIG-1107
> URL: https://issues.apache.org/jira/browse/SHINDIG-1107
> Project: Shindig
> Issue Type: Improvement
> Affects Versions: trunk
> Reporter: Paul Lindner
> Fix For: trunk
>
> Attachments: shindig-deps.png
>
>
> I've been looking into the dependencies for shindig and started cleaning them
> up. The first cleanup comes from removing the json-lib code -- this removes
> a number of jars.
> I went on to checking mvn dependency:tree and mvn dependency:analyze and
> fixing the poms a little bit.
> I also use the great jarjar links tool to generate a graph of the jar files
> that end up in the server directory. It's attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.