<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.l2fprod.common</groupId>
  <artifactId>l2fprod-common-shared</artifactId>
  <name>shared</name>
  <version>6.9.1</version>
  <packaging>jar</packaging>
  <description>Shared Source Code Library</description>
  <url>http://www.l2fprod.com/common</url>
  <licenses>
  	<license>
  		<name>Apache License Version 2.0</name>
  		<url>http://www.apache.org/licenses/LICENSE-2.0</url>
  		<distribution>repo</distribution>
  	</license>
  </licenses>
  <inceptionYear>2004</inceptionYear>
  <developers>
  	<developer>
  		<name>Frederic Lavigne</name>
  		<email>fred@L2FProd.com</email>
  	</developer>
  </developers>
  <scm>
  	<connection>https://svn.java.net/svn/l2fprod-common~svn</connection>
  	<developerConnection>https://svn.java.net/svn/l2fprod-common~svn</developerConnection>
  	<url>http://java.net/projects/l2fprod-common/sources/svn/show</url>
  </scm>
  <issueManagement>
  	<system>JIRA</system>
  	<url>http://java.net/jira/browse/L2FPROD_COMMON</url>
  </issueManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
		  <version>2.3.1</version>
        <configuration>
          <archive>
            <compress>true</compress>
            <manifest>
              <mainClass />
              <addExtensions>false</addExtensions>
              <addClasspath>true</addClasspath>
            </manifest>
            <manifestSections />
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies />
</project>
