Add lucene as a submodule

This commit is contained in:
Andrea Cavalli 2021-10-16 15:07:22 +02:00
parent e66efba834
commit 671f76c45a
3 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,6 @@ jobs:
if: github.ref == 'refs/heads/master'
shell: bash
run: |
git clone https://github.com/apache/lucene --depth 1
cd lucene
./gradlew assemble -x test -x errorprone publishToMavenLocal -x signJarsPublication
mvn deploy:deploy-file -DgroupId=org.lucene -DartifactId=lucene-core -Dversion=9.0.0-SNAPSHOT -DgeneratePom=true -Dpackaging=jar -DrepositoryId=mchv-snapshot-distribution -Durl=https://mvn.mchv.eu/repository/mchv-snapshot -Dfile=lucene/core/build/libs/lucene-core-9.0.0-SNAPSHOT.jar -Djavadoc=lucene/core/build/libs/lucene-core-9.0.0-SNAPSHOT-javadoc.jar -Dsources=lucene/core/build/libs/lucene-core-9.0.0-SNAPSHOT-sources.jar

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "lucene"]
path = lucene
url = https://github.com/apache/lucene

1
lucene Submodule

@ -0,0 +1 @@
Subproject commit f38c401283c43b17fa5c63b4da0a9ffc13660bc4