[java-metadata-aggregator] branch main updated: Remove finalName parameter to assembly plugin
Ian Young
ian at iay.org.uk
Mon Apr 10 15:47:16 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=d3e848ee81e51cbc12486ff03476479c1340017e
The following commit(s) were added to refs/heads/main by this push:
new d3e848e Remove finalName parameter to assembly plugin
d3e848e is described below
commit d3e848ee81e51cbc12486ff03476479c1340017e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Apr 10 16:47:07 2023 +0100
Remove finalName parameter to assembly plugin
This parameter no longer has any effect, as of v3 of
the maven-assembly-plugin.
---
mda-distribution/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index 514795d..d013a96 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -16,7 +16,6 @@
<packaging>pom</packaging>
<properties>
- <mda.finalName>mda-distribution-${project.version}</mda.finalName>
<dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
</properties>
@@ -110,7 +109,6 @@
<descriptor>src/main/assembly/assembly-tgz.xml</descriptor>
<descriptor>src/main/assembly/assembly-zip.xml</descriptor>
</descriptors>
- <finalName>${mda.finalName}</finalName>
</configuration>
</plugin>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list