Repository: stratos Updated Branches: refs/heads/stratos-4.1.x e56266e0c -> 44aaac551
commenting assembly plugin in Carbon UI dependency Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/44aaac55 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/44aaac55 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/44aaac55 Branch: refs/heads/stratos-4.1.x Commit: 44aaac55180547fa15e5f310a94c72d4a06dafba Parents: e56266e Author: Akila Perera <[email protected]> Authored: Tue Sep 15 23:15:23 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Tue Sep 15 23:15:23 2015 +0530 ---------------------------------------------------------------------- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/44aaac55/dependencies/org.wso2.carbon.ui/pom.xml ---------------------------------------------------------------------- diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index cfb3a66..cbee800 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -263,7 +263,7 @@ <!-- Create a source-release artifact that contains the fully buildable project directory source structure. This is the artifact which is the official subject of any release vote. --> - <plugin> + <!--plugin> <artifactId>maven-assembly-plugin</artifactId> <dependencies> <dependency> @@ -288,7 +288,7 @@ </configuration> </execution> </executions> - </plugin> + </plugin--> <!-- We want to deploy the artifact to a staging location for perusal --> <plugin> <inherited>true</inherited>
