Add lucene as a submodule
This commit is contained in:
parent
e66efba834
commit
671f76c45a
1
.github/workflows/maven-publish.yml
vendored
1
.github/workflows/maven-publish.yml
vendored
@ -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
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "lucene"]
|
||||
path = lucene
|
||||
url = https://github.com/apache/lucene
|
1
lucene
Submodule
1
lucene
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f38c401283c43b17fa5c63b4da0a9ffc13660bc4
|
Loading…
Reference in New Issue
Block a user