[java-idp-tomcat-base] 03/04: Copy tomcat-juli to tomcat-base/bin/.

Tom Zeller tzeller at dragonacea.biz
Fri Aug 12 16:13:45 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=09ff7e1dc054d441c2f496e7a20c6e6b16dcd033

commit 09ff7e1dc054d441c2f496e7a20c6e6b16dcd033
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 12 15:11:36 2016 -0500

    Copy tomcat-juli to tomcat-base/bin/.
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index 03a971e..aac2334 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,26 @@
                             </artifactItems>
                         </configuration>
                     </execution>
+                    <!-- Copy tomcat-juli to tomcat-base/bin directory. -->
+                    <execution>
+                        <id>copy-tomcat-juli</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.apache.tomcat</groupId>
+                                    <artifactId>tomcat-juli</artifactId>
+                                    <version>${tomcat.version}</version>
+                                    <type>jar</type>
+                                    <overWrite>false</overWrite>
+                                    <outputDirectory>${assemblyDirectory}/tomcat-base/bin</outputDirectory>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
             <!-- Assemble -->

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


More information about the commits mailing list