[java-metadata-aggregator] 02/03: Explicitly omit the project artifact from the distribution assemblies
Ian Young
ian at iay.org.uk
Fri Dec 10 16:26:32 UTC 2021
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch dev/MDA-264
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=055836935c4939b7e9103d3452631b4b7ea5338d
commit 055836935c4939b7e9103d3452631b4b7ea5338d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Dec 10 16:25:10 2021 +0000
Explicitly omit the project artifact from the distribution assemblies
The project has no distributable artifact, so avoid a warning message by explicitly saying so.
---
mda-distribution/src/main/assembly/assembly-tgz.xml | 1 +
mda-distribution/src/main/assembly/assembly-zip.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/mda-distribution/src/main/assembly/assembly-tgz.xml b/mda-distribution/src/main/assembly/assembly-tgz.xml
index 568e3b6..b26de55 100644
--- a/mda-distribution/src/main/assembly/assembly-tgz.xml
+++ b/mda-distribution/src/main/assembly/assembly-tgz.xml
@@ -19,6 +19,7 @@
<includes>
<include>*:jar:*</include>
</includes>
+ <useProjectArtifact>false</useProjectArtifact>
</dependencySet>
</dependencySets>
diff --git a/mda-distribution/src/main/assembly/assembly-zip.xml b/mda-distribution/src/main/assembly/assembly-zip.xml
index c238c8e..2d1a03c 100644
--- a/mda-distribution/src/main/assembly/assembly-zip.xml
+++ b/mda-distribution/src/main/assembly/assembly-zip.xml
@@ -19,6 +19,7 @@
<includes>
<include>*:jar:*</include>
</includes>
+ <useProjectArtifact>false</useProjectArtifact>
</dependencySet>
</dependencySets>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list