
<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-command-parent</artifactId>
        <version>3.0.25</version>
        <relativePath>../</relativePath>
    </parent>

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

    <properties>
        <mainClass>org.lsst.ccs.shell.JLineShell</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-utilities</artifactId>
            <version>2.1.35</version>
        </dependency>
        <dependency>
            <groupId>jline</groupId>
            <artifactId>jline</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-cli</groupId>
            <artifactId>commons-cli</artifactId>
        </dependency>        
    </dependencies>
      

</project>
