Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish test jars during snapshot build #3162

Merged
merged 11 commits into from
Nov 12, 2021
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
<mockito_version>3.9.0</mockito_version>
<nullaway_version>0.7.9</nullaway_version>
<guava_version>30.1.1-jre</guava_version>
<gson_version>2.8.6</gson_version>
<gson_version>2.8.9</gson_version>
<jaxb_bundle_version>2.2.11_1</jaxb_bundle_version>
<jaxb_api_version>2.3.1</jaxb_api_version>
<jaxb_core_version>2.3.0.1</jaxb_core_version>
Expand Down
2 changes: 1 addition & 1 deletion snapshot-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ steps:
inputs:
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
goals: deploy
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST,ALLMODULES -Dmaven.test.skip'
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST,ALLMODULES -DskipTests'
publishJUnitResults: false