This is an automated email from the ASF dual-hosted git repository.
matthieu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 1e5087a JAMES-2826 Use native git and only publish meaningful
properties
1e5087a is described below
commit 1e5087a88abbaac18bc3dc4d08bb43bd2b9562c7
Author: Matthieu Baechler <[email protected]>
AuthorDate: Thu Jul 11 16:11:23 2019 +0200
JAMES-2826 Use native git and only publish meaningful properties
---
pom.xml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5d43a5d..5235cf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3264,7 +3264,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
- <version>2.2.5</version>
+ <version>3.0.0</version>
</plugin>
</plugins>
</pluginManagement>
@@ -3415,6 +3415,14 @@
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
<format>json</format>
+ <includeOnlyProperties>
+
<includeOnlyProperty>git.commit.id</includeOnlyProperty>
+
<includeOnlyProperty>git.commit.id.describe</includeOnlyProperty>
+
<includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
+ <includeOnlyProperty>git.dirty</includeOnlyProperty>
+ </includeOnlyProperties>
+ <skip>false</skip>
+ <useNativeGit>true</useNativeGit>
<gitDescribe>
<skip>false</skip>
<always>false</always>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]