mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-08-29 05:18:03 +00:00

* Add configuration to send build scans to https://ge.apache.org * Add `.mvn` directories to IT tests projects that lack one Some of the integration tests to do not have `.mvn` directories and search up the project structure until they find the `.mvn` directory of the root project. This change adds `.mvn` directories with empty `maven.config` files so that the sample projects in VCS will be as close as possible to those executed during integration testing
34 lines
358 B
Plaintext
34 lines
358 B
Plaintext
# Maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
|
|
# Eclipse
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# IDEA
|
|
.idea
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# NetBeans
|
|
nb-configuration.xml
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# formatter-maven-plugin
|
|
.cache/
|
|
|
|
# https://ge.apache.org
|
|
.mvn/.gradle-enterprise |