[
https://issues.apache.org/jira/browse/SOLR-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729412#comment-13729412
]
Uwe Schindler commented on SOLR-5103:
-------------------------------------
Theoretically you can put references to additional JARs, that are needed for
running, into the META-INF/MANIFEST.MF file as classpath. I have not tried
this, but it works e.g. for {{java -jar something.jar}}. If something.jar has
additional JARs in its manifest, those are added to classpath. See
http://docs.oracle.com/javase/tutorial/deployment/jar/downman.html
> Plugin Improvements
> -------------------
>
> Key: SOLR-5103
> URL: https://issues.apache.org/jira/browse/SOLR-5103
> Project: Solr
> Issue Type: Improvement
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Fix For: 5.0
>
>
> I think for 5.0, we should make it easier to add plugins by defining a plugin
> package, ala a Hadoop Job jar, which is a self--contained archive of a plugin
> that can be easily installed (even from the UI!) and configured
> programmatically.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]