<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>

	<packaging>pom</packaging>
	<name>Confluence Office Connector</name>
	<url>http://www.atlassian.com/office</url>
	<groupId>com.atlassian.confluence.officeconnector</groupId>
	<artifactId>OfficeConnector-project</artifactId>
	<version>2.0.15</version>
	<description>Confluence Office Connector</description>

	<organization>
		<name>Atlassian</name>
		<url>http://www.atlassian.com</url>
	</organization>

	<properties>
		<jdkLevel>1.5</jdkLevel>
		<poi.version>3.5-FINAL</poi.version>
	</properties>

	<parent>
		<groupId>com.atlassian.pom</groupId>
		<artifactId>atlassian-closedsource-pom</artifactId>
		<version>24</version>
	</parent>


	<modules>
		<module>Zen</module>
		<module>common</module>
		<module>FlexSlideViewer</module>
		<module>ImageTestToolkit</module>
		<module>JavaPpt</module>
		<module>FontManager</module>
		<module>pixie-0.8.6-benryanfork</module>
		<module>extractor</module>
	</modules>

	<build>
		<plugins>
			<plugin>
				<groupId>com.atlassian.maven.plugins</groupId>
				<artifactId>maven-clover2-plugin</artifactId>
				<version>2.5.1</version>
				<configuration>
					<jdk>1.5</jdk>
				</configuration>
			</plugin>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
			<plugin>
				<artifactId>maven-surefire-plugin</artifactId>
				<configuration>
					<argLine>-Xmx512m</argLine>
				</configuration>
			</plugin>
			<plugin>
				<groupId>com.atlassian.maven.plugins</groupId>
				<artifactId>maven-source-routes-plugin</artifactId>
				<version>1.1</version>
				<configuration>
					<distributionManagement>
						<repository>
							<id>atlassian-private</id>
							<name>Atlassian Private Repository</name>
							<url>https://maven.atlassian.com/private</url>
						</repository>
						<snapshotRepository>
							<id>atlassian-private-snapshot</id>
							<name>Atlassian Private Snapshot Repository</name>
							<url>https://maven.atlassian.com/private-snapshot</url>
						</snapshotRepository>
					</distributionManagement>
				</configuration>
			</plugin>
			<plugin>
				<groupId>com.atlassian.maven.plugins</groupId>
				<artifactId>sandbox-maven-plugin</artifactId>
				<version>2.0-beta11</version>
				<executions>
					<execution>
						<id>enable-sandbox</id>
						<phase>validate</phase>
						<goals>
							<goal>sandbox</goal>
						</goals>
					</execution>
				</executions>
			</plugin>

		</plugins>
	</build>

	<reporting>
		<plugins>
			<plugin>
				<groupId>com.atlassian.maven.plugins</groupId>
				<artifactId>maven-clover2-plugin</artifactId>
				<version>2.5.1</version>
				<configuration>
					<jdk>1.5</jdk>
					<targetPercentage>50%</targetPercentage>
				</configuration>
			</plugin>
		</plugins>
	</reporting>

	<scm>
		<developerConnection>
            scm:svn:https://svn.atlassian.com/svn/private/atlassian/confluence/plugins/officeconnector/tags/OfficeConnector-project-2.0.15
        </developerConnection>
		<connection>scm:svn:https://svn.atlassian.com/svn/private/atlassian/confluence/plugins/officeconnector/tags/OfficeConnector-project-2.0.15
        </connection>
		<url>https://svn.atlassian.com/svn/private/atlassian/confluence/plugins/officeconnector/tags/OfficeConnector-project-2.0.15</url>
	</scm>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>slf4j-api</artifactId>
				<version>1.5.8</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>slf4j-simple</artifactId>
				<version>1.5.8</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>commons-logging</groupId>
				<artifactId>commons-logging</artifactId>
				<version>1.1.1</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>log4j</groupId>
				<artifactId>log4j</artifactId>
				<version>1.2.15</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>com.google.guava</groupId>
				<artifactId>guava</artifactId>
				<version>10.0.1</version>
				<scope>provided</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>

</project>
