Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating bab925b41 -> 2df0d8477
Excluded .git folder and .gitignore file from source plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/828eaad3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/828eaad3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/828eaad3 Branch: refs/heads/4.0.0-incubating Commit: 828eaad307846aeed1e8360735e733fd279f1897 Parents: bab925b Author: Imesh Gunaratne <[email protected]> Authored: Sun May 4 20:44:33 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sun May 4 20:44:33 2014 +0530 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/828eaad3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d9cf2bb..c7ec6a3 100644 --- a/pom.xml +++ b/pom.xml @@ -455,6 +455,8 @@ <configuration> <excludes> <exclude>${project.build.directory}/**/*</exclude> + <exclude>**/.gitignore</exclude> + <exclude>**/.git/**/*</exclude> </excludes> </configuration> </execution> @@ -498,6 +500,13 @@ <goals> <goal>jar-no-fork</goal> </goals> + <configuration> + <excludes> + <exclude>${project.build.directory}/**/*</exclude> + <exclude>**/.gitignore</exclude> + <exclude>**/.git/**/*</exclude> + </excludes> + </configuration> </execution> </executions> </plugin>
