chore(QTDI-1765): remove out-dated plugin#1078
Merged
ozhelezniak-talend merged 6 commits intoAug 1, 2025
Merged
Conversation
* replace its functionality with a community supported plugins
This comment has been minimized.
This comment has been minimized.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes the outdated common-maven-plugin from the project and replaces its functionality with community-supported alternatives. The PR also includes a version bump for the spotless maven plugin from 2.44.4 to 2.46.1.
- Removal of
common-maven-plugindependency and configuration from all POM files - Replacement of plugin functionality with standard Maven plugins (
maven-antrun-pluginandmaven-resources-plugin) - Version upgrade of
spotless-maven-pluginto 2.46.1
Reviewed Changes
Copilot reviewed 7 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Removes common-maven-plugin property and configurations, updates spotless version, removes POM sorting configuration |
| documentation/pom.xml | Replaces common-maven-plugin with maven-antrun-plugin and maven-resources-plugin for file filtering |
| component-tools-webapp/pom.xml | Adds maven-antrun-plugin and maven-resources-plugin to replace common-maven-plugin functionality |
| component-starter-server/pom.xml | Adds maven-antrun-plugin and maven-resources-plugin executions for frontend file processing |
| component-studio/pom.xml | Removes common-maven-plugin configuration |
| talend-component-maven-plugin/src/it/dependency/pom.xml | Removes common-maven-plugin configuration |
| component-runtime-testing/component-runtime-junit/pom.xml | Minor comment formatting change |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
undx
approved these changes
Jul 24, 2025
undx
left a comment
Member
There was a problem hiding this comment.
lgtm
Did not find what was the purpose of the rootlocation value?!?
Contributor
Author
ozhelezniak-talend
deleted the
ozhelezniak/QTDI-1765_remove_not_supported_maven_plugin
branch
August 1, 2025 08:01
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.

Requirements
Why this PR is needed?
What does this PR adds (design/code thoughts)?