<?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>br.com.address.archetypes</groupId>
	<artifactId>struts2-archetype</artifactId>
	<version>1.0</version>
	<packaging>maven-archetype</packaging>

	<!-- More Project Information -->
	<name>struts2-archetype</name>
	<description>an archetype web 3.0 + struts2 (bootstrap + jquery) + hibernate core with struts2 interceptor login system</description>
	<url>http://www.address.com.br</url>
	<licenses>
		<license>
			<name>Do What you Want</name>
			<url>http://www.address.com.br/license01</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<name>Guilherme Bisconcini</name>
			<email>gbisconcini@gmail.com</email>
			<organization>Address SA</organization>
			<organizationUrl>http://www.address.com.br</organizationUrl>
		</developer>
	</developers>

	<!-- Bit bucket SCM -->
	<scm>
		<connection>scm:hg:http://bitbucket.org/gbisconcini/struts2-archetype</connection>
		<developerConnection>scm:hg:https://bitbucket.org/gbisconcini/struts2-archetype</developerConnection>
		<url>http://bitbucket.org/gbisconcini/struts2-archetype</url>
	</scm>

	<build>

		<!-- Para gerar assinatura -->
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-gpg-plugin</artifactId>
				<executions>
					<execution>
						<id>sign-artifacts</id>
						<phase>verify</phase>
						<goals>
							<goal>sign</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>

		<!-- para empacotar o archetype -->
		<extensions>
			<extension>
				<groupId>org.apache.maven.archetype</groupId>
				<artifactId>archetype-packaging</artifactId>
				<version>2.2</version>
			</extension>
		</extensions>

		<pluginManagement>
			<plugins>
				<plugin>
					<artifactId>maven-archetype-plugin</artifactId>
					<version>2.2</version>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>

</project>
