mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valera V.Harseko
13.46.2022 d9b26df880dff8594c7293fb6bab82d0f6ba35b5
opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/GenerateConfigMojo.java
@@ -395,6 +395,9 @@
    private void initializeStylesheets() throws TransformerConfigurationException {
        getLog().info("Loading XSLT stylesheets...");
        stylesheetFactory = TransformerFactory.newInstance();
        stylesheetFactory.setAttribute("jdk.xml.xpathTotalOpLimit", "0");
        stylesheetFactory.setAttribute("jdk.xml.xpathExprGrpLimit", "0");
        stylesheetFactory.setAttribute("jdk.xml.xpathExprOpLimit", "0");
        stylesheetFactory.setURIResolver(resolver);
        stylesheetMetaJava = loadStylesheet("metaMO.xsl");
        stylesheetMetaPackageInfo = loadStylesheet("package-info.xsl");