浏览代码

prevent git.json inclusion in build causing reproducibility issues

Jason Rivard 3 年之前
父节点
当前提交
204f40d0b5
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      pom.xml

+ 2 - 3
pom.xml

@@ -6,6 +6,7 @@
     <artifactId>pwm</artifactId>
     <version>2.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <url>https://github.com/pwm-project/pwm</url>
 
     <name>PWM Password Self Service</name>
 
@@ -132,9 +133,7 @@
                     <dateFormat>yyyy-MM-dd'T'HH:mm:ss'Z'</dateFormat>
                     <dateFormatTimeZone>Zulu</dateFormatTimeZone>
                     <failOnNoGitDirectory>false</failOnNoGitDirectory>
-                    <generateGitPropertiesFile>true</generateGitPropertiesFile>
-                    <generateGitPropertiesFilename>${project.build.outputDirectory}/classes/git.json</generateGitPropertiesFilename>
-                    <format>json</format>
+                    <generateGitPropertiesFile>false</generateGitPropertiesFile>
                     <gitDescribe>
                         <tags>true</tags>
                     </gitDescribe>