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 <sume...@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>