You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2020/06/25 16:31:26 UTC

[james-project] 01/17: JAMES-3260 #comment Configured maven build scans

This is an automated email from the ASF dual-hosted git repository.

ieugen pushed a commit to branch JAMES-3260-gradle-poc
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit ed91cd52129b6242be95803e6482803ba74abd99
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Sat Jun 20 03:50:27 2020 +0300

    JAMES-3260 #comment Configured maven build scans
    
    * https://scans.gradle.com/#maven
---
 .mvn/extensions.xml        | 7 +++++++
 .mvn/gradle-enterprise.xml | 8 ++++++++
 2 files changed, 15 insertions(+)

diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 0000000..dc96269
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,7 @@
+<extensions>
+    <extension>
+        <groupId>com.gradle</groupId>
+        <artifactId>gradle-enterprise-maven-extension</artifactId>
+        <version>1.5.2</version>
+    </extension>
+</extensions>
\ No newline at end of file
diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml
new file mode 100644
index 0000000..8041872
--- /dev/null
+++ b/.mvn/gradle-enterprise.xml
@@ -0,0 +1,8 @@
+<gradleEnterprise>
+  <buildScan>
+    <termsOfService>
+      <url>https://gradle.com/terms-of-service</url>
+      <accept>true</accept>
+    </termsOfService>
+  </buildScan>
+</gradleEnterprise>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org