<?xml version="1.0"?>
<!--
 * Copyright (c) 2011-2014, Qulice.com
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met: 1) Redistributions of source code must retain the above
 * copyright notice, this list of conditions and the following
 * disclaimer. 2) Redistributions in binary form must reproduce the above
 * copyright notice, this list of conditions and the following
 * disclaimer in the documentation and/or other materials provided
 * with the distribution. 3) Neither the name of the Qulice.com nor
 * the names of its contributors may be used to endorse or promote
 * products derived from this software without specific prior written
 * permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
 * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 * OF THE POSSIBILITY OF SUCH DAMAGE.
 -->
<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.jcabi</groupId>
        <artifactId>parent</artifactId>
        <version>0.27.1</version>
    </parent>
    <groupId>com.qulice</groupId>
    <artifactId>qulice</artifactId>
    <version>0.11</version>
    <packaging>pom</packaging>
    <name>qulice</name>
    <modules>
        <module>qulice-checkstyle</module>
        <module>qulice-codenarc</module>
        <module>qulice-findbugs</module>
        <module>qulice-maven-plugin</module>
        <module>qulice-pmd</module>
        <module>qulice-spi</module>
        <module>qulice-xml</module>
    </modules>
    <description><![CDATA[
        Quality control library, integrating together other static
        analysis and validation tools and instruments.
        ]]></description>
    <url>http://www.qulice.com</url>
    <inceptionYear>2011</inceptionYear>
    <organization>
        <name>Qulice.com</name>
        <url>http://www.qulice.com</url>
    </organization>
    <licenses>
        <license>
            <name>BSD</name>
            <url>http://www.qulice.com/LICENSE.txt</url>
            <distribution>repo</distribution>
            <comments><![CDATA[
                This is free open source project, feel free to redistribute it,
                always providing a link to qulice.com website.
                ]]></comments>
        </license>
    </licenses>
    <mailingLists>
        <mailingList>
            <name>Qulice Discussions</name>
            <subscribe>qulice@googlegroups.com</subscribe>
            <unsubscribe>qulice@googlegroups.com</unsubscribe>
            <post>qulice@googlegroups.com</post>
            <archive>http://groups.google.com/group/qulice</archive>
        </mailingList>
    </mailingLists>
    <developers>
        <developer>
            <id>1</id>
            <name>Yegor Bugayenko</name>
            <email>yegor@tpc2.com</email>
            <organization>tpc2.com</organization>
            <organizationUrl>http://www.tpc2.com</organizationUrl>
            <roles>
                <role>Architect</role>
                <role>Developer</role>
            </roles>
            <timezone>-7</timezone>
        </developer>
    </developers>
    <issueManagement>
        <system>GitHub</system>
        <url>https://github.com/teamed/qulice/issues</url>
    </issueManagement>
    <scm>
        <connection>scm:git:git@github.com:teamed/qulice.git</connection>
        <developerConnection>scm:git:git@github.com:teamed/qulice.git</developerConnection>
        <url>https://github.com/teamed/qulice</url>
    </scm>
    <ciManagement>
        <system>travis</system>
        <url>https://travis-ci.org/teamed/qulice</url>
    </ciManagement>
    <distributionManagement>
        <site>
            <id>github-pages</id>
            <url>http://www.qulice.com</url>
        </site>
    </distributionManagement>
    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <artifactId>maven-jar-plugin</artifactId>
                    <configuration>
                        <archive>
                            <manifestEntries>
                                <Qulice-Version>${project.version}</Qulice-Version>
                                <Qulice-Build>${buildNumber}</Qulice-Build>
                            </manifestEntries>
                        </archive>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
</project>
