Repository: stratos Updated Branches: refs/heads/stratos-4.1.x b9cb4e9c7 -> 8a4d372be
Remove sources from Carbin UI fork Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/8a4d372b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/8a4d372b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/8a4d372b Branch: refs/heads/stratos-4.1.x Commit: 8a4d372be843b5c7519c68ad8e0286a7d1d7f169 Parents: b9cb4e9 Author: Akila Perera <[email protected]> Authored: Wed Sep 2 16:02:21 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Wed Sep 2 16:02:21 2015 +0530 ---------------------------------------------------------------------- dependencies/org.wso2.carbon.ui/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/8a4d372b/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 2b958ac..9819fd1 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -309,6 +309,9 @@ </goals> </execution> </executions> + <configuration> + <skipSource>true</skipSource> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
