We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 786148e + ef94072 commit 7c60b1cCopy full SHA for 7c60b1c
.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
28
java-version: ${{ matrix.java }}
29
cache: 'maven'
30
- name: Test with Maven
31
- run: ./mvnw install -B -V -Pminimal-fix-latest -D"java.util.logging.config.file"="./quickfixj-core/src/test/resources/logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
+ run: ./mvnw install -B -V -D"maven.javadoc.skip"="true" -P"skipBundlePlugin,minimal-fix-latest" -D"java.util.logging.config.file"="./quickfixj-core/src/test/resources/logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
32
33
test-windows:
34
runs-on: ${{ matrix.os }}
0 commit comments