You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/08/09 16:57:03 UTC

[sling-parent] branch master updated: skip enforcing a timestamp for the reactor

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e77f966  skip enforcing a timestamp for the reactor
e77f966 is described below

commit e77f9660f47eb692c482ad6e71746603ffadbe2a
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Aug 9 18:56:57 2021 +0200

    skip enforcing a timestamp for the reactor
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index a3e7122..0b5202a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,18 @@
                     <skip>true</skip>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>enforce-output-timestamp-property</id>
+                        <configuration>
+                            <skip>true</skip>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>