[
https://issues.apache.org/jira/browse/LUCENE-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241904#comment-13241904
]
Jan Høydahl commented on LUCENE-3930:
-------------------------------------
Yes we get more control of revisions etc by being explicit. I.e. commons-codec
in solr/lib is 1.6 while tika-parsers 1.0 depends on commons-codec 1.5.
Adding these tags just before {{</dependencies>}} skips source and javadoc
downloads. Have not found anything "more global" than this...
{code:xml}
<dependencies>
::
<exclude org="*" ext="*" type="source"/>
<exclude org="*" ext="*" type="javadoc"/>
</dependencies>
{code}
> nuke jars from source tree and use ivy
> --------------------------------------
>
> Key: LUCENE-3930
> URL: https://issues.apache.org/jira/browse/LUCENE-3930
> Project: Lucene - Java
> Issue Type: Task
> Components: general/build
> Reporter: Robert Muir
> Assignee: Robert Muir
> Priority: Blocker
> Fix For: 3.6
>
> Attachments: LUCENE-3930-solr-example.patch,
> LUCENE-3930-solr-example.patch, LUCENE-3930.patch, LUCENE-3930.patch,
> LUCENE-3930.patch, LUCENE-3930__ivy_bootstrap_target.patch,
> ant_-verbose_clean_test.out.txt, noggit-commons-csv.patch,
> patch-jetty-build.patch
>
>
> As mentioned on the ML thread: "switch jars to ivy mechanism?".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]