[java-metadata-aggregator] branch main updated: MDA-263 - Aggregator build issues
Ian Young
ian at iay.org.uk
Wed Oct 27 14:44:51 UTC 2021
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=c6ed0269eaef4639c3e35228775689072162f375
The following commit(s) were added to refs/heads/main by this push:
new c6ed026 MDA-263 - Aggregator build issues
c6ed026 is described below
commit c6ed0269eaef4639c3e35228775689072162f375
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Oct 27 15:43:11 2021 +0100
MDA-263 - Aggregator build issues
https://shibboleth.atlassian.net/browse/MDA-263
Pick up the documentation for the release artifact from the
correct place (broken since the parent project was moved to
the repository root).
---
aggregator-cli/src/main/assembly/bin.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/aggregator-cli/src/main/assembly/bin.xml b/aggregator-cli/src/main/assembly/bin.xml
index 4ddf6a9..ad6dc63 100644
--- a/aggregator-cli/src/main/assembly/bin.xml
+++ b/aggregator-cli/src/main/assembly/bin.xml
@@ -2,12 +2,12 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
-
+
<id>bin</id>
<formats>
<format>zip</format>
</formats>
-
+
<dependencySets>
<dependencySet>
<outputDirectory>lib</outputDirectory>
@@ -19,7 +19,7 @@
</includes>
</dependencySet>
</dependencySets>
-
+
<fileSets>
<fileSet>
<outputDirectory/>
@@ -37,10 +37,10 @@
<include>*.bat</include>
</includes>
</fileSet>
-
+
<!-- Documentation pulled from parent project. -->
<fileSet>
- <directory>${project.basedir}/../aggregator-parent/doc/</directory>
+ <directory>${project.basedir}/../doc/</directory>
<outputDirectory>doc</outputDirectory>
</fileSet>
</fileSets>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list