<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>pygments</groupId>
  <artifactId>pygments</artifactId>
  <name>pygments</name>
  <version>1.3.1-xwiki</version>
  <description>pygments</description>
  <build>
    <resources>
      <resource>
        <directory> src/main/jython </directory>
      </resource>
    </resources>
  </build>
  <distributionManagement>
    <site>
      <id>maven.xwiki.org</id>
      <url>scp://maven.xwiki.org/home/maven/public_html/site</url>
    </site>
    <repository>
      <id>maven.xwiki.org</id>
      <name>XWiki Maven2 Remote Repository for Externals</name>
      <url>scp://maven.xwiki.org/home/maven/public_html/externals</url>
    </repository>
  </distributionManagement>
</project>
