Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 0d8059056 -> 2cae208ff
Add Python setuptools config files as excludes for Apache Rat Plugin Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2cae208f Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2cae208f Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2cae208f Branch: refs/heads/stratos-4.1.x Commit: 2cae208ff48a10f48f7d58136bd156326e39fb95 Parents: 0d80590 Author: Chamila de Alwis <[email protected]> Authored: Wed Oct 14 15:48:36 2015 +0530 Committer: Chamila de Alwis <[email protected]> Committed: Wed Oct 14 15:49:33 2015 +0530 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/2cae208f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 574a24d..8438e4a 100644 --- a/pom.xml +++ b/pom.xml @@ -202,8 +202,9 @@ <exclude>**/templates/*.cfg.template</exclude> <exclude>**/instrumentation.txt</exclude> <exclude>**/filters.txt</exclude> - <exclude>**/*json</exclude> + <exclude>**/*.json</exclude> <exclude>**/.idea/**/*</exclude> + <exclude>**/.idea</exclude> <exclude>**/tlds/**/*</exclude> <exclude>**/highlighter/**/*</exclude> <exclude>**/yui/**/*</exclude> @@ -226,6 +227,9 @@ <exclude>**/*.wsdl</exclude> <!-- Carbon UI dependency --> <exclude>**/org.wso2.carbon.ui/**/*</exclude> + <!-- Python CLI config files --> + <exclude>**/*.cfg</exclude> + <exclude>**/*.rst</exclude> </excludes> <excludeSubProjects>false</excludeSubProjects> </configuration>
