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

Remove warning for resources plugins #23946

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

aheritier
Copy link
Contributor

@aheritier aheritier commented Oct 22, 2023

This PR fixes only the warning emitted by the maven-resource-plugin

  • It uses a specific execution ID to not have the configuration applied to the default resources:resources mojo
  • It removes the copy of non-filtered files which is already done by resources:resources

fix #22487


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

This PR fixes only the warning emitted by the maven-resource-plugin

* It uses a specific execution ID to not have the configuration applied to the default resources:resources mojo
* It removes the copy of non-filtered files which is already done by resources:resources
@CLAassistant
Copy link

CLAassistant commented Oct 22, 2023

CLA assistant check
All committers have signed the CLA.

@mraible mraible merged commit 8e247b6 into jhipster:main Oct 23, 2023
48 checks passed
@DanielFran DanielFran changed the title fix(#22487): Remove warning for resources plugins Remove warning for resources plugins Oct 26, 2023
@deepu105 deepu105 added this to the 8.0.0 milestone Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin validation issues exist with 2 plugins
4 participants