Hi, Build is failing for me on the master branch, again. The upgrade of assembly plugin has caused assembly id property to be mandatory but in products/stratos bin.xml this assembly id is not set thus causing the build fail. Patch is attached herewith. Pl verify the issue and apply if necessary.
Thanks -- Akila Ravihansa Perera Software Engineer WSO2 Inc. http://wso2.com Phone: +94 77 64 154 38 Blog: http://ravihansa3000.blogspot.com
From 15a637b153c40edaefcaa63b8a95897d7fd95455 Mon Sep 17 00:00:00 2001 From: Akila Perera <[email protected]> Date: Sat, 3 May 2014 01:41:42 +0530 Subject: [PATCH] fix stratos assembly id --- products/stratos/modules/distribution/src/assembly/bin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml index 800bac6..e5cc69e 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -17,7 +17,7 @@ ~ under the License. --> <assembly> - <!--<id>bin</id>--> + <id>bin</id> <formats> <format>zip</format> </formats> -- 1.9.2
