[java-idp-plugin-jetty] 27/186: IDP-1110 - Create testbed artifact
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:18 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=3d94b8dfa3b3fb4a4a2fd2a5fc75f1fa39c1a211
commit 3d94b8dfa3b3fb4a4a2fd2a5fc75f1fa39c1a211
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jul 7 10:14:13 2017 -0500
IDP-1110 - Create testbed artifact
Forgot assembly descriptor on previous commit
---
src/main/assembly/testbed.xml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/src/main/assembly/testbed.xml b/src/main/assembly/testbed.xml
new file mode 100644
index 0000000..5b3687e
--- /dev/null
+++ b/src/main/assembly/testbed.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
+ <id>testbed</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <fileSets>
+ <fileSet>
+ <directory>${assemblyDirectory}</directory>
+ <excludes>
+ <exclude>**/webapps/idp.xml</exclude>
+ </excludes>
+ <outputDirectory></outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>${assemblyDirectory}-testbed</directory>
+ <outputDirectory></outputDirectory>
+ </fileSet>
+ </fileSets>
+ <includeBaseDirectory>false</includeBaseDirectory>
+</assembly>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list