Repository: airavata Updated Branches: refs/heads/develop b37882a43 -> 7a779933e
excluding thrift generated code Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/83ea6306 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/83ea6306 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/83ea6306 Branch: refs/heads/develop Commit: 83ea630684431b88ef6ba2e952140316f3dce56c Parents: d82842d Author: Suresh Marru <[email protected]> Authored: Tue Apr 4 08:18:27 2017 -0400 Committer: Suresh Marru <[email protected]> Committed: Tue Apr 4 08:18:27 2017 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/83ea6306/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f188ba..7d213d1 100644 --- a/pom.xml +++ b/pom.xml @@ -725,6 +725,8 @@ <exclude>**/*.jks</exclude> <exclude>**/*.pem</exclude> <exclude>**/*.pk8</exclude> + <exclude>**/.idea/**/*</exclude> + <exclude>airavata-api/airavata-client-sdks/**/*</exclude> </excludes> </configuration> <executions>
