Author: chamikara
Date: Wed Jan 25 06:05:06 2006
New Revision: 372219
URL: http://svn.apache.org/viewcvs?rev=372219&view=rev
Log:
added a repo:create target
Modified:
webservices/sandesha/trunk/maven.xml
Modified: webservices/sandesha/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/maven.xml?rev=372219&r1=372218&r2=372219&view=diff
==============================================================================
--- webservices/sandesha/trunk/maven.xml (original)
+++ webservices/sandesha/trunk/maven.xml Wed Jan 25 06:05:06 2006
@@ -55,6 +55,11 @@
<ant:copy file="${addressing.mar}"
todir="${client.dist.path}/modules" />
</goal>
+ <goal name="repo:create">
+ <attainGoal name="server:create"/>
+ <attainGoal name="client:create"/>
+ </goal>
+
<goal name="server:create" prereqs="mar:create,sample:create">
<ant:property name="server.dist.path"
value="${build.repo.dir}/server"/>
<ant:mkdir dir="${server.dist.path}" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]