
<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">
    <modelVersion>4.0.0</modelVersion>

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

    <artifactId>org-lsst-ccs-command-demo</artifactId>
    <name>LSST CCS - Commands and Shell (demo)</name>
    <version>3.0.25</version>

    <repositories>
        <repository>
            <id>lsst-maven2-public</id>
            <name>LSST Maven 2 central repository</name>
            <url>https://repo-nexus.lsst.org/nexus/content/groups/ccs-maven2-public/</url>
        </repository>
    </repositories>

    <properties>
        <mainClass>org.lsst.ccs.command.demo.main.Main</mainClass>
        <org.lsst.ccs.site.dir>site-root/utilities/org-lsst-ccs-command-parent/${project.version}/</org.lsst.ccs.site.dir>        
    </properties>
    
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.lsst</groupId>
                <artifactId>org-lsst-ccs-maven-plugin-distribution</artifactId>
            </plugin>
        </plugins>
    </build>   

    <dependencies>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-command</artifactId>
            <version>3.0.25</version>
        </dependency>
        <dependency>            
            <groupId>com.wittams</groupId>
            <artifactId>gritty</artifactId>
            <version>0.03</version>
        </dependency>
        <dependency>
            <groupId>org.jgroups</groupId>
            <artifactId>jgroups</artifactId>
            <version>3.2.4.Final</version>
        </dependency>
    </dependencies>

  <scm>
    <tag>org-lsst-ccs-command-parent-3.0.25</tag>
  </scm>
</project>
