Make sure local build use local snapshots for index
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f2845b37 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f2845b37 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f2845b37 Branch: refs/heads/master-jaxrs-2.1 Commit: f2845b37c6e7042470f869edc2ce9138f83d616f Parents: 896f1ab Author: Christian Schneider <[email protected]> Authored: Wed Apr 27 16:01:31 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Wed Apr 27 16:01:31 2016 +0200 ---------------------------------------------------------------------- osgi/repository/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f2845b37/osgi/repository/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/repository/pom.xml b/osgi/repository/pom.xml index 45a5441..b5b5d4a 100644 --- a/osgi/repository/pom.xml +++ b/osgi/repository/pom.xml @@ -31,7 +31,7 @@ <properties> <bnd.version>3.1.0</bnd.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <local.index.policy>ALLOWED</local.index.policy> + <local.index.policy>REQUIRED</local.index.policy> </properties> <profiles> <profile>
