[build tools] Use maven batch-mode#70
Merged
wing328 merged 1 commit intoOpenAPITools:masterfrom May 16, 2018
bmordue:maven-batch
Merged
[build tools] Use maven batch-mode#70wing328 merged 1 commit intoOpenAPITools:masterfrom bmordue:maven-batch
wing328 merged 1 commit intoOpenAPITools:masterfrom
bmordue:maven-batch
Conversation
Member
|
@bmordue thanks for the PR, which has been merged into master. I wonder if you can submit another PR to make the similar update to the following: https://github.com/OpenAPITools/openapi-generator/blob/master/.travis.yml#L93 This will help reduce the CI log size. |
wing328
pushed a commit
that referenced
this pull request
Oct 7, 2022
Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com> Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
wing328
pushed a commit
that referenced
this pull request
Oct 16, 2022
Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com> Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
nilskuhn
pushed a commit
to nilskuhn/openapi-generator
that referenced
this pull request
Apr 6, 2023
…c-release-monorepo chore(deps): update dependency semantic-release to v17.2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.master.Description of the PR
Updated scripts in bin/ to run maven in batch mode, ie mvn -B. This means that download progress is not shown in the console. Maven's progress logging inflates the log size for CI builds and makes it harder to read through those logs.