diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index cf9103359a7..2909376c249 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -22,6 +22,7 @@
cloud-awsapi
4.0.0-SNAPSHOT
Apache CloudStack AWS API Bridge
+ war
org.apache.cloudstack
cloudstack
@@ -106,6 +107,60 @@
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ unpack-my-lib
+ process-resources
+
+ unpack
+
+
+
+
+ org.apache.axis2
+ axis2-webapp
+ ${cs.axis2.version}
+ war
+ false
+
+
+ ${project.build.directory}/${project.artifactId}-${project.version}
+ false
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 2.2
+
+ web/web.xml
+ **/client/*.class
+
+
+ conf
+
+
+ resource/Axis2
+ WEB-INF/conf
+
+
+ resource/AmazonEC2
+ WEB-INF/classes
+
+ crypto.properties
+ xes.keystore
+
+
+
+
+
+