From 58d648345ec84ba1767e69eaf76540ce71561dc9 Mon Sep 17 00:00:00 2001 From: Likitha Shetty Date: Tue, 9 Jul 2013 15:23:38 +0530 Subject: [PATCH] CLOUDSTACK-2777. Apache build should create jar file cloud-ec2.aar and package it under webapps7080/awsapi/WEB-INF/services --- awsapi/pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index ff72a444199..bcae07218c2 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -368,6 +368,33 @@ + + org.apache.axis2 + axis2-aar-maven-plugin + 1.6.2 + true + + false + cloud-ec2 + ${project.build.directory}/WEB-INF/services + + + resource/AmazonEC2 + META-INF + + services.xml + + + + + + + + aar + + + +