summaryrefslogtreecommitdiffstats
path: root/dist.sh.in
diff options
context:
space:
mode:
authorGravatar damitha2010-06-23 15:18:40 +0000
committerGravatar damitha2010-06-23 15:18:40 +0000
commite6cc8f40eae838e098b3a2c1fbe77bec0f3cbc62 (patch)
treee42f2b279c3d033917a3756ce50346c5bdcf9af0 /dist.sh.in
parent89c6b6b970fd855b3c884ad38488a660b213162a (diff)
downloadaxis2c-e6cc8f40eae838e098b3a2c1fbe77bec0f3cbc62.tar.gz
axis2c-e6cc8f40eae838e098b3a2c1fbe77bec0f3cbc62.tar.bz2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dist.sh.in')
-rwxr-xr-xdist.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh.in b/dist.sh.in
index 1dc1059..18ec305 100755
--- a/dist.sh.in
+++ b/dist.sh.in
@@ -1,7 +1,7 @@
#!/bin/bash
rm -rf xdocs/api/html
-maven site
+mvn site
cd xdocs/api
doxygen doxygenconf
cd ../..