Updated Branches: refs/heads/master d80d74e15 -> 682415db1
fix critical break from ff5ad20c3e4a1b31d6b539f455da7fa0ec49321f that broke the service build by importing everything into the war file from the entire working directory Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/682415db Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/682415db Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/682415db Branch: refs/heads/master Commit: 682415db1d34d79e4b7e3682c3676148d33b80e0 Parents: d80d74e Author: Peter Ansell <[email protected]> Authored: Wed Jun 26 13:55:40 2013 +1000 Committer: Peter Ansell <[email protected]> Committed: Wed Jun 26 13:55:40 2013 +1000 ---------------------------------------------------------------------- service/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/682415db/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 294e9da..3e482ea 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -114,10 +114,6 @@ <targetPath>/resources</targetPath> <filtering>true</filtering> </resource> - <resource> - <directory>${basedir}/../</directory> - <targetPath>/META-INF</targetPath> - </resource> </webResources> </configuration> <executions>
