From 40b2f28b56e185bdba1640b1f5d23263ca6023cd Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Mon, 16 Jun 2025 15:11:33 +0200
Subject: [PATCH] - use substitution to simplify dependency

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 267a32d..95b875e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
        </execution>
      </executions>
      <configuration>
-       <file>${project.build.outputDirectory}/PLUGIN-INF/metadata_SLUBPublikationenPflichtexemplarePDFFormatValidationPlugin.xml</file>
+       <file>${project.build.outputDirectory}/PLUGIN-INF/metadata_${artifactId}.xml</file>
        <replacements>
          <replacement>
            <xpath>/*[local-name() = 'metadata-config']/*[local-name() = 'version']/text()</xpath>
-- 
GitLab