Skip to content

fix: do not delete .gitignore files during maven clean phase#1318

Merged
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:fix/maven-clean-gitignore
Apr 22, 2026
Merged

fix: do not delete .gitignore files during maven clean phase#1318
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:fix/maven-clean-gitignore

Conversation

@joaodinissf
Copy link
Copy Markdown
Collaborator

@joaodinissf joaodinissf commented Apr 21, 2026

Summary

  • Exclude .gitignore from the maven-clean-plugin fileset in ddk-parent/pom.xml so that mvn clean no longer deletes the placeholder .gitignore files inside xtend-gen/ directories.
  • Without this, every mvn clean leaves a dirty working tree (31 deleted files) that has to be restored manually.

Test plan

  • Run mvn clean -f ./ddk-parent/pom.xml and verify git status shows no deleted .gitignore files afterward.

🤖 Generated with Claude Code

@joaodinissf joaodinissf requested a review from rubenporras April 21, 2026 18:45
@joaodinissf joaodinissf marked this pull request as ready for review April 21, 2026 18:45
@joaodinissf joaodinissf enabled auto-merge (rebase) April 21, 2026 18:45
@joaodinissf joaodinissf merged commit f223342 into dsldevkit:master Apr 22, 2026
3 checks passed
@joaodinissf joaodinissf deleted the fix/maven-clean-gitignore branch April 22, 2026 07:27
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