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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git

commit f37493c647e5e3ad68cc955660b185889114a632
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Sep 8 15:39:31 2023 +0200

    Temporary changes to build against `logging-parent` SNAPSHOT
---
 pom.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2444f00..7517959 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,16 @@
 
   </dependencies>
 
+  <!-- `repositories` is only needed for testing unreleased `logging-parent` 
functionality!
+       This block should not go into any release or whatsoever! -->
+  <repositories>
+    <repository>
+      <id>apache.snapshots.https</id>
+      <name>${distMgmtSnapshotsName}</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </repository>
+  </repositories>
+
   <build>
     <plugins>
 
@@ -178,6 +188,21 @@
         </executions>
       </plugin>
 
+      <!-- `logging-parent` is not released yet, hence we still need to use 
its SNAPSHOT.
+           Temporarily disable `enforce-no-snapshots` inherited from 
`logging-parent`. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>enforce-no-snapshots</id>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>
 

Reply via email to