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

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>9</version>
	</parent>

	<licenses>
		<license>
			<name>The Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>

	<developers>
		<developer>
			<name>gongxun ji</name>
			<email>jigongxun@126.com</email>
			<organization>bitbucket</organization>
			<organizationUrl>https://bitbucket.org/</organizationUrl>
		</developer>
	</developers>

	<modelVersion>4.0.0</modelVersion>

	<groupId>org.bitbucket.memoryi</groupId>
	<artifactId>root</artifactId>
	<version>2.0.0</version>
	<packaging>pom</packaging>

	<name>org.bitbucket.memoryi:root</name>
	<description>framework</description>
	<url>https://memoryi@bitbucket.org/memoryi/extframework.git</url>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<springframework.version>3.2.0.RELEASE</springframework.version>
	</properties>
	<modules>
		<!-- <module>../spring-data-ext</module> -->
		<module>../logback-ext</module>
		<module>../springmvc-ext</module>
		<module>../mybatis-ext</module>
		<module>../shiro-ext</module>
		<module>../springcore-ext</module>
		<!-- <module>../mysingle</module> -->
		<!-- <module>../mysingle-ext</module> -->
		<module>../quartz-ext</module>
		<module>../jpa-ext</module>
		<module>../commoncode</module>
		<module>../springbatch-ext</module>
	</modules>
	<dependencies>
	</dependencies>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<executions>
					<execution>
						<id>attach-sources</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.9.1</version>
				<configuration>
					<outputDirectory>target\javadoc</outputDirectory>
					<reportOutputDirectory>target\javadoc</reportOutputDirectory>
				</configuration>
				<executions>
					<execution>
						<id>attach-javadocs</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-gpg-plugin</artifactId>
				<version>1.6</version>
				<executions>
					<execution>
						<id>sign-artifacts</id>
						<phase>package</phase>
						<goals>
							<goal>sign</goal>
						</goals>
						<configuration>
							<keyname>${gpg.keyname}</keyname>
							<passphraseServerId>${gpg.keyname}</passphraseServerId>
						</configuration>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

	<distributionManagement>
		<repository>
			<id>nexus-releases</id>
			<name>Nexus Release Repository</name>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
		</repository>
		<snapshotRepository>
			<id>nexus-snapshots</id>
			<name>Nexus Snapshot Repository</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
		</snapshotRepository>
	</distributionManagement>

	<scm>
		<connection>scm:hg:https://bitbucket.org/memoryi/extframework</connection>
		<developerConnection>scm:hg:https://bitbucket.org/memoryi/extframework</developerConnection>
		<url>https://bitbucket.org/memoryi/extframework</url>
	</scm>
</project>
