forked from Mirror/ollama4j
Update Maven configuration to disable error failures and modify GitHub Actions workflow to skip GPG signing and tests during the build process.
This commit is contained in:
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
regex: false
|
regex: false
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn --file pom.xml -U clean package && cp -r ./target/apidocs/. ./docs/build/apidocs
|
run: mvn --file pom.xml -U clean package -Dgpg.skip=true -DskipTests && cp -r ./target/apidocs/. ./docs/build/apidocs
|
||||||
|
|
||||||
- name: Doxygen Action
|
- name: Doxygen Action
|
||||||
uses: mattnotmitt/doxygen-action@v1.12.0
|
uses: mattnotmitt/doxygen-action@v1.12.0
|
||||||
|
|||||||
1
pom.xml
1
pom.xml
@@ -80,6 +80,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<!-- to disable the "missing" warnings. Remove the doclint to enable warnings-->
|
<!-- to disable the "missing" warnings. Remove the doclint to enable warnings-->
|
||||||
<doclint>all,-missing</doclint>
|
<doclint>all,-missing</doclint>
|
||||||
|
<failOnError>false</failOnError>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|||||||
Reference in New Issue
Block a user