<?xml version="1.0"?>
<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>
    <groupId>org.wamblee.glassfish</groupId>
    <artifactId>wamblee-photoxchange-site</artifactId>
    <packaging>pom</packaging>
    <version>1.0-SNAPSHOT</version>
    <name>Wamblee.org site</name>
    <url>http://wamblee.org</url>
	
    <developers>
        <developer>
            <email>erik@wamblee.org</email>
            <name>Erik Brakkee</name>
            <url>http://brakkee.org</url>
        </developer>
    </developers>


    <properties>
        <wamblee.utils.version>0.2.4</wamblee.utils.version>
    </properties>

    <build>
        <plugins>
    <plugin>
                    <artifactId>maven-site-plugin</artifactId>
                    <version>2.1.1</version>
                </plugin>


        </plugins>

    </build>

    <distributionManagement>
        <site>
            <id>wamblee-photoxchange-site</id>
            <url>file:${distrib}</url>
        </site>
    </distributionManagement>
    
</project>
