[java-plugin-storage-jdbc] 03/03: Stop trying to put the non-existant api jar into the distribution
Rod Widdowson
rdw at steadingsoftware.com
Wed Aug 17 10:26:11 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=ce62b22047eb79f62362c5be396542a0be2c20c5
commit ce62b22047eb79f62362c5be396542a0be2c20c5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 12 13:26:01 2022 +0100
Stop trying to put the non-existant api jar into the distribution
---
jdbc-storage-dist/src/main/assembly/assembly.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/jdbc-storage-dist/src/main/assembly/assembly.xml b/jdbc-storage-dist/src/main/assembly/assembly.xml
index f9052ac..1a8eace 100644
--- a/jdbc-storage-dist/src/main/assembly/assembly.xml
+++ b/jdbc-storage-dist/src/main/assembly/assembly.xml
@@ -36,20 +36,6 @@
</excludes>
</fileSet>
- <!-- The API jar -->
- <fileSet>
- <directory>../jdbc-storage-api/target</directory>
- <outputDirectory>webapp/WEB-INF/lib</outputDirectory>
- <includes>
- <include>jdbc-storage-api-*.jar</include>
- </includes>
- <excludes>
- <exclude>*test*.jar</exclude>
- <exclude>*javadoc.jar</exclude>
- <exclude>*sources.jar</exclude>
- </excludes>
- </fileSet>
-
<!-- We have no dependencies -->
<!-- The signing certificates -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list