mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
6c0189560b
* ci: update Jenkinsfile branch guards from struts-6-7-x to struts-6-8-x The Build Source & JavaDoc, Deploy Snapshot, and Upload nightlies stages still referenced release/struts-6-7-x in their when conditions, causing them to be skipped on every release/struts-6-8-x build. This prevented 6.9.0-SNAPSHOT artifacts from being published to nightlies. Made-with: Cursor * chore: add .metals, .bloop, and .vscode to .gitignore Made-with: Cursor
55 lines
591 B
Plaintext
55 lines
591 B
Plaintext
# IDEA
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.metadata/
|
|
Servers/
|
|
|
|
# Java annotation processor (APT)
|
|
.factorypath
|
|
|
|
#VSCode
|
|
.vscode
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Scripts
|
|
*.sh
|
|
|
|
# jenv
|
|
.java-version
|
|
|
|
# Maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties
|
|
.mvn/wrapper/maven-wrapper.jar
|
|
|
|
plugins/testng/test-output/
|
|
test-output/
|
|
|
|
# Sonar
|
|
.sonar/
|
|
|
|
# Tidelift CLI scanner
|
|
.tidelift
|
|
|
|
# Claude Code specific local settings
|
|
.claude/
|
|
.metals/
|
|
.bloop/
|
|
.vscode/
|