Skip to content
Snippets Groups Projects
Commit 66c317b5 authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files

Merge branch 'mkeppler-main-patch-84266' into 'main'

Maven gitignore configuration

See merge request !4
parents dad13562 cba8cc1d
No related branches found
No related tags found
1 merge request!4Maven gitignore configuration
Pipeline #63967 failed
...@@ -143,6 +143,15 @@ The following sample shows a Develocity configuration for a Maven project: ...@@ -143,6 +143,15 @@ The following sample shows a Develocity configuration for a Maven project:
</develocity> </develocity>
``` ```
#### .gitignore
Please add the following to your root directory `.gitignore` file. See [Manual Setup](https://docs.gradle.com/develocity/maven-extension/current/#manual_setup) for a detailed explanation.
```
# develocity local state files (configuration files are in /.mvn only)
/.mvn/.develocity/
```
See the [Develocity compatibility chart](https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility_2) for the most recent version of the Develocity Maven Extension compatible with the currently installed version of Develocity at [https://develocity-staging.eclipse.org/](https://develocity-staging.eclipse.org/). See the [Develocity compatibility chart](https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility_2) for the most recent version of the Develocity Maven Extension compatible with the currently installed version of Develocity at [https://develocity-staging.eclipse.org/](https://develocity-staging.eclipse.org/).
See the [Common Custom User Data Maven Extension releases page](https://github.com/gradle/common-custom-user-data-maven-extension/releases) for the most recent version of the Common Custom User Data Gradle Plugin. See the [Common Custom User Data Maven Extension releases page](https://github.com/gradle/common-custom-user-data-maven-extension/releases) for the most recent version of the Common Custom User Data Gradle Plugin.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment