[java-metadata-aggregator] 01/03: JPAR-195 - Review and simplify release profile
Ian Young
ian at iay.org.uk
Fri Dec 10 16:26:31 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=5ebaaa0b55a74d5936e69dbaf3a70f61d4f0b20a
commit 5ebaaa0b55a74d5936e69dbaf3a70f61d4f0b20a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Dec 9 18:24:25 2021 +0000
JPAR-195 - Review and simplify release profile
Geneerate the distribution packages even outside the release profile.
https://shibboleth.atlassian.net/browse/JPAR-195
---
mda-distribution/pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index 18b0da9..3e680c7 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -62,6 +62,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
<configuration>
<tarLongFileMode>gnu</tarLongFileMode>
<ignoreMissingDescriptor>false</ignoreMissingDescriptor>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list