removing the NULL file
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/05d39e52 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/05d39e52 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/05d39e52 Branch: refs/heads/develop Commit: 05d39e522a35baa2b3b760fd058ca355c572101c Parents: e3009f5 Author: Suresh Marru <[email protected]> Authored: Thu Apr 6 15:09:53 2017 -0400 Committer: Suresh Marru <[email protected]> Committed: Tue Apr 25 13:00:15 2017 -0400 ---------------------------------------------------------------------- modules/orchestrator/NULL | 1 - pom.xml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/05d39e52/modules/orchestrator/NULL ---------------------------------------------------------------------- diff --git a/modules/orchestrator/NULL b/modules/orchestrator/NULL deleted file mode 100644 index 6c7ca83..0000000 --- a/modules/orchestrator/NULL +++ /dev/null @@ -1 +0,0 @@ -Device 0 (VID=18d1 and PID=4ee1) is a Google Inc (for LG Electronics/Samsung) Nexus 4/10 (MTP). http://git-wip-us.apache.org/repos/asf/airavata/blob/05d39e52/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e3e93be..77ae954 100644 --- a/pom.xml +++ b/pom.xml @@ -745,6 +745,7 @@ <exclude>**/.project</exclude> <exclude>**/.classpath</exclude> <exclude>**/logo.txt</exclude> + <exclude>**/*.j2</exclude> <exclude>**/*.jks</exclude> <exclude>**/*.pem</exclude> <exclude>**/*.pk8</exclude> @@ -752,6 +753,9 @@ <exclude>airavata-api/airavata-client-sdks/**/*</exclude> <exclude>**/src/main/resources/**/*</exclude> <exclude>**/src/test/resources/**/*</exclude> + <exclude>sandbox/**/*</exclude> + <exclude>**/vault.yml</exclude> + <exclude>**/hosts</exclude> </excludes> </configuration> <executions>
