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

Ignoring unnecessarily generated by pmd plugin #1763

Merged
merged 1 commit into from
Apr 27, 2023

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