mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-13 21:50:48 +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
15 lines
415 B
XML
15 lines
415 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<extensions>
|
|
<extension>
|
|
<groupId>com.gradle</groupId>
|
|
<artifactId>gradle-enterprise-maven-extension</artifactId>
|
|
<version>1.17.3</version>
|
|
</extension>
|
|
<extension>
|
|
<groupId>com.gradle</groupId>
|
|
<artifactId>common-custom-user-data-maven-extension</artifactId>
|
|
<version>1.12</version>
|
|
</extension>
|
|
</extensions>
|