<?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-base-archetype</artifactId>
  <version>1.7</version>
  <packaging>maven-archetype</packaging>

  <name>struts2-base-archetype</name>

<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-base</connection>
    <developerConnection>scm:hg:https://bitbucket.org/gbisconcini/struts2-base</developerConnection>
    <url>http://bitbucket.org/gbisconcini/struts2-base</url>
  </scm>


  <build>

    <!-- Para gerar assinatura INICIO -->
    <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 gerar assinatura FIM -->


    <extensions>
      <extension>
        <groupId>org.apache.maven.archetype</groupId>
        <artifactId>archetype-packaging</artifactId>
        <version>2.4</version>
      </extension>
    </extensions>



    <pluginManagement>
      <plugins>
        <plugin>
          <artifactId>maven-archetype-plugin</artifactId>
          <version>2.4</version>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>

  <description>An Archetype with JPA 2.1; Struts2 core 2.3.28.1; Jquery struts plugin; Struts BootStrap plugin; json Struts plugin; Login System using Session and Interceptor</description>

  <url>http://www.address.com.br</url>
</project>
