[java-idp-jetty-base] branch 9.4 updated: IDP-1110 - Create testbed artifact
Tom Zeller
tzeller at dragonacea.biz
Fri Jul 7 11:14:15 EDT 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=3d94b8dfa3b3fb4a4a2fd2a5fc75f1fa39c1a211
The following commit(s) were added to refs/heads/9.4 by this push:
new 3d94b8d IDP-1110 - Create testbed artifact
3d94b8d is described below
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