Repository: cxf Updated Branches: refs/heads/master 13d197463 -> bc5e828cd
[CXF-6143] include public-suffix-list.txt Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/bc5e828c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/bc5e828c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/bc5e828c Branch: refs/heads/master Commit: bc5e828cd8a25c4c4107c76e1582f807e75c9a77 Parents: 13d1974 Author: Akitoshi Yoshida <[email protected]> Authored: Tue Jan 20 07:20:42 2015 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Tue Jan 20 07:20:42 2015 +0100 ---------------------------------------------------------------------- rt/transports/http/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/bc5e828c/rt/transports/http/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml index 445568e..5e0f90b 100644 --- a/rt/transports/http/pom.xml +++ b/rt/transports/http/pom.xml @@ -180,6 +180,10 @@ <configuration> <instructions> <Bundle-SymbolicName>${cxf.osgi.symbolic.name}</Bundle-SymbolicName> + <Include-Resource> + {maven-resources}, + mozilla/public-suffix-list.txt=${basedir}/target/classes/mozilla/public-suffix-list.txt + </Include-Resource> <Import-Package> ${cxf.osgi.import}, *
