Skip to content
Snippets Groups Projects
Commit cba8cc1d authored by Michael Keppler's avatar Michael Keppler
Browse files

Maven gitignore configuration

parent a176237b
No related branches found
No related tags found
No related merge requests found
Pipeline #61312 failed
...@@ -145,6 +145,15 @@ The following sample shows a Develocity configuration for a Maven project: ...@@ -145,6 +145,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.
Please register or to comment