[java-metadata-aggregator] branch main updated: Partially revert "Remove finalName parameter to assembly plugin"

Ian Young ian at iay.org.uk
Mon Apr 10 16:43:50 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=4b6dd9d27060e6f0e2e8abb04afad3e1d1373b23

The following commit(s) were added to refs/heads/main by this push:
     new 4b6dd9d  Partially revert "Remove finalName parameter to assembly plugin"
4b6dd9d is described below

commit 4b6dd9d27060e6f0e2e8abb04afad3e1d1373b23
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Apr 10 17:00:25 2023 +0100

    Partially revert "Remove finalName parameter to assembly plugin"
    
    The property definition is still needed.
---
 mda-distribution/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index d013a96..05b7a7f 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -16,6 +16,7 @@
     <packaging>pom</packaging>
 
     <properties>
+        <mda.finalName>mda-distribution-${project.version}</mda.finalName>
         <dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
     </properties>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list