[
https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297370#comment-17297370
]
ASF subversion and git services commented on SOLR-14759:
--------------------------------------------------------
Commit 409bc37c138eb081e62fc1c1862f58dd7873abff in lucene-solr's branch
refs/heads/master from Dawid Weiss
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=409bc37 ]
SOLR-14759: a few initial changes so that Lucene can be built independently
while Solr code is still in place. (#2448)
> Separate the Lucene and Solr builds
> -----------------------------------
>
> Key: SOLR-14759
> URL: https://issues.apache.org/jira/browse/SOLR-14759
> Project: Solr
> Issue Type: Sub-task
> Components: Build
> Reporter: Jan Høydahl
> Assignee: Dawid Weiss
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> While still in same git repo, separate the builds, so Lucene and Solr can be
> built independently.
> The preparation step includes optional building of just Lucene from current
> master (prior to any code removal):
> Current status of joint and separate builds:
> * (/) joint build
> {code}
> gradlew assemble check
> {code}
> * (/) Lucene-only
> {code}
> gradlew -Dskip.solr=true assemble check
> {code}
> * (/) Solr-only (with minor documentation validation exclusions)
> {code}
> gradlew -Dskip.lucene=true assemble check -x test
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]