}
private static class GlobalServices {
IvyPublisher createIvyPublisher(IvyContextManager ivyContextManager) {
IvyPublisher publisher = new DependencyResolverIvyPublisher();
publisher = new ValidatingIvyPublisher(publisher);
return new ContextualizingIvyPublisher(publisher, ivyContextManager);
}