Repository: camel Updated Branches: refs/heads/camel-2.15.x 65bdb55d6 -> 930d20ac8
Add dep-reduced pom to excludes Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2aca3bde Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2aca3bde Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2aca3bde Branch: refs/heads/camel-2.15.x Commit: 2aca3bde282cbb5ef0e5fba0d084792b510cc7e4 Parents: 65bdb55 Author: Daniel Kulp <dk...@apache.org> Authored: Wed Aug 12 11:07:43 2015 -0400 Committer: Daniel Kulp <dk...@apache.org> Committed: Wed Aug 12 12:15:32 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2aca3bde/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dd9eb1b..546bee6 100755 --- a/pom.xml +++ b/pom.xml @@ -236,6 +236,8 @@ <exclude>**/OSGI-INF/bundle.info</exclude> <exclude>**/test_rsa*</exclude> <exclude>**/examples/*/src/**/data/**/*.xml</exclude> + <exclude>**/dependency-reduced-pom.xml</exclude> + </excludes> </configuration> </plugin>