
<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/maven-v4_0_0.xsd">


    <parent>
        <groupId>org.lsst</groupId>
        <artifactId>org-lsst-ccs-parent</artifactId>
        <version>3.1.9</version>
        <relativePath>../</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>org-lsst-ccs-maven</artifactId>
    <packaging>pom</packaging>
    <groupId>org.lsst</groupId>
    <name>LSST CCS - Maven</name>
    <url>${org.lsst.ccs.site.url}</url>
    
    <distributionManagement>
        <site>
            <id>lsst-maven2-site</id>
            <name>LSST Maven2 central site repository</name>
            <url>dav:${org.lsst.ccs.site.url}</url>
        </site>
    </distributionManagement>
    
    <properties>
        <org.lsst.ccs.site.url>https://repo-nexus.lsst.org/nexus/content/sites/${org.lsst.ccs.site.name}/site-root/maven/${project.artifactId}/${project.version}</org.lsst.ccs.site.url>                
    </properties>
    
    <modules>
        <module>assembly</module>
        <module>plugin-distribution</module>
    </modules>
    
</project>
