diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml index 2ef0822a142..fe729ba95e5 100644 --- a/tools/apidoc/pom.xml +++ b/tools/apidoc/pom.xml @@ -9,67 +9,85 @@ OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - 4.0.0 - cloud-apidoc - Apache CloudStack apidocs - pom - - org.apache.cloudstack - cloud-tools - 4.3.0-SNAPSHOT - ../pom.xml - - - ../../client/target/cloud-client-ui-4.3.0-SNAPSHOT/WEB-INF/ - ${client.config.base}/lib - ${client.config.base}/classes - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + cloud-apidoc + Apache CloudStack apidocs + pom + + org.apache.cloudstack + cloud-tools + 4.3.0-SNAPSHOT + ../pom.xml + + + ../../client/target/cloud-client-ui-4.3.0-SNAPSHOT/WEB-INF/ + ${client.config.base}/lib + ${client.config.base}/classes + - - install - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - compile - compile - - exec - - - bash - - ./build-apidoc.sh - ${client.config.jars} - ${client.config.jars} - ./target - -f - ${client.config.conf}/commands.properties - - - - - package - package - - exec - - - target - tar - - -cjf - apidoc.tar.bz2 - xmldoc - - - - - - - + + install + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + compile + compile + + exec + + + bash + + ./build-apidoc.sh + ${client.config.jars} + ${client.config.jars} + ./target + -f + ${client.config.conf}/commands.properties + + + + + package + package + + exec + + + target + tar + + -cjf + apidoc.tar.bz2 + xmldoc + + + + + + + maven-antrun-plugin + ${cs.maven.ant.version} + + + install + + run + + + + + + + + + + + +