You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by he...@apache.org on 2005/02/22 17:17:19 UTC

svn commit: r154868 - webservices/axis/trunk/java/maven.xml

Author: hemapani
Date: Tue Feb 22 08:17:18 2005
New Revision: 154868

URL: http://svn.apache.org/viewcvs?view=rev&rev=154868
Log:
add a comment for the maven.xml file

Modified:
    webservices/axis/trunk/java/maven.xml

Modified: webservices/axis/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/maven.xml?view=diff&r1=154867&r2=154868
==============================================================================
--- webservices/axis/trunk/java/maven.xml (original)
+++ webservices/axis/trunk/java/maven.xml Tue Feb 22 08:17:18 2005
@@ -16,6 +16,31 @@
  * limitations under the License.
  */
  -->
+ 
+  <!--
+       | The main goals for multi project build are:
+       |
+       | default 
+       |    Build all the modules
+       |
+       | clean
+       |    Deletes the 'target' directory in all projects
+       |
+       | war
+       |    Build the war
+       |
+       | maven war-withsamples
+       |    build the war with the default samples
+       |
+       | dist-src
+       | 	Source Distribution
+       |
+       | dist-bin 
+       |  	Binary Distribution
+       | 
+     -->
+
+ 
 <project default="multiproject:install" xmlns:m="jelly:maven" xmlns:ant="jelly:ant">
 		 <goal name="clean">
 			<attainGoal name="multiproject:clean"/>
@@ -146,6 +171,11 @@
 		</copy> 
 		<copy file="target/axis2.war" tofile="target/dist-bin/webapps/axis2.war"/>
 		<copy todir="target/dist-bin/samples">
+			<fileset dir="modules/samples/conf/">
+				<include name="*.xml"/>
+			</fileset> 
+		</copy>
+		<copy todir="target/dist-bin/samples">
 			<fileset dir="modules/samples/src/java">
 				<include name="userguide/**"/>
 			</fileset> 
@@ -179,6 +209,4 @@
            </sourcepath>
   </javadoc>
   </goal>
-
-
 </project>