[ 
https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ishan Chattopadhyaya updated SOLR-7012:
---------------------------------------
    Attachment: SOLR-7012.patch

Added a patch which creates a plugin jar for a user, provided his plugin code 
resides in the solr/core/src/java folder.

Example:
    ant -Dplugin.package=com.my.plugin -Djar.location=abcd.jar plugin-jar

> add an ant target to package a plugin into a jar
> ------------------------------------------------
>
>                 Key: SOLR-7012
>                 URL: https://issues.apache.org/jira/browse/SOLR-7012
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>         Attachments: SOLR-7012.patch
>
>
> Now it is extremely hard to create  plugin because the user do not know about 
> the exact dependencies and their poms
> we will add a target to solr/build.xml called plugin-jar
> invoke it as follows
> {code}
> ant -Dplugin.package=my.package -Djar.location=/tmp/my.jar plugin-jar
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to