Skip to content

Commit 2b96c20

Browse files
Remove settings.xml from history and add to .gitignore
Hardcoded OSSRH credentials were committed in settings.xml. Removed the file from git history using git-filter-repo and added **/settings.xml to .gitignore to prevent future commits. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: liornabat-sealights <l.nabat@tricentis.com>
1 parent 1570b82 commit 2b96c20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ secrets.yml
6363
.gradletasknamecache
6464
.sts4-cache
6565

66+
# Maven settings (may contain credentials)
67+
**/settings.xml
68+
6669
# Maven specific ignores
6770
target/
6871
pom.xml.tag

0 commit comments

Comments
 (0)