<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.perforce</groupId>
  <artifactId>p4java</artifactId>
  <packaging>jar</packaging>
  <name>P4Java Api</name>
  <version>2010.1.269249</version>
  <description>Pure Java api for communicating with Perforce</description>
  <url>http://www.perforce.com</url>
  <developers>
    <developer>
      <id>perforce</id>
      <name>Perforce</name>
      <email>support@perforce.com</email>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>Copyright (c) 2009, Perforce Software, Inc.  All rights reserved.</name>
      <url>LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
   <url>http://www.perforce.com/</url>
  </scm>
  <build>
    <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>
  </build>
  <!--
  NOT ALLOWED: (see FAQ)
  <repositories></repositories>
  <pluginRepositories></pluginRepositories>
  -->
</project>

