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

    <parent>
        <groupId>tigase</groupId>
        <artifactId>tigase-acs</artifactId>
        <version>3.5.0-SNAPSHOT</version>
    </parent>

    <properties>
        <maven.javadoc.skip>true</maven.javadoc.skip>

        <bundle-activator>tigase.acs.Activator</bundle-activator>
        <bundle-export-package>tigase.acs</bundle-export-package>

        <docu_build_path>${project.build.directory}/documentation</docu_build_path>
        <documentation_phases.all_converters>generate-resources</documentation_phases.all_converters>
    </properties>

    <inceptionYear>2007</inceptionYear>

    <artifactId>tigase-acs-sm</artifactId>
    <packaging>bundle</packaging>

    <name>Tigase ACS SM</name>
    <description>Tigase Advanced Clustering Strategy (Session Manager)</description>

    <build>
        <plugins>
            <plugin>
                <groupId>com.github.wvengen</groupId>
                <artifactId>proguard-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>Proguard</id>
                        <phase>package</phase>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

</project>
