[java-idp-tomcat-base] 04/04: Add trustany-ssl plugin

Tom Zeller tzeller at dragonacea.biz
Fri Aug 12 16:13:46 EDT 2016


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

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

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

commit 1366869abf00b2f01bd1a72840f491dec831c3be
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 12 15:12:10 2016 -0500

    Add trustany-ssl plugin
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index aac2334..88b5e35 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.5.4</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