You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by su...@apache.org on 2007/09/26 06:13:26 UTC

svn commit: r579462 - /webservices/savan/trunk/java/modules/core/pom.xml

Author: sumedha
Date: Tue Sep 25 21:13:26 2007
New Revision: 579462

URL: http://svn.apache.org/viewvc?rev=579462&view=rev
Log:
Fix for SAVAN-3.copied savan-config.xml into target/classes folder.Mar file will pick the file from there.

Modified:
    webservices/savan/trunk/java/modules/core/pom.xml

Modified: webservices/savan/trunk/java/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/java/modules/core/pom.xml?rev=579462&r1=579461&r2=579462&view=diff
==============================================================================
--- webservices/savan/trunk/java/modules/core/pom.xml (original)
+++ webservices/savan/trunk/java/modules/core/pom.xml Tue Sep 25 21:13:26 2007
@@ -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>