<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 2021, 2026 Contributors to the Eclipse Foundation.
    Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0, which is available at
    http://www.eclipse.org/legal/epl-2.0.

    This Source Code may also be made available under the following Secondary
    Licenses when the conditions for such availability set forth in the
    Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
    version 2 with the GNU Classpath Exception, which is available at
    https://www.gnu.org/software/classpath/license.html.

    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
    child.project.url.inherit.append.path="false"
    >
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.eclipse.ee4j</groupId>
        <artifactId>project</artifactId>
        <version>2.0.2</version>
        <relativePath />
    </parent>

    <groupId>org.glassfish.main</groupId>
    <artifactId>nucleus-parent</artifactId>
    <version>9.0.0-M2</version>
    <packaging>pom</packaging>

    <name>GlassFish Nucleus Parent</name>
    <description>${project.name} ${project.version}</description>
    <url>https://projects.eclipse.org/projects/ee4j.glassfish</url>
    <licenses>
        <license>
            <name>EPL 2.0</name>
            <url>http://www.eclipse.org/legal/epl-2.0</url>
            <distribution>repo</distribution>
        </license>
        <license>
            <name>GPL2 w/ CPE</name>
            <url>https://www.gnu.org/software/classpath/license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <mailingLists>
        <mailingList>
            <name>Glassfish dev mailing list</name>
            <post>glassfish-dev@eclipse.org</post>
            <subscribe>https://dev.eclipse.org/mailman/listinfo/glassfish-dev</subscribe>
            <unsubscribe>https://dev.eclipse.org/mailman/listinfo/glassfish-dev</unsubscribe>
            <archive>https://dev.eclipse.org/mhonarc/lists/glassfish-dev</archive>
        </mailingList>
    </mailingLists>

    <scm child.scm.connection.inherit.append.path="false"
     child.scm.developerConnection.inherit.append.path="false"
     child.scm.url.inherit.append.path="false">
        <connection>scm:git:git://github.com/eclipse-ee4j/glassfish.git</connection>
        <developerConnection>scm:git:git://github.com/eclipse-ee4j/glassfish.git</developerConnection>
        <url>https://github.com/eclipse-ee4j/glassfish</url>
    </scm>

    <issueManagement>
        <system>IssueTracker</system>
        <url>https://github.com/eclipse-ee4j/glassfish/issues</url>
    </issueManagement>
    <!-- TODO: Can be removed after it would be removed from parent too -->
    <distributionManagement>
        <snapshotRepository>
            <id>ossrh</id>
            <name>Disabled Sonatype Nexus</name>
            <url>http://localhost</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </snapshotRepository>
        <repository>
            <id>ossrh</id>
            <name>Disabled Sonatype Nexus</name>
            <url>http://localhost</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
    </distributionManagement>
    <repositories>
        <repository>
            <id>central</id>
            <url>https://repo1.maven.org/maven2</url>
            <releases>
                <checksumPolicy>fail</checksumPolicy>
            </releases>
        </repository>
        <repository>
            <name>eclipse-staging</name>
            <id>repo.eclipse.org</id>
            <url>https://repo.eclipse.org/repository/ee4j-staging/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>central-portal-snapshots</id>
            <url>https://central.sonatype.com/repository/maven-snapshots</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
                <checksumPolicy>fail</checksumPolicy>
            </snapshots>
        </repository>
    </repositories>

    <properties>

        <!-- Supported Java versions -->
        <java.version.required>21</java.version.required>
        <java.version.max-supported>25</java.version.max-supported>
        <java.version.jakartaee.required>21</java.version.jakartaee.required>

        <!-- Jakarta EE platform -->
        <jakartaee>11</jakartaee>
        <jakarta.platform.version>11.0.0</jakarta.platform.version>

        <!-- Jakarta Expression Language -->
        <jakarta.el-api.version>6.1.0-M1</jakarta.el-api.version>
        <expressly.version>6.0.0</expressly.version>

        <!-- Jakarta Servlet -->
        <jakarta.servlet-api.version>6.2.0-M1</jakarta.servlet-api.version>

        <!-- Jakarta Validation -->
        <jakarta.validation-api.version>4.0.0-M1</jakarta.validation-api.version>
        <hibernate-validator.version>9.1.0.Final</hibernate-validator.version>

        <!-- Jakarta XML Web Services -->
        <jakarta.xml.ws-api.version>4.0.3</jakarta.xml.ws-api.version>

        <!-- Jakarta SOAP (with Attachments) -->
        <webservices.version>4.0.6</webservices.version>

        <!-- Jakarta Inject -->
        <jakarta.inject-api.version>2.0.1.MR</jakarta.inject-api.version>
        <hk2.version>4.0.1</hk2.version>
        <hk2.plugin.version>4.0.1</hk2.plugin.version>

        <!-- Jakarta CDI -->
        <jakarta.cdi-api.version>5.0.0.Alpha3</jakarta.cdi-api.version>
        <weld.version>7.0.0.Alpha1</weld.version>
        <jboss.classfilewriter.version>1.3.1.Final</jboss.classfilewriter.version>

        <!-- Jakarta XML Binding -->
        <jakarta.xml.bind-api.version>4.0.5</jakarta.xml.bind-api.version>
        <jakarta.jaxb-impl.version>4.0.7</jakarta.jaxb-impl.version>

        <!-- Jakarta REST -->
        <jakarta.rest-api.version>4.0.0</jakarta.rest-api.version>
        <jersey.version>5.0.0-M1</jersey.version>

        <!-- Jakarta Persistence -->
        <jakarta.persistence-api.version>3.2.0</jakarta.persistence-api.version>
        <eclipselink.version>5.0.0</eclipselink.version>
        <eclipselink.asm.version>9.9.0</eclipselink.asm.version>

        <!-- Jakarta Mail -->
        <jakarta.mail-api.version>2.2.0-M1</jakarta.mail-api.version>
        <angus.mail.version>2.1.0-M1</angus.mail.version>

        <!-- Jakarta Activation -->
        <jakarta.activation-api.version>2.2.0-M2</jakarta.activation-api.version>
        <angus.activation.version>2.1.0-M1</angus.activation.version>

        <!-- Jakarta Annotations -->
        <jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>

        <!-- Jakarta Faces -->
        <jakarta.faces-api.version>5.0.0-M2</jakarta.faces-api.version>
        <mojarra.version>5.0.0-M2</mojarra.version>

        <!-- Jakarta WebSocket -->
        <jakarta.websocket-api.version>2.3.0-M2</jakarta.websocket-api.version>
        <tyrus.version>2.3.0-M1</tyrus.version>

        <!-- Jakarta Concurrency -->
        <jakarta.concurrency-api.version>3.2.0-M2</jakarta.concurrency-api.version>
        <concurro.version>3.2.0-M1</concurro.version>

        <!-- Jakarta Interceptors -->
        <jakarta.interceptor-api.version>2.2.0</jakarta.interceptor-api.version>

        <!-- Jakarta Security + Authentication/Authorization -->
        <jakarta.security-api.version>5.0.0-M2</jakarta.security-api.version>
        <jakarta.authorization-api.version>3.0.0</jakarta.authorization-api.version>
        <jakarta.authentication-api.version>3.1.0</jakarta.authentication-api.version>
        <soteria.version>5.0.0-M2</soteria.version>
        <exousia.version>4.0.0-M1</exousia.version>
        <epicyro.version>3.1.1</epicyro.version>
        <nimbus.version>10.9</nimbus.version>
        <jcip.version>1.0.2</jcip.version>

        <!-- Jakarta Messaging -->
        <jakarta.messaging-api.version>3.1.0</jakarta.messaging-api.version>
        <openmq.version>6.8.0</openmq.version>

        <!-- Jakarta Data / NoSQL -->
        <jakarta.data-api.version>1.0.1</jakarta.data-api.version>
        <jakarta.data.spec.version>1.0</jakarta.data.spec.version>
        <jakarta.nosql-api.version>1.0.1</jakarta.nosql-api.version>
        <jakarta.nosql.spec.version>1.0.1</jakarta.nosql.spec.version>
        <jnosql.version>1.1.13</jnosql.version>

        <!-- Jakarta Transactions -->
        <jakarta.transaction-api.version>2.0.1</jakarta.transaction-api.version>

        <!-- Jakarta Connectors -->
        <jakarta.resource-api.version>2.1.0</jakarta.resource-api.version>

        <!-- Jakarta Batch -->
        <jakarta.batch-api.version>2.1.1</jakarta.batch-api.version>
        <jbatch.version>2.1.1</jbatch.version>

        <!-- Jakarta Enterprise beans -->
        <jakarta.ejb-api.version>4.0.1</jakarta.ejb-api.version>

        <!-- Jakarta JSON -->
        <jakarta.jsonp-api.version>2.1.3</jakarta.jsonp-api.version>
        <parsson.version>1.1.7</parsson.version>
        <parsson-media.version>1.1.7</parsson-media.version>
        <jakarta.json.bind-api.version>3.0.1</jakarta.json.bind-api.version>
        <yasson.version>3.0.4</yasson.version>

        <!-- Jakarta Pages and Jakarta Standard Tag Library -->
        <jakarta.pages-api.version>4.1.0-M1</jakarta.pages-api.version>
        <jstl-api.version>3.0.2</jstl-api.version>
        <wasp.version>4.0.0</wasp.version>

        <!-- Jakarta MVC -->
        <jakarta.mvc-api.version>3.0.0</jakarta.mvc-api.version>
        <krazo.version>4.0.1</krazo.version>

        <!-- Jakarta SOAP (XML Web Services) -->
        <xmlsec.version>4.0.4</xmlsec.version>
        <woodstox.version>7.1.1</woodstox.version>
        <stax2-api.version>4.3.0</stax2-api.version>

        <!-- GlassFish Components -->
        <grizzly.version>5.0.1</grizzly.version>
        <grizzly.npn.version>2.0.1</grizzly.npn.version>
        <glassfish-management-api.version>3.3.0</glassfish-management-api.version>

        <!-- ORB -->
        <pfl.version>5.1.0</pfl.version>
        <glassfish-corba.version>5.0.0</glassfish-corba.version>
        <gmbal.version>4.1.1</gmbal.version>

        <shoal.version>4.0.0</shoal.version>
        <ha-api.version>3.1.13</ha-api.version>
        <logging-annotation-processor.version>1.10</logging-annotation-processor.version>

        <!-- Build plugins -->
        <command.security.maven.plugin.version>1.0.21</command.security.maven.plugin.version>
        <command.security.maven.plugin.isFailureFatal>true</command.security.maven.plugin.isFailureFatal>

        <!-- 3rd party dependencies -->
        <commons-io.version>2.22.0</commons-io.version>
        <commons-lang3.version>3.20.0</commons-lang3.version>
        <jboss.logging.annotation.version>3.0.4.Final</jboss.logging.annotation.version>
        <jboss.logging.version>3.6.3.Final</jboss.logging.version>
        <javassist.version>3.31.0-GA</javassist.version>
        <asm.version>9.9.1</asm.version>
        <jsch.version>2.28.2</jsch.version>
        <antlr2.version>2.7.7</antlr2.version>
        <antlr2-repackaged.version>2.7.8</antlr2-repackaged.version>
        <antlr4.version>4.13.2</antlr4.version>
        <ant.version>1.10.16</ant.version>
        <ant.external.version>1.10.2</ant.external.version>
        <jackson.version>2.21.3</jackson.version>
        <jackson.version2>2.21</jackson.version2>
        <fasterxml.classmate.version>1.7.3</fasterxml.classmate.version>
        <stax-api.version>1.0-2</stax-api.version>
        <jettison.version>1.5.5</jettison.version>
        <mimepull.version>1.10.0</mimepull.version>
        <jna.version>5.18.1</jna.version>

        <replacer.plugin.version>1.5.3</replacer.plugin.version>

        <easymock.version>5.6.0</easymock.version>
        <junit.version>6.0.2</junit.version>
        <jmh.version>1.37</jmh.version>
        <osgi-resource-locator.version>3.0.0</osgi-resource-locator.version>
        <slf4j.version>2.0.17</slf4j.version>
        <shrinkwrap.version>3.3.5</shrinkwrap.version>
        <testcontainers.version>2.0.4</testcontainers.version>

        <surefire.version>3.5.5</surefire.version>
        <junit5-surefire-tree-reporter.version>1.5.1</junit5-surefire-tree-reporter.version>

        <file.executable.suffix></file.executable.suffix>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.build.commonResourcesDirectory>${project.build.directory}/common-resources</project.build.commonResourcesDirectory>
        <legal.doc.source>${project.build.commonResourcesDirectory}/legal</legal.doc.source>
        <nucleus.install.dir.name>nucleus</nucleus.install.dir.name>
        <javadoc.skip>false</javadoc.skip>
        <deploy.skip>false</deploy.skip>

        <!-- Overrides the value from parent and enables the one we generate. -->
        <project.build.outputTimestamp>2026-05-02T22:45:08Z</project.build.outputTimestamp>

        <!-- Show to developers by default -->
        <checkstyle.consoleOutput>true</checkstyle.consoleOutput>

        <maven.test.jvmoptions.add-opens>--add-opens java.base/java.lang=ALL-UNNAMED</maven.test.jvmoptions.add-opens>
        <maven.test.jvmoptions.memory.sizes>-Xss512k -Xms256m -Xmx1g -XX:MaxDirectMemorySize=512m</maven.test.jvmoptions.memory.sizes>
        <maven.test.jvmoptions.memory.gc>-verbose:gc -XX:+UseG1GC -XX:+UseStringDeduplication</maven.test.jvmoptions.memory.gc>
        <maven.test.jvmoptions.display>-Djava.awt.headless=true</maven.test.jvmoptions.display>
        <maven.test.jvmoptions.locale>-Duser.language=en -Duser.region=US</maven.test.jvmoptions.locale>
        <maven.test.jvmoptions.custom></maven.test.jvmoptions.custom>
        <maven.test.jvmoptions>
            ${maven.test.jvmoptions.memory.sizes}
            ${maven.test.jvmoptions.memory.gc}
            ${maven.test.jvmoptions.display}
            ${maven.test.jvmoptions.locale}
            ${maven.test.jvmoptions.add-opens}
            ${maven.test.jvmoptions.custom}
        </maven.test.jvmoptions>
        <surefire.argLine>${maven.test.jvmoptions}</surefire.argLine>
        <failsafe.argLine>${maven.test.jvmoptions}</failsafe.argLine>
        <!-- GlassFishLogManager is a child of this module, so we cannot use it here yet. -->
        <test.logManager>java.util.logging.LogManager</test.logManager>
        <test.logLevel>INFO</test.logLevel>
        <test.enableDefaultLogCfg>true</test.enableDefaultLogCfg>
        <glassfish.distribution.dir>appserver/distributions/glassfish/target/stage/glassfish9/glassfish</glassfish.distribution.dir>

        <!-- Do not autopublish by default -->
        <release.autopublish>false</release.autopublish>
        <!-- By default block until everything is really published -->
        <release.waitUntil>published</release.waitUntil>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.glassfish.main</groupId>
                <artifactId>glassfish-jul-extension</artifactId>
                <version>${project.version}</version>
                <!-- default scope; some modules have to set another -->
                <scope>test</scope>
            </dependency>

            <!-- Jakarta Expression Language -->
            <dependency>
                <groupId>jakarta.el</groupId>
                <artifactId>jakarta.el-api</artifactId>
                <version>${jakarta.el-api.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.expressly</groupId>
                <artifactId>expressly</artifactId>
                <version>${expressly.version}</version>
            </dependency>

            <!-- Jakarta Servlet -->
            <dependency>
                <groupId>jakarta.servlet</groupId>
                <artifactId>jakarta.servlet-api</artifactId>
                <version>${jakarta.servlet-api.version}</version>
            </dependency>

            <!-- Jakarta Validation -->
            <dependency>
                <groupId>jakarta.validation</groupId>
                <artifactId>jakarta.validation-api</artifactId>
                <version>${jakarta.validation-api.version}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate.validator</groupId>
                <artifactId>hibernate-validator</artifactId>
                <version>${hibernate-validator.version}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate.validator</groupId>
                <artifactId>hibernate-validator-cdi</artifactId>
                <version>${hibernate-validator.version}</version>
            </dependency>

            <!-- Jakarta Web Services -->
            <dependency>
                <groupId>org.glassfish.metro</groupId>
                <artifactId>webservices-extra-jdk-packages</artifactId>
                <version>${webservices.version}</version>
            </dependency>
            <dependency>
                <groupId>jakarta.xml.ws</groupId>
                <artifactId>jakarta.xml.ws-api</artifactId>
                <version>${jakarta.xml.ws-api.version}</version>
            </dependency>

            <!-- Jakarta Inject -->
            <dependency>
                <groupId>jakarta.inject</groupId>
                <artifactId>jakarta.inject-api</artifactId>
                <version>${jakarta.inject-api.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.hk2</groupId>
                <artifactId>hk2-bom</artifactId>
                <version>${hk2.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>org.glassfish.hk2</groupId>
                <artifactId>osgi-resource-locator</artifactId>
                <version>${osgi-resource-locator.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.main</groupId>
                <artifactId>hk2-config-generator</artifactId>
                <version>${project.version}</version>
            </dependency>

            <!-- These are overriden by hk2-bom -->
            <dependency>
                <groupId>org.glassfish.grizzly</groupId>
                <artifactId>grizzly-http-servlet</artifactId>
                <version>${grizzly.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.jersey.containers</groupId>
                <artifactId>jersey-container-grizzly2-http</artifactId>
                <version>${jersey.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.jersey.containers</groupId>
                <artifactId>jersey-container-servlet</artifactId>
                <version>${jersey.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.jersey.inject</groupId>
                <artifactId>jersey-hk2</artifactId>
                <version>${jersey.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.jersey.media</groupId>
                <artifactId>jersey-media-json-jackson</artifactId>
                <version>${jersey.version}</version>
            </dependency>


            <!-- Jakarta XML Binding -->
            <dependency>
                <groupId>jakarta.xml.bind</groupId>
                <artifactId>jakarta.xml.bind-api</artifactId>
                <version>${jakarta.xml.bind-api.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>*</groupId>
                        <artifactId>*</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.sun.xml.bind</groupId>
                <artifactId>jaxb-osgi</artifactId>
                <version>${jakarta.jaxb-impl.version}</version>
            </dependency>

            <!-- Jakarta REST -->
            <dependency>
                <groupId>jakarta.ws.rs</groupId>
                <artifactId>jakarta.ws.rs-api</artifactId>
                <version>${jakarta.rest-api.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.jersey</groupId>
                <artifactId>jersey-bom</artifactId>
                <version>${jersey.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

            <!-- Jakarta Persistence -->
            <dependency>
                <groupId>jakarta.persistence</groupId>
                <artifactId>jakarta.persistence-api</artifactId>
                <version>${jakarta.persistence-api.version}</version>
            </dependency>

            <!-- Jakarta Mail -->
            <dependency>
                <groupId>jakarta.mail</groupId>
                <artifactId>jakarta.mail-api</artifactId>
                <version>${jakarta.mail-api.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.angus</groupId>
                <artifactId>angus-mail</artifactId>
                <version>${angus.mail.version}</version>
            </dependency>

            <!-- Jakarta Activation -->
            <dependency>
                <groupId>jakarta.activation</groupId>
                <artifactId>jakarta.activation-api</artifactId>
                <version>${jakarta.activation-api.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.angus</groupId>
                <artifactId>angus-activation</artifactId>
                <version>${angus.activation.version}</version>
            </dependency>

            <!-- Jakarta Annotation -->
            <dependency>
                <groupId>jakarta.annotation</groupId>
                <artifactId>jakarta.annotation-api</artifactId>
                <version>${jakarta.annotation-api.version}</version>
            </dependency>


            <!-- GlassFish Components -->

            <!-- GlassFish Corba -->
            <dependency>
                <groupId>org.glassfish.corba</groupId>
                <artifactId>glassfish-corba-orb</artifactId>
                <version>${glassfish-corba.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>org.osgi</groupId>
                        <artifactId>osgi.core</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.glassfish.corba</groupId>
                <artifactId>glassfish-corba-omgapi</artifactId>
                <version>${glassfish-corba.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.corba</groupId>
                <artifactId>glassfish-corba-csiv2-idl</artifactId>
                <version>${glassfish-corba.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.corba</groupId>
                <artifactId>glassfish-corba-internal-api</artifactId>
                <version>${glassfish-corba.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.corba</groupId>
                <artifactId>rmic</artifactId>
                <version>${glassfish-corba.version}</version>
            </dependency>

            <!-- GlassFish Grizzly -->
            <dependency>
                <groupId>org.glassfish.grizzly</groupId>
                <artifactId>grizzly-bom</artifactId>
                <version>${grizzly.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <!-- To provide AlpnServerNegotiator interface for grizzly-http2 -->
            <dependency>
                <groupId>org.glassfish.grizzly</groupId>
                <artifactId>grizzly-npn-api</artifactId>
                <version>${grizzly.npn.version}</version>
            </dependency>

            <!-- GlassFish Management API -->
            <dependency>
                <groupId>org.glassfish.external</groupId>
                <artifactId>management-api</artifactId>
                <version>${glassfish-management-api.version}</version>
            </dependency>

            <!-- GlassFish Primitive Function Library -->
            <dependency>
                <groupId>org.glassfish.pfl</groupId>
                <artifactId>pfl-basic</artifactId>
                <version>${pfl.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.pfl</groupId>
                <artifactId>pfl-dynamic</artifactId>
                <version>${pfl.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.pfl</groupId>
                <artifactId>pfl-basic-tools</artifactId>
                <version>${pfl.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.pfl</groupId>
                <artifactId>pfl-tf</artifactId>
                <version>${pfl.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.pfl</groupId>
                <artifactId>pfl-tf-tools</artifactId>
                <version>${pfl.version}</version>
            </dependency>

            <!-- Glassfish MBean Annotation Library -->
            <dependency>
                <groupId>org.glassfish.gmbal</groupId>
                <artifactId>gmbal</artifactId>
                <version>${gmbal.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.gmbal</groupId>
                <artifactId>gmbal-api-only</artifactId>
                <version>${gmbal.version}</version>
            </dependency>

            <!-- GlassFish Shoal -->
            <dependency>
                <groupId>org.glassfish.shoal</groupId>
                <artifactId>shoal-gms-api</artifactId>
                <version>${shoal.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.shoal</groupId>
                <artifactId>shoal-gms-impl</artifactId>
                <version>${shoal.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.shoal</groupId>
                <artifactId>shoal-cache</artifactId>
                <version>${shoal.version}</version>
            </dependency>

            <!-- GlassFish High Availability -->
            <dependency>
                <groupId>org.glassfish.ha</groupId>
                <artifactId>ha-api</artifactId>
                <version>${ha-api.version}</version>
            </dependency>

            <!-- OSGi / Felix -->
            <dependency>
                <groupId>org.osgi</groupId>
                <artifactId>osgi.annotation</artifactId>
                <version>8.1.0</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>org.osgi</groupId>
                <artifactId>osgi.core</artifactId>
                <version>8.0.0</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>org.osgi</groupId>
                <artifactId>osgi.enterprise</artifactId>
                <version>7.0.0</version>
                <scope>provided</scope>
            </dependency>

            <!-- framework is transitive dependency of others, but it is aggregated in main too -->
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.main</artifactId>
                <version>7.0.5</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.framework</artifactId>
                <version>7.0.5</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.webconsole</artifactId>
                <version>5.0.18</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.eventadmin</artifactId>
                <version>1.6.4</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.shell</artifactId>
                <version>1.4.3</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.gogo.runtime</artifactId>
                <version>1.1.6</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.gogo.shell</artifactId>
                <version>1.1.4</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.gogo.command</artifactId>
                <version>1.1.2</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.fileinstall</artifactId>
                <version>3.7.4</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.configadmin</artifactId>
                <version>1.9.26</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.bundlerepository</artifactId>
                <version>2.0.10</version>
            </dependency>
            <dependency>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.resolver</artifactId>
                <version>2.0.4</version>
                <scope>provided</scope>
                <exclusions>
                    <exclusion>
                        <groupId>org.osgi</groupId>
                        <artifactId>org.osgi.core</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.apache.aries.spifly</groupId>
                <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
                <version>1.3.7</version>
            </dependency>
            <!-- This is currently used by osgi-shell cmd -->
            <dependency>
                <groupId>org.jline</groupId>
                <artifactId>jline</artifactId>
                <version>3.30.6</version>
            </dependency>

            <!--3rd party dependencies -->
            <dependency>
                <groupId>org.jboss.logging</groupId>
                <artifactId>jboss-logging</artifactId>
                <version>${jboss.logging.version}</version>
            </dependency>
            <dependency>
                <groupId>org.jboss.logging</groupId>
                <artifactId>jboss-logging-annotations</artifactId>
                <version>${jboss.logging.annotation.version}</version>
            </dependency>
            <dependency>
                <groupId>org.javassist</groupId>
                <artifactId>javassist</artifactId>
                <version>${javassist.version}</version>
            </dependency>
            <dependency>
                <groupId>org.ow2.asm</groupId>
                <artifactId>asm</artifactId>
                <version>${asm.version}</version>
            </dependency>
            <dependency>
                <groupId>org.ow2.asm</groupId>
                <artifactId>asm-analysis</artifactId>
                <version>${asm.version}</version>
            </dependency>
            <dependency>
                <groupId>org.ow2.asm</groupId>
                <artifactId>asm-commons</artifactId>
                <version>${asm.version}</version>
            </dependency>
            <dependency>
                <groupId>org.ow2.asm</groupId>
                <artifactId>asm-tree</artifactId>
                <version>${asm.version}</version>
            </dependency>
            <dependency>
                <groupId>org.ow2.asm</groupId>
                <artifactId>asm-util</artifactId>
                <version>${asm.version}</version>
            </dependency>

            <!--
                 Java Native Access (JNA) to your project — a library that allows Java code to call native shared
                 libraries (.dll, .so, .dylib) without writing any JNI (Java Native Interface) boilerplate code.
            -->
            <dependency>
                <groupId>net.java.dev.jna</groupId>
                <artifactId>jna</artifactId>
                <version>${jna.version}</version>
            </dependency>

            <!--
                StAX API (Streaming API for XML)
                This dependency provides the StAX (Streaming API for XML) interfaces — a standard Java API for reading
                and writing XML documents using a pull-parsing model.
            -->
            <dependency>
                <groupId>javax.xml.stream</groupId>
                <artifactId>stax-api</artifactId>
                <version>${stax-api.version}</version>
            </dependency>

            <!-- Jettison is a Java library for converting XML to JSON -->
            <dependency>
                <groupId>org.codehaus.jettison</groupId>
                <artifactId>jettison</artifactId>
                <version>${jettison.version}</version>
            </dependency>

            <!-- Jackson - "the Java JSON library" -->
            <dependency>
                <groupId>com.fasterxml</groupId>
                <artifactId>classmate</artifactId>
                <version>${fasterxml.classmate.version}</version>
            </dependency>
            <dependency>
                <groupId>com.fasterxml.jackson.core</groupId>
                <artifactId>jackson-core</artifactId>
                <version>${jackson.version}</version>
            </dependency>
            <dependency>
                <groupId>com.fasterxml.jackson.core</groupId>
                <artifactId>jackson-annotations</artifactId>
                <version>${jackson.version2}</version>
            </dependency>
            <dependency>
                <groupId>com.fasterxml.jackson.core</groupId>
                <artifactId>jackson-databind</artifactId>
                <version>${jackson.version}</version>
            </dependency>
            <dependency>
                <groupId>com.fasterxml.jackson.module</groupId>
                <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
                <version>${jackson.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>*</groupId>
                        <artifactId>*</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>antlr</groupId>
                <artifactId>antlr</artifactId>
                <version>${antlr2.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.external</groupId>
                <artifactId>antlr</artifactId>
                <version>${antlr2-repackaged.version}</version>
            </dependency>
            <dependency>
                <groupId>org.antlr</groupId>
                <artifactId>antlr4-runtime</artifactId>
                <version>${antlr4.version}</version>
            </dependency>
            <dependency>
                <groupId>org.jvnet.mimepull</groupId>
                <artifactId>mimepull</artifactId>
                <version>${mimepull.version}</version>
            </dependency>

            <dependency>
                <groupId>org.junit.jupiter</groupId>
                <artifactId>junit-jupiter</artifactId>
                <version>${junit.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.junit.jupiter</groupId>
                <artifactId>junit-jupiter-engine</artifactId>
                <version>${junit.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.junit.jupiter</groupId>
                <artifactId>junit-jupiter-params</artifactId>
                <version>${junit.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.junit.platform</groupId>
                <artifactId>junit-platform-engine</artifactId>
                <version>${junit.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.junit.platform</groupId>
                <artifactId>junit-platform-commons</artifactId>
                <version>${junit.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.junit.platform</groupId>
                <artifactId>junit-platform-suite-engine</artifactId>
                <version>${junit.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.hamcrest</groupId>
                <artifactId>hamcrest</artifactId>
                <version>3.0</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.easymock</groupId>
                <artifactId>easymock</artifactId>
                <version>${easymock.version}</version>
                <scope>test</scope>
                <exclusions>
                    <exclusion>
                        <groupId>org.ow2.asm</groupId>
                        <artifactId>asm</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <!-- Used by some dependencies (shrinkwrap, testcontainers) in older versions -->
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-jdk14</artifactId>
                <version>${slf4j.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-api</artifactId>
                <version>${slf4j.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.openjdk.jmh</groupId>
                <artifactId>jmh-core</artifactId>
                <version>${jmh.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.openjdk.jmh</groupId>
                <artifactId>jmh-generator-annprocess</artifactId>
                <version>${jmh.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.jboss.shrinkwrap.resolver</groupId>
                <artifactId>shrinkwrap-resolver-impl-maven-archive</artifactId>
                <version>${shrinkwrap.version}</version>
                <scope>test</scope>
                <exclusions>
                    <exclusion>
                        <groupId>javax.*</groupId>
                        <artifactId>*</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.jboss.shrinkwrap.resolver</groupId>
                <artifactId>shrinkwrap-resolver-impl-api</artifactId>
                <version>${shrinkwrap.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.jboss.shrinkwrap.resolver</groupId>
                <artifactId>shrinkwrap-resolver-api</artifactId>
                <version>${shrinkwrap.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.testcontainers</groupId>
                <artifactId>testcontainers</artifactId>
                <version>${testcontainers.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.testcontainers</groupId>
                <artifactId>testcontainers-junit-jupiter</artifactId>
                <version>${testcontainers.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.testcontainers</groupId>
                <artifactId>testcontainers-postgresql</artifactId>
                <version>${testcontainers.version}</version>
                <scope>test</scope>
            </dependency>

            <dependency>
                <groupId>commons-io</groupId>
                <artifactId>commons-io</artifactId>
                <version>${commons-io.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-lang3</artifactId>
                <version>${commons-lang3.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.glassfish.external</groupId>
                <artifactId>ant</artifactId>
                <version>${ant.external.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.ant</groupId>
                <artifactId>ant-launcher</artifactId>
                <version>1.10.16</version>
            </dependency>
            <dependency>
                <groupId>com.github.mwiede</groupId>
                <artifactId>jsch</artifactId>
                <version>${jsch.version}</version>
            </dependency>
            <dependency>
                <groupId>org.glassfish.annotations</groupId>
                <artifactId>logging-annotation-processor</artifactId>
                <version>${logging-annotation-processor.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <build>
        <defaultGoal>install</defaultGoal>
        <sourceDirectory>src/main/java</sourceDirectory>
        <finalName>${project.artifactId}</finalName>
        <resources>
            <resource>
                <directory>src/main/resources</directory>
                <excludes>
                    <exclude>**/.ade_path/**</exclude>
                    <exclude>**/.gitkeep_empty_dir</exclude>
                </excludes>
            </resource>
        </resources>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.glassfish.hk2</groupId>
                    <artifactId>hk2-inhabitant-generator</artifactId>
                    <version>${hk2.plugin.version}</version>
                    <configuration>
                        <includeDate>false</includeDate>
                    </configuration>
                </plugin>
                <plugin>
                    <!--
                         osgiversion-maven-plugin is used implicitly in modules
                         of glassfish-jar packaging, as configured by
                         glassfish-build-maven-plugin (GlassFishJarLifecycle.java).
                         Managing it here allows its version to be under control.
                    -->
                    <groupId>org.glassfish.hk2</groupId>
                    <artifactId>osgiversion-maven-plugin</artifactId>
                    <version>${hk2.plugin.version}</version>
                </plugin>
                <plugin>
                    <groupId>org.glassfish.hk2</groupId>
                    <artifactId>consolidatedbundle-maven-plugin</artifactId>
                    <version>${hk2.plugin.version}</version>
                </plugin>
                <plugin>
                    <artifactId>maven-antrun-plugin</artifactId>
                    <version>3.2.0</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.felix</groupId>
                    <artifactId>maven-bundle-plugin</artifactId>
                    <version>6.0.2</version>
                </plugin>
                <plugin>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>3.15.0</version>
                    <configuration>
                        <release>21</release>
                        <excludes>
                            <exclude>**/.ade_path/**</exclude>
                        </excludes>
                        <testExcludes>
                            <testExclude>**/.ade_path/**</testExclude>
                        </testExcludes>
                    </configuration>
                    <executions>
                        <execution>
                            <id>default-compile</id>
                            <phase>compile</phase>
                            <goals>
                                <goal>compile</goal>
                            </goals>
                            <configuration>
                                <proc>none</proc>
                            </configuration>
                        </execution>
                        <execution>
                            <id>process-annotations</id>
                            <phase>process-classes</phase>
                            <goals>
                                <goal>compile</goal>
                            </goals>
                            <configuration>
                                <proc>only</proc>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <artifactId>maven-dependency-plugin</artifactId>
                    <version>3.10.0</version>
                </plugin>
                <plugin>
                    <groupId>org.glassfish.build</groupId>
                    <artifactId>glassfishbuild-maven-plugin</artifactId>
                    <version>4.1.0</version>
                    <!-- Adds support for glassfish-jar and it's customized lifecycle-->
                    <extensions>true</extensions>
                    <dependencies>
                        <dependency>
                            <groupId>commons-io</groupId>
                            <artifactId>commons-io</artifactId>
                            <version>${commons-io.version}</version>
                        </dependency>
                    </dependencies>
                </plugin>
                <plugin>
                    <artifactId>maven-javadoc-plugin</artifactId>
                    <version>3.12.0</version>
                    <configuration>
                        <detectOfflineLinks>false</detectOfflineLinks>
                        <notimestamp>false</notimestamp>
                        <skip>${javadoc.skip}</skip>
                    </configuration>
                </plugin>
                <plugin>
                    <artifactId>maven-source-plugin</artifactId>
                    <version>3.4.0</version>
                </plugin>
                <plugin>
                    <artifactId>maven-clean-plugin</artifactId>
                    <version>3.5.0</version>
                </plugin>
                <plugin>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>${surefire.version}</version>
                    <configuration>
                        <environmentVariables>
                            <LANG>en</LANG>
                        </environmentVariables>
                        <argLine>${surefire.argLine}</argLine>
                        <trimStackTrace>false</trimStackTrace>
                        <useSystemClassLoader>true</useSystemClassLoader>
                        <forkCount>1</forkCount>
                        <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
                        <excludes>
                            <exclude>**/*ITest.java</exclude>
                            <exclude>**/*IT.java</exclude>
                        </excludes>
                        <systemPropertyVariables>
                            <java.util.logging.manager>${test.logManager}</java.util.logging.manager>
                            <java.util.logging.config.useDefaults>${test.enableDefaultLogCfg}</java.util.logging.config.useDefaults>
                            <java.util.logging.config.defaultLevel>${test.logLevel}</java.util.logging.config.defaultLevel>
                            <glassfish.suspend>${glassfish.suspend}</glassfish.suspend>
                            <junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
                        </systemPropertyVariables>
                        <statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter"/>
                    </configuration>
                    <dependencies>
                        <dependency>
                            <groupId>me.fabriciorby</groupId>
                            <artifactId>maven-surefire-junit5-tree-reporter</artifactId>
                            <version>${junit5-surefire-tree-reporter.version}</version>
                        </dependency>
                    </dependencies>
                </plugin>
                <plugin>
                    <artifactId>maven-failsafe-plugin</artifactId>
                    <version>${surefire.version}</version>
                    <configuration>
                        <environmentVariables>
                            <LANG>en</LANG>
                        </environmentVariables>
                        <argLine>${failsafe.argLine}</argLine>
                        <trimStackTrace>false</trimStackTrace>
                        <useSystemClassLoader>true</useSystemClassLoader>
                        <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
                        <includes>
                            <include>**/*ITest.java</include>
                            <include>**/*IT.java</include>
                        </includes>
                        <systemPropertyVariables>
                            <java.util.logging.manager>${test.logManager}</java.util.logging.manager>
                            <java.util.logging.config.useDefaults>${test.enableDefaultLogCfg}</java.util.logging.config.useDefaults>
                            <java.util.logging.config.defaultLevel>${test.logLevel}</java.util.logging.config.defaultLevel>
                            <junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
                        </systemPropertyVariables>
                        <statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter"/>
                    </configuration>
                    <dependencies>
                        <dependency>
                            <groupId>me.fabriciorby</groupId>
                            <artifactId>maven-surefire-junit5-tree-reporter</artifactId>
                            <version>${junit5-surefire-tree-reporter.version}</version>
                        </dependency>
                    </dependencies>
                    <executions>
                        <execution>
                            <id>integration-test</id>
                            <goals>
                                <goal>integration-test</goal>
                            </goals>
                        </execution>
                        <execution>
                            <id>verify</id>
                            <goals>
                                <goal>verify</goal>
                            </goals>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <artifactId>maven-surefire-report-plugin</artifactId>
                    <version>3.5.5</version>
                </plugin>
                <plugin>
                    <artifactId>maven-checkstyle-plugin</artifactId>
                    <version>3.6.0</version>
                    <configuration>
                        <configLocation>org/glassfish/qa/config/checkstyle/checkstyle.xml</configLocation>
                        <suppressionsLocation>org/glassfish/qa/config/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
                        <includeTestSourceDirectory>true</includeTestSourceDirectory>
                        <skip>${checkstyle.skip}</skip>
                        <consoleOutput>${checkstyle.consoleOutput}</consoleOutput>
                        <logViolationsToConsole>true</logViolationsToConsole>
                        <excludes>**/generated-sources/**/*, **/module-info.java</excludes>
                        <includes>**/*admin,**/*.adoc,**/*.bat,**/*.java,**/*.sh,**/*.xml</includes>
                        <!-- build-helper-plugin adds the root as a resource path, but checkstyle overrides the filter and
                        adds all property files in the tree -->
                        <resourceExcludes>
                            **/appserver/**/src/main/resources/**/*,
                            **/deployment/**/src/main/resources/**/*,
                            **/target/**/*,
                        </resourceExcludes>
                        <sourceDirectories>
                            <sourceDirectory>src/main/asciidoc</sourceDirectory>
                            <sourceDirectory>src/main/assembly</sourceDirectory>
                            <sourceDirectory>src/main/java</sourceDirectory>
                            <sourceDirectory>src/main/resources</sourceDirectory>
                            <sourceDirectory>src/test/java</sourceDirectory>
                        </sourceDirectories>
                    </configuration>
                    <dependencies>
                        <dependency>
                            <groupId>org.glassfish.main</groupId>
                            <artifactId>glassfish-qa-config</artifactId>
                            <version>${project.version}</version>
                            <scope>runtime</scope>
                        </dependency>
                        <dependency>
                            <groupId>com.puppycrawl.tools</groupId>
                            <artifactId>checkstyle</artifactId>
                            <version>13.3.0</version>
                        </dependency>
                    </dependencies>
                    <executions>
                        <execution>
                            <id>checkstyle-poms</id>
                            <goals>
                                <goal>check</goal>
                            </goals>
                            <phase>verify</phase>
                            <configuration>
                                <sourceDirectories>
                                    <sourceDirectory>${project.basedir}</sourceDirectory>
                                </sourceDirectories>
                                <includes>pom.xml</includes>
                            </configuration>
                        </execution>
                        <execution>
                            <id>checkstyle</id>
                            <goals>
                                <goal>check</goal>
                            </goals>
                            <!-- why: tests first, quality requirements later -->
                            <phase>verify</phase>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <artifactId>maven-gpg-plugin</artifactId>
                    <version>3.2.8</version>
                    <configuration>
                        <gpgArguments>
                            <arg>--pinentry-mode</arg>
                            <arg>loopback</arg>
                        </gpgArguments>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.cyclonedx</groupId>
                    <artifactId>cyclonedx-maven-plugin</artifactId>
                    <version>2.9.1</version>
                </plugin>
                <plugin>
                    <groupId>io.github.download-maven-plugin</groupId>
                    <artifactId>download-maven-plugin</artifactId>
                    <version>2.1.0</version>
                </plugin>
                <plugin>
                    <artifactId>maven-release-plugin</artifactId>
                    <version>3.3.1</version>
                </plugin>
                <plugin>
                    <artifactId>maven-resources-plugin</artifactId>
                    <version>3.5.0</version>
                    <configuration>
                        <propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding>
                    </configuration>
                </plugin>
                <plugin>
                    <artifactId>maven-site-plugin</artifactId>
                    <version>4.0.0-M16</version>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>exec-maven-plugin</artifactId>
                    <version>3.6.3</version>
                    <configuration>
                        <environmentVariables>
                            <AS_JAVA>${java.home}</AS_JAVA>
                            <JAVA_HOME>${java.home}</JAVA_HOME>
                        </environmentVariables>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>flatten-maven-plugin</artifactId>
                    <version>1.7.3</version>
                    <configuration>
                        <updatePomFile>true</updatePomFile>
                        <flattenedPomFilename>${project.build.directory}/flattened-pom.xml</flattenedPomFilename>
                    </configuration>
                    <executions>
                        <execution>
                            <id>flat-jar</id>
                            <goals>
                                <goal>flatten</goal>
                            </goals>
                            <configuration>
                                <flattenMode>oss</flattenMode>
                                <pomElements>
                                    <url />
                                    <scm />
                                    <repositories>flatten</repositories>
                                    <distributionManagement>flatten</distributionManagement>
                                </pomElements>
                            </configuration>
                        </execution>
                        <execution>
                            <id>archive-with-dependencies</id>
                            <goals>
                                <goal>flatten</goal>
                            </goals>
                            <configuration>
                                <flattenMode>fatjar</flattenMode>
                                <pomElements>
                                    <name />
                                    <description />
                                    <organization />
                                    <url />
                                    <scm />
                                    <developers />
                                    <inceptionYear />
                                    <mailingLists />
                                    <issueManagement />
                                </pomElements>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <artifactId>maven-assembly-plugin</artifactId>
                    <version>3.8.0</version>
                </plugin>
                <plugin>
                    <artifactId>maven-deploy-plugin</artifactId>
                    <version>3.1.4</version>
                    <configuration>
                        <deployAtEnd>true</deployAtEnd>
                        <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
                        <skip>${deploy.skip}</skip>
                    </configuration>
                </plugin>
                <plugin>
                    <artifactId>maven-install-plugin</artifactId>
                    <version>3.1.4</version>
                </plugin>
                <plugin>
                    <artifactId>maven-jar-plugin</artifactId>
                    <version>3.5.0</version>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                    <version>3.6.1</version>
                </plugin>
                <plugin>
                    <artifactId>maven-invoker-plugin</artifactId>
                    <version>3.9.1</version>
                </plugin>
                <plugin>
                    <groupId>org.glassfish.copyright</groupId>
                    <artifactId>glassfish-copyright-maven-plugin</artifactId>
                    <version>2.4</version>
                    <configuration>
                        <scm>git</scm>
                        <scmOnly>true</scmOnly>
                        <exclude>
                            <pattern>.gif</pattern>
                            <pattern>.jpg</pattern>
                            <pattern>.png</pattern>
                            <pattern>.exe</pattern>
                            <pattern>.ico</pattern>
                            <pattern>.jar</pattern>
                            <pattern>.zip</pattern>
                            <pattern>.war</pattern>
                            <pattern>.ear</pattern>
                            <pattern>.sql</pattern>
                            <pattern>.jks</pattern>
                            <pattern>.json</pattern>
                            <pattern>.class</pattern>
                            <pattern>.txt</pattern>
                            <pattern>.log</pattern>
                            <pattern>.bin</pattern>
                            <pattern>.bat</pattern>
                            <pattern>.1</pattern>
                            <pattern>.1m</pattern>
                            <pattern>.5asc</pattern>
                            <pattern>/TODO</pattern>
                            <pattern>/MANIFEST.MF</pattern>
                            <pattern>/manifest.mf</pattern>
                            <pattern>/META-INF/services/</pattern>
                            <pattern>/META-INF/hiddenservices/</pattern>
                            <pattern>/README</pattern>
                            <pattern>/yui/</pattern>
                            <pattern>/zlib-1.1.4/</pattern>
                            <pattern>deployment/dtds/</pattern>
                            <pattern>deployment/schemas/</pattern>
                            <pattern>admin/cli/src/main/resources/unsupported-legacy-command-names</pattern>
                            <pattern>admin/cli/src/main/resources/supported-legacy-command-names</pattern>
                            <pattern>/readme</pattern>
                            <pattern>cluster/cli/src/test/resources/fake_gf_install_dir/junk</pattern>
                        </exclude>
                        <ignoreYear>true</ignoreYear>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>io.github.git-commit-id</groupId>
                    <artifactId>git-commit-id-maven-plugin</artifactId>
                    <version>10.0.0</version>
                    <executions>
                        <execution>
                            <id>get-the-git-infos</id>
                            <goals>
                                <goal>revision</goal>
                            </goals>
                            <phase>initialize</phase>
                        </execution>
                    </executions>
                    <configuration>
                        <generateGitPropertiesFile>false</generateGitPropertiesFile>
                        <commitIdGenerationMode>full</commitIdGenerationMode>
                        <includeOnlyProperties>
                            <includeOnlyProperty>git.commit.id.full</includeOnlyProperty>
                        </includeOnlyProperties>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.glassfish.build</groupId>
                    <artifactId>command-security-maven-plugin</artifactId>
                    <version>${command.security.maven.plugin.version}</version>
                    <configuration>
                        <isFailureFatal>${command.security.maven.plugin.isFailureFatal}</isFailureFatal>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>versions-maven-plugin</artifactId>
                    <version>2.21.0</version>
                    <executions>
                        <execution>
                            <id>default-cli</id>
                            <phase>validate</phase>
                            <goals>
                                <goal>display-dependency-updates</goal>
                            </goals>
                            <configuration>
                                <!--
                                   Exclude several versions that we never want to update to since they are OLDER than
                                   what we currently use.
                                -->
                                <ruleSet>
                                    <rules>
                                        <rule>
                                            <ignoreVersions>
                                                <!-- Should work but, of course, does not -->
                                                <ignoreVersion>
                                                    <version>8.0.0-DONTPUBLISH</version>
                                                </ignoreVersion>
                                            </ignoreVersions>
                                        </rule>

                                        <rule>
                                            <groupId>org.glassfish.main</groupId>
                                            <ignoreVersions>
                                                <ignoreVersion>
                                                    <version>8.0.0-DONTPUBLISH</version>
                                                </ignoreVersion>
                                            </ignoreVersions>
                                        </rule>
                                        <rule>
                                            <groupId>antlr</groupId>
                                            <artifactId>antlr</artifactId>
                                            <ignoreVersions>
                                                <ignoreVersion>
                                                    <type>regex</type>
                                                    <version>20030911</version>
                                                </ignoreVersion>
                                            </ignoreVersions>
                                        </rule>
                                        <rule>
                                            <groupId>org.glassfish.external</groupId>
                                            <artifactId>ant</artifactId>
                                            <ignoreVersions>
                                                <ignoreVersion>
                                                    <type>regex</type>
                                                    <version>3.2-b..</version>
                                                </ignoreVersion>
                                                <ignoreVersion>
                                                    <type>regex</type>
                                                    <version>10.0-b..</version>
                                                </ignoreVersion>
                                            </ignoreVersions>
                                        </rule>
                                        <rule>
                                            <groupId>org.glassfish.hk2</groupId>
                                            <artifactId>osgi-resource-locator</artifactId>
                                            <ignoreVersions>
                                                <ignoreVersion>
                                                    <type>regex</type>
                                                    <version>2.5.0-b..</version>
                                                </ignoreVersion>
                                                <ignoreVersion>
                                                    <type>regex</type>
                                                    <version>2.4.0</version>
                                                </ignoreVersion>
                                            </ignoreVersions>
                                        </rule>
                                        <rule>
                                            <groupId>org.glassfish.external</groupId>
                                            <artifactId>ant</artifactId>
                                            <ignoreVersions>
                                                <ignoreVersion>
                                                    <type>range</type>
                                                    <version>[2,)</version>
                                                </ignoreVersion>
                                            </ignoreVersions>
                                        </rule>
                                        <rule>
                                            <groupId>org.slf4j</groupId>
                                            <ignoreVersions>
                                                <ignoreVersion>
                                                    <type>regex</type>
                                                    <version>.*-.*</version>
                                                </ignoreVersion>
                                            </ignoreVersions>
                                        </rule>

                                    </rules>
                                </ruleSet>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <groupId>org.sonatype.plugins</groupId>
                    <artifactId>nexus-staging-maven-plugin</artifactId>
                    <version>1.7.0</version>
                    <configuration>
                        <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
                    </configuration>
                    <executions>
                        <execution>
                            <id>injected-nexus-deploy</id>
                            <phase>none</phase>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <groupId>org.sonatype.central</groupId>
                    <artifactId>central-publishing-maven-plugin</artifactId>
                    <version>0.10.0</version>
                    <extensions>true</extensions>
                    <configuration>
                        <autoPublish>${release.autopublish}</autoPublish>
                        <centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots</centralSnapshotsUrl>
                        <deploymentName>Eclipse GlassFish ${project.version}</deploymentName>
                        <publishingServerId>central</publishingServerId>
                        <waitUntil>${release.waitUntil}</waitUntil>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
        <plugins>
            <plugin>
                <artifactId>maven-enforcer-plugin</artifactId>
                <executions>
                    <execution>
                        <id>enforce-maven</id>
                        <goals>
                            <goal>enforce</goal>
                        </goals>
                        <configuration>
                            <rules>
                                <requireMavenVersion>
                                    <version>3.9.0</version>
                                </requireMavenVersion>
                            </rules>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>build-helper-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>add-resource</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>add-resource</goal>
                        </goals>
                        <configuration>
                            <resources>
                                <resource>
                                    <directory>src/main/manpages</directory>
                                </resource>
                            </resources>
                        </configuration>
                    </execution>
                    <execution>
                        <id>add-legal-resource</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>add-resource</goal>
                        </goals>
                        <configuration>
                            <resources>
                                <resource>
                                    <directory>${legal.doc.source}</directory>
                                    <targetPath>META-INF</targetPath>
                                </resource>
                            </resources>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.glassfish.build</groupId>
                <artifactId>glassfishbuild-maven-plugin</artifactId>
            </plugin>

            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <inherited>false</inherited>
                <executions>
                    <execution>
                        <id>common-resources</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>single</goal>
                        </goals>
                        <configuration>
                            <descriptors>
                                <descriptor>src/main/assembly/resources.xml</descriptor>
                            </descriptors>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <!-- Add the license and the notice file to every module -->
            <plugin>
                <artifactId>maven-dependency-plugin</artifactId>
                <executions>
                    <execution>
                        <id>unpack-resource</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>unpack</goal>
                        </goals>
                        <configuration>
                            <artifactItems>
                                <artifactItem>
                                    <groupId>org.glassfish.main</groupId>
                                    <artifactId>nucleus-parent</artifactId>
                                    <version>${project.version}</version>
                                    <classifier>resources</classifier>
                                    <type>zip</type>
                                    <outputDirectory>${project.build.commonResourcesDirectory}</outputDirectory>
                                </artifactItem>
                            </artifactItems>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.glassfish.hk2</groupId>
                <artifactId>hk2-inhabitant-generator</artifactId>
                <configuration>
                    <supportedProjectTypes>jar,ejb,war,glassfish-jar</supportedProjectTypes>
                    <includeDate>false</includeDate>
                </configuration>
            </plugin>

            <plugin>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <useSystemClassLoader>true</useSystemClassLoader>
                    <forkCount>1</forkCount>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-failsafe-plugin</artifactId>
            </plugin>

            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <configuration>
                    <excludeDependencies>tools-jar</excludeDependencies>
                    <niceManifest>true</niceManifest>
                    <supportedProjectTypes>
                        <supportedProjectType>glassfish-jar</supportedProjectType>
                        <supportedProjectType>jar</supportedProjectType>
                    </supportedProjectTypes>
                    <instructions>
                        <_include>-osgi.bundle</_include>
                        <_noimportjava>true</_noimportjava>
                        <_runee>JavaSE-21</_runee>
                    </instructions>
                </configuration>
            </plugin>

            <plugin>
                <artifactId>maven-antrun-plugin</artifactId>
                <executions>
                    <execution>
                        <id>default-manifest</id>
                        <phase>test</phase>
                        <goals>
                            <goal>run</goal>
                        </goals>
                        <configuration>
                            <target>
                                <echo level="info">Generating manifest for ${project.build.outputDirectory}/META-INF for
                                    ${project.artifactId}</echo>
                                <echo file="${basedir}/target/MANIFEST.MF">Manifest-Version: 1.0</echo>
                                <copy toDir="${project.build.outputDirectory}/META-INF" overwrite="false">
                                    <fileset dir="${basedir}/target" includes="MANIFEST.MF">
                                        <present
                                            targetdir="${project.build.outputDirectory}/META-INF"
                                            present="srconly" />
                                    </fileset>
                                </copy>
                            </target>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifest>
                            <addClasspath>false</addClasspath>
                        </manifest>
                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                    </archive>
                    <excludes>
                        <exclude>**/.ade_path/**</exclude>
                    </excludes>
                </configuration>
            </plugin>

            <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <configuration>
                    <includePom>true</includePom>
                    <excludes>
                        <exclude>**/.ade_path/**</exclude>
                    </excludes>
                </configuration>
            </plugin>

            <plugin>
                <artifactId>maven-checkstyle-plugin</artifactId>
            </plugin>
            <plugin>
                <artifactId>maven-site-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.glassfish.build</groupId>
                <artifactId>command-security-maven-plugin</artifactId>
            </plugin>
            <!-- Disables sbom generation inherited from parent -->
            <plugin>
                <groupId>org.cyclonedx</groupId>
                <artifactId>cyclonedx-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <phase></phase>
                        <goals>
                            <goal>makeAggregateBom</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

    <profiles>
        <profile>
            <id>ci</id>
            <properties>
                <!-- Limit unuseful noise on CI while developers should see it -->
                <checkstyle.consoleOutput>false</checkstyle.consoleOutput>
            </properties>
        </profile>
        <profile>
            <id>oss-release</id>
            <properties>
                <!-- Already checked with every PR -->
                <checkstyle.skip>true</checkstyle.skip>
                <maven.test.skip>true</maven.test.skip>
                <!-- Until we fix everything -->
                <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
            </properties>
            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-source-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>attach-sources</id>
                                <goals>
                                    <goal>jar-no-fork</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>attach-javadocs</id>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <groupId>org.cyclonedx</groupId>
                        <artifactId>cyclonedx-maven-plugin</artifactId>
                        <configuration>
                            <!-- override autodetection -->
                            <skipNotDeployed>false</skipNotDeployed>
                        </configuration>
                        <executions>
                            <execution>
                                <phase>package</phase>
                                <goals>
                                    <goal>makeAggregateBom</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <artifactId>maven-gpg-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>sign-artifacts</id>
                                <phase>verify</phase>
                                <goals>
                                    <goal>sign</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <groupId>org.sonatype.central</groupId>
                        <artifactId>central-publishing-maven-plugin</artifactId>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <id>fast</id>
            <properties>
                <checkstyle.skip>true</checkstyle.skip>
                <maven.javadoc.skip>true</maven.javadoc.skip>
                <skipITs>true</skipITs>
            </properties>
        </profile>
        <profile>
            <id>fastest</id>
            <properties>
                <checkstyle.skip>true</checkstyle.skip>
                <maven.javadoc.skip>true</maven.javadoc.skip>
                <maven.test.skip>true</maven.test.skip>
            </properties>
        </profile>
        <profile>
            <id>source</id>
            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-source-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>attach-sources</id>
                                <goals>
                                    <goal>jar-no-fork</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <id>jacoco</id>
            <properties>
                <jacoco.report.outputDirectory>${project.build.directory}/jacoco</jacoco.report.outputDirectory>
                <jacoco.version>0.8.14</jacoco.version>
                <maven.test.failure.ignore>true</maven.test.failure.ignore>
                <surefire.argLine>${maven.test.jvmoptions} @{argLine}</surefire.argLine>
            </properties>
            <build>
                <pluginManagement>
                    <plugins>
                        <plugin>
                            <groupId>org.jacoco</groupId>
                            <artifactId>jacoco-maven-plugin</artifactId>
                            <version>${jacoco.version}</version>
                            <configuration>
                                <outputDirectory>${project.build.directory}</outputDirectory>
                                <includes>
                                    <include>org/glassfish/**</include>
                                    <include>com/sun/enterprise/**</include>
                                </includes>
                                <formats>
                                    <!-- Eclipse uses exec files, SonarQube uses xml reports -->
                                    <format>XML</format>
                                </formats>
                            </configuration>
                        </plugin>
                    </plugins>
                </pluginManagement>
                <plugins>
                    <plugin><!-- Generates @argLine for surefire and failsafe plugins -->
                        <groupId>org.jacoco</groupId>
                        <artifactId>jacoco-maven-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>agent-for-unit-tests</id>
                                <goals>
                                    <goal>prepare-agent</goal>
                                </goals>
                            </execution>
                            <execution>
                                <id>agent-for-integration-tests</id>
                                <goals>
                                    <goal>prepare-agent-integration</goal>
                                </goals>
                            </execution>
                            <execution>
                                <id>report</id>
                                <phase>verify</phase>
                                <goals>
                                    <goal>report</goal>
                                </goals>
                            </execution>
                            <execution>
                                <id>report-integration</id>
                                <phase>verify</phase>
                                <goals>
                                    <goal>report-integration</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>

        <profile>
            <id>mac</id>
            <activation>
                <file>
                    <exists>${java.home}/../Classes/classes.jar</exists>
                </file>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>com.sun</groupId>
                    <artifactId>tools-jar</artifactId>
                    <version>1</version>
                    <scope>system</scope>
                    <systemPath>${java.home}/../Classes/classes.jar</systemPath>
                </dependency>
            </dependencies>
        </profile>
        <profile>
            <id>windows</id>
            <activation>
                <os>
                    <family>windows</family>
                </os>
            </activation>
            <properties>
                <file.executable.suffix>.bat</file.executable.suffix>
            </properties>
        </profile>

        <profile>
            <id>jdk23-test-annotation-processing</id>
              <activation>
              <jdk>[23,)</jdk>
            </activation>
            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-compiler-plugin</artifactId>
                        <configuration>
                            <testCompilerArgument>-proc:full</testCompilerArgument>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <id>dev</id>
            <properties>
                <copy.modules.to.distribution.skip>true</copy.modules.to.distribution.skip>
                <copy.modules.to.distribution.path.to.root>../../..</copy.modules.to.distribution.path.to.root>
                <copy.modules.to.distribution.destFile>${basedir}/${copy.modules.to.distribution.path.to.root}/${glassfish.distribution.dir}/modules/${project.build.finalName}.jar</copy.modules.to.distribution.destFile>
            </properties>
            <build>
                <pluginManagement>
                    <plugins>
                        <plugin>
                            <groupId>org.glassfish.build</groupId>
                            <artifactId>glassfishbuild-maven-plugin</artifactId>
                            <executions>
                                <execution>
                                    <id>copy-module-to-distribution</id>
                                    <phase>install</phase>
                                    <goals>
                                        <goal>copy-file</goal>
                                    </goals>
                                    <configuration>
                                        <skip>${copy.modules.to.distribution.skip}</skip>
                                        <destFile>${copy.modules.to.distribution.destFile}</destFile>
                                    </configuration>
                                </execution>
                            </executions>
                        </plugin>
                    </plugins>
                </pluginManagement>
                <plugins>
                    <plugin>
                        <groupId>org.glassfish.build</groupId>
                        <artifactId>glassfishbuild-maven-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>copy-module-to-distribution</id>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>
</project>
