You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/16 07:38:59 UTC

[axis-axis2-java-savan] 27/36: Fix for SAVAN-3.copied savan-config.xml into target/classes folder.Mar file will pick the file from there.

This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-savan.git

commit d74662ec4dfad81dd2346fa81d22cc1fb338f768
Author: Sumedha Rubasinghe <su...@apache.org>
AuthorDate: Wed Sep 26 04:13:26 2007 +0000

    Fix for SAVAN-3.copied savan-config.xml into target/classes folder.Mar file will pick the file from there.
---
 modules/core/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index f756924..2045175 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -88,6 +88,20 @@
                            <goal>run</goal>
                        </goals>
                    </execution>
+                   <execution>
+                       <id>copy-config-file</id>
+                       <phase>package</phase>
+                       <configuration>
+                           <tasks>
+                                <copy file="./src/main/config/savan-config.xml"
+                                      todir="target/classes"/>
+                           </tasks>
+                       </configuration>
+                       <goals>
+                           <goal>run</goal>
+                       </goals>
+                   </execution>
+
                </executions>
            </plugin>            
         </plugins>