[java-idp-tomcat-base] branch 8.0 updated: IDP-1008 - Add trustany-ssl plugin

Tom Zeller tzeller at dragonacea.biz
Mon Aug 8 15:26:27 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 8.0
in repository java-idp-tomcat-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=9bbbcabe39f53117e6c7b44cf49e5091d6466b0d

The following commit(s) were added to refs/heads/8.0 by this push:
       new  9bbbcab   IDP-1008 - Add trustany-ssl plugin
9bbbcab is described below

commit 9bbbcabe39f53117e6c7b44cf49e5091d6466b0d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 8 14:25:25 2016 -0500

    IDP-1008 - Add trustany-ssl plugin
    
    https://issues.shibboleth.net/jira/browse/IDP-1008
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index bb79530..d0fe3f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,7 @@
         <assemblyDirectory>${project.build.directory}/idp-tomcat-base</assemblyDirectory>
         <jstl.version>1.2</jstl.version>
         <tomcat.version>8.0.36</tomcat.version>
+        <trustany-ssl.version>1.0.0</trustany-ssl.version>
     </properties>
 
     <repositories>
@@ -100,6 +101,25 @@
                             </artifactItems>
                         </configuration>
                     </execution>
+                    <!-- Copy trustany-ssl plugin to tomcat-base/lib directory. -->
+                    <execution>
+                        <id>copy-trustany-ssl</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>net.shibboleth.utilities</groupId>
+                                    <artifactId>trustany-ssl</artifactId>
+                                    <version>${trustany-ssl.version}</version>
+                                    <type>jar</type>
+                                    <outputDirectory>${assemblyDirectory}/tomcat-base/lib/</outputDirectory>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
                     <!-- Copy tomcat-juli to tomcat-base/bin directory. -->
                     <execution>
                         <id>copy-tomcat-juli</id>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list