Skip to content

Conversation

optimizing-ci-builds
Copy link
Contributor

In our analysis, we observe that there are a few directories and files (e.g., css, images, pmd.html) generated under target/site that are not used in CI. Because these are not accessed after its generation. Hence, we propose to disable the generation of these directories and files to save runtime. We found that the pmd plugin is generating this stuff.

The generation of this directory can be disabled by simply adding -Dpmd.skip=true to the mvn command.

@wumpz wumpz merged commit 5264827 into JSQLParser:master Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants