<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.objectstyle.woproject</groupId>
	<artifactId>woproject-all-parent</artifactId>
	<version>2.0.17</version>
	<packaging>pom</packaging>
	<name>WOProject All</name>
	<description>Contains all WOProject projects.</description>
	<url>http://objectstyle.org/woproject/</url>

	<modules>
		<module>woenvironment</module>
		<module>woproject-ant-tasks</module>
		<module>maven2</module>
		<module>wolips</module>
	</modules>

	<issueManagement>
		<system>jira</system>
		<url>http://objectstyle.org/jira/browse/WOL</url>
	</issueManagement>

	<inceptionYear>2001</inceptionYear>

	<mailingLists>
		<mailingList>
			<name>WOProject/WOLips Developer List</name>
			<post>woproject-dev@objectstyle.org</post>
			<subscribe> woproject-dev-subscribe@objectstyle.org </subscribe>
			<unsubscribe> woproject-dev-unsubscribe@objectstyle.org </unsubscribe>
			<archive> http://mail-archives.apache.org/mod_mbox/incubator-cayenne-dev </archive>
			<otherArchives>
				<otherArchive> http://objectstyle.org/woproject-old/lists.html </otherArchive>
			</otherArchives>
		</mailingList>
	</mailingLists>

	<organization>
		<name>ObjectStyle Group</name>
		<url>http://objectstyle.org/</url>
	</organization>

	<repositories>
		<repository>
			<id>wocommunity.releases</id>
			<name>WOCommunity Maven 2 Releases Repository</name>
			<url>http://maven.wocommunity.org/content/groups/public</url>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<releases>
				<enabled>true</enabled>
			</releases>
		</repository>
		<repository>
			<id>wocommunity.snapshots</id>
			<name>WOCommunity Maven 2 Snapshots Repository</name>
			<url>http://maven.wocommunity.org/content/groups/public-snapshots</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<releases>
				<enabled>false</enabled>
			</releases>
		</repository>
	</repositories>

	<pluginRepositories>
		<pluginRepository>
			<id>wocommunity.releases</id>
			<name>WOCommunity Maven 2 Releases Repository</name>
			<url>http://maven.wocommunity.org/content/groups/public</url>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<releases>
				<enabled>true</enabled>
			</releases>
		</pluginRepository>
		<pluginRepository>
			<id>wocommunity.snapshots</id>
			<name>WOCommunity Maven 2 Snapshots Repository</name>
			<url>http://maven.wocommunity.org/content/groups/public-snapshots</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<releases>
				<enabled>false</enabled>
			</releases>
		</pluginRepository>
	</pluginRepositories>

	<distributionManagement>
		<repository>
			<id>wocommunity.deployment</id>
			<name>WOCommunity Maven2 Releases Repository</name>
			<url>http://maven.wocommunity.org/content/repositories/releases</url>
		</repository>
		<snapshotRepository>
			<id>wocommunity.deployment</id>
			<name>WOCommunity Maven2 Snapshots Repository</name>
			<url>http://maven.wocommunity.org/content/repositories/snapshots/</url>
		</snapshotRepository>
	</distributionManagement>

	<scm>
		<connection>scm:svn:http://svn.objectstyle.org/repos/woproject/tags/woproject-all-parent-2.0.17-non-recursive</connection>
		<developerConnection>scm:svn:https://svn.objectstyle.org/repos/woproject/tags/woproject-all-parent-2.0.17-non-recursive</developerConnection>
		<url>http://svn.objectstyle.org/repos/woproject/tags/woproject-all-parent-2.0.17-non-recursive</url>
	</scm>

	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<artifactId>maven-plugin-plugin</artifactId>
					<version>2.4.3</version>
					<dependencies>
						<dependency>
							<groupId>org.apache.maven.plugin-tools</groupId>
							<artifactId>maven-plugin-tools-ant</artifactId>
							<version>2.4.3</version>
						</dependency>
					</dependencies>
				</plugin>
			</plugins>
		</pluginManagement>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
		</plugins>
		<extensions>
			<extension>
				<groupId>org.apache.maven.wagon</groupId>
				<artifactId>wagon-ssh</artifactId>
				<version>1.0-beta-2</version>
			</extension>
		</extensions>
	</build>
</project>
