<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>ru.entaxy.esb</groupId>
        <artifactId>root</artifactId>
        <version>1.12.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>

    <groupId>ru.entaxy.esb</groupId>
    <artifactId>entaxy-documentation</artifactId>

    <name>ENTAXY :: DOCS</name>
    <description>ENTAXY :: DOCS</description>

    <properties>
        <node.version>v16.14.2</node.version>
        <entaxy.version>1.12.0</entaxy.version>
        <npm.version>8.5.0</npm.version>
        <antora.version>3.0.1</antora.version>
        <antora.lunr.version>v1.0.0-alpha.8</antora.lunr.version>
        <skip.collect.platform.provided>true</skip.collect.platform.provided>
    </properties>

    <modules>
        <module>documentation</module>
        <module>assembly</module>
    </modules>

    <repositories>
        <repository>
            <id>entaxy-public</id>
            <url>https://nexus.entaxy.ru/nexus/repository/entaxy-public/</url>
        </repository>
        <repository>
            <id>entaxy-private</id>
            <url>https://nexus.entaxy.ru/nexus/repository/entaxy-private/</url>
        </repository>
    </repositories>

    <profiles>
        <profile>
            <id>public-deploy-entaxy-ion</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <distributionManagement>
                <repository>
                    <id>entaxy-public-entaxy</id>
                    <name>entaxy-public-entaxy</name>
                    <uniqueVersion>false</uniqueVersion>
                    <layout>default</layout>
                    <url>https://nexus.entaxy.ru/nexus/repository/entaxy-public-entaxy/</url>
                </repository>
            </distributionManagement>
        </profile>
    </profiles>
</project>
