See NXP-28926 about the new nuxeo-parent POM.
Hoping this will fix the master build failing for a while:
05:07:40 [INFO] 1) Directory 05:07:40 [INFO] "before all" hook: 05:07:40 [INFO] Error: Internal Server Error 05:07:40 [INFO] at doFetch.then.res (lib/nuxeo.js:44:686) 05:07:40 [INFO] at <anonymous> 05:07:40 [INFO] at process._tickCallback (internal/process/next_tick.js:188:7)
This is due to NXP-29462 (fixed in 11.2-SNAPSHOT), as shown by the server logs:
2020-07-31T03:07:20,227 WARN [http-nio-0.0.0.0-8080-exec-5] [org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisServiceWrapper] java.lang.NullPointerException java.lang.NullPointerException: null at org.nuxeo.ecm.core.opencmis.impl.server.NuxeoRepository.<init>(NuxeoRepository.java:181) ~[nuxeo-opencmis-impl-11.1-SNAPSHOT.jar:?] at org.nuxeo.ecm.core.opencmis.impl.server.NuxeoRepositories.initRepositories(NuxeoRepositories.java:70) ~[nuxeo-opencmis-impl-11.1-SNAPSHOT.jar:?] at org.nuxeo.ecm.core.opencmis.impl.server.NuxeoRepositories.getRepositories(NuxeoRepositories.java:58) ~[nuxeo-opencmis-impl-11.1-SNAPSHOT.jar:?] at org.nuxeo.ecm.core.opencmis.impl.server.NuxeoCmisService.getRepositoryInfos(NuxeoCmisService.java:399) ~[nuxeo-opencmis-impl-11.1-SNAPSHOT.jar:?] at org.apache.chemistry.opencmis.server.support.wrapper.ConformanceCmisServiceWrapper.getRepositoryInfos(ConformanceCmisServiceWrapper.java:553) [chemistry-opencmis-server-support-1.1.0.jar:1.1.0] at org.apache.chemistry.opencmis.server.impl.browser.RepositoryService$GetRepositories.serve(RepositoryService.java:76) [chemistry-opencmis-server-bindings-1.1.0.jar:1.1.0] at org.apache.chemistry.opencmis.server.shared.Dispatcher.dispatch(Dispatcher.java:92) [chemistry-opencmis-server-bindings-1.1.0.jar:1.1.0] at org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet.dispatch(CmisBrowserBindingServlet.java:356) [chemistry-opencmis-server-bindings-1.1.0.jar:1.1.0] at org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet.service(CmisBrowserBindingServlet.java:262) [chemistry-opencmis-server-bindings-1.1.0.jar:1.1.0] at org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisBrowserBindingServlet.service(NuxeoCmisBrowserBindingServlet.java:70) [nuxeo-opencmis-bindings-11.1-SNAPSHOT.jar:?]