mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 15:09:23 +00:00
Add configuration to send build scans to https://ge.apache.org (#810)
* 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
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -28,4 +28,7 @@ nb-configuration.xml
|
||||
.vscode/
|
||||
|
||||
# formatter-maven-plugin
|
||||
.cache/
|
||||
.cache/
|
||||
|
||||
# https://ge.apache.org
|
||||
.mvn/.gradle-enterprise
|
Reference in New Issue
Block a user