Repository: cxf Updated Branches: refs/heads/master 2196b6c2c -> 4b37844e9
Avoid OBR update for local maven repo to speedup build Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4b37844e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4b37844e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4b37844e Branch: refs/heads/master Commit: 4b37844e9c15812d1855d0babded79880d2cd6fb Parents: 2196b6c Author: Christian Schneider <[email protected]> Authored: Fri Mar 11 23:19:10 2016 +0100 Committer: Christian Schneider <[email protected]> Committed: Fri Mar 11 23:19:10 2016 +0100 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/4b37844e/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 50ce729..a43e847 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -561,6 +561,7 @@ </execution> </executions> <configuration> + <obrRepository>NONE</obrRepository> <instructions> <Bundle-SymbolicName>${cxf.osgi.symbolic.name}</Bundle-SymbolicName> <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
