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

CAMEL-21578 - Provide version for the Maven resources plugin for project #16777

Merged

Conversation

apupier
Copy link
Contributor

@apupier apupier commented Jan 10, 2025

generated by Camel JBang

it avoids this kind of warnings in build log of the generated project:

[WARNING] Some problems were encountered while building the effective
model for org.example.project:test-from-vscode:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-resources-plugin is missing. @ line 153,
column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]

Description

Target

  • I checked that the commit is targeting the correct branch (Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally from root folder and I have committed all auto-generated changes.

generated by Camel JBang

it avoids this kind of warnings in build log of the generated project:

```
[WARNING] Some problems were encountered while building the effective
model for org.example.project:test-from-vscode:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-resources-plugin is missing. @ line 153,
column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
```

Signed-off-by: Aurélien Pupier <[email protected]>
@gansheer gansheer changed the title CAMEL621578 - Provide version for the Maven resources plugin for project CAMEL-21578 - Provide version for the Maven resources plugin for project Jan 10, 2025
@davsclaus davsclaus merged commit 9710edc into apache:main Jan 11, 2025
4 checks passed
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.

3 participants