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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 30f681c  [MPOM-265] re-enable reproducible builds for Apache parent 
release
30f681c is described below

commit 30f681c9b3c5ecb60315f5d205692208864e86a4
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Dec 26 22:49:58 2021 +0100

    [MPOM-265] re-enable reproducible builds for Apache parent release
---
 pom.xml                        | 36 +-----------------------------------
 src/site-docs/apt/index.apt.vm |  2 +-
 2 files changed, 2 insertions(+), 36 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d74964..7e90b74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,9 +93,7 @@ under the License.
     <maven.compiler.target>1.7</maven.compiler.target>
     <surefire.version>2.22.2</surefire.version><!-- for surefire, failsafe and 
surefire-report -->
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
-    <!-- set this property for all derived projects:
-    
<project.build.outputTimestamp>2020-01-22T15:10:38Z</project.build.outputTimestamp>
-    -->
+    
<project.build.outputTimestamp>2021-07-14T15:10:38Z</project.build.outputTimestamp>
   </properties>
 
   <repositories>
@@ -483,37 +481,5 @@ under the License.
       </build>
     </profile>
     <!-- END SNIPPET: release-profile -->
-    <profile>
-      <id>enforce-output-timestamp-property</id>
-      <activation>
-        <file>
-          <missing>${basedir}/.maven-apache-parent.marker</missing>
-        </file>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>enforce-output-timestamp-property</id>
-                <goals>
-                  <goal>enforce</goal>
-                </goals>
-                <configuration>
-                  <rules>
-                    <requireProperty>
-                      <property>project.build.outputTimestamp</property>
-                      <message>The property "project.build.outputTimestamp" 
must be set on the reactor's root pom.xml to make the build reproducible. 
Further information at 
"https://maven.apache.org/guides/mini/guide-reproducible-builds.html";.</message>
-                    </requireProperty>
-                  </rules>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 </project>
diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 51d64ad..5ab7456 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -98,7 +98,7 @@ Apache Software Foundation Parent POM
 
 +------+
   <properties>
-    <project.build.outputTimestamp>1</project.build.outputTimestamp>
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
   </properties>
 +------+
 

Reply via email to