shangeyao opened a new pull request, #4444:
URL: https://github.com/apache/streampark/pull/4444

   ## Summary
   
   - Add `*.flattened-pom.xml` to `.gitignore`
   - Remove 10 committed `.flattened-pom.xml` build artifacts introduced in 
#4426
   
   Closes #4443
   
   ## Motivation
   
   `flatten-maven-plugin` generates `.flattened-pom.xml` during Maven builds to 
resolve `${revision}` for install/deploy. These files are build outputs 
(similar to `target/`) and should not live in Git.
   
   This aligns StreamPark with Apache SeaTunnel's `${revision}` workflow: keep 
the plugin, ignore the generated files.
   
   ## Test plan
   
   - [x] `git status` is clean after `./mvnw -Pfast -DskipTests -pl 
streampark-common -am validate`
   - [ ] CI passes
   
   Made with [Cursor](https://cursor.com)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to