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

	<groupId>com.tomasteubner</groupId>
	<artifactId>wlan-portal</artifactId>
	<packaging>pom</packaging>
	<version>1.13-SNAPSHOT</version>
	<name>wlan-portal-parent</name>

	<parent>
		<groupId>com.tomasteubner.vaadin</groupId>
		<artifactId>vaadin-parent</artifactId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>

	<modules>
		<module>wlan-portal-ui</module>
		<module>wlan-portal-backend</module>
		<module>eap-controller-tplink</module>
	</modules>
	<scm>
		<connection>scm:git:ssh://git@ssh.tomasteubner.com/java/j2ee/wlan-portal.git</connection>
		<url>https://www.tomasteubner.com/git/?p=java/j2ee/wlan-portal.git;a=tree</url>
		<tag>HEAD</tag>
	</scm>
	<distributionManagement>
		<!-- use the following if you're not using a snapshot version. -->
		<repository>
			<id>tomas-ssh</id>
			<name>Repository Name</name>
			<url>scpexe://ssh.tomasteubner.com/usr/export/srv/www/htdocs/maven/repository</url>
		</repository>
		<!-- use the following if you ARE using a snapshot version. -->
		<snapshotRepository>
			<id>snapshot-repo</id>
			<url>file://${settings.localRepository}</url>
		</snapshotRepository>
		<site>
			<id>tomas-ssh</id>
			<name>Maven Site</name>
			<url>scpexe://ssh.tomasteubner.com/usr/export/srv/www/htdocs/maven/site/${project.artifactId}/${project.version}</url>
		</site>
	</distributionManagement>
</project>
