Blame SOURCES/stax-1.2.0.pom

4c1049
<project>
4c1049
  <modelVersion>4.0.0</modelVersion>
4c1049
  <groupId>stax</groupId>
4c1049
  <artifactId>stax</artifactId>
4c1049
  <name>StAX reference implementation</name>
4c1049
  <version>1.2.0</version>
4c1049
  <description>This is the reference implementation of the StAX API</description>
4c1049
  <url>http://stax.codehaus.org/</url>
4c1049
  <issueManagement>
4c1049
    <url>http://jira.codehaus.org/browse/STAX</url>
4c1049
  </issueManagement>
4c1049
  <ciManagement>
4c1049
    <notifiers>
4c1049
      <notifier>
4c1049
        <configuration>
4c1049
          <address>dev@stax.codehaus.org</address>
4c1049
        </configuration>
4c1049
      </notifier>
4c1049
    </notifiers>
4c1049
  </ciManagement>
4c1049
  <inceptionYear>2002</inceptionYear>
4c1049
  <mailingLists>
4c1049
    <mailingList>
4c1049
      <name>StAX Builders List</name>
4c1049
      <subscribe>stax_builders-subscribe@yahoogroups.com</subscribe>
4c1049
      <unsubscribe>stax_builders-unsubscribe@yahoogroups.com</unsubscribe>
4c1049
      <archive>http://groups.yahoo.com/group/stax_builders/</archive>
4c1049
    </mailingList>
4c1049
  </mailingLists>
4c1049
  <developers>
4c1049
    <developer>
4c1049
      <id>aslom</id>
4c1049
      <name>Aleksander Slominski</name>
4c1049
      <email></email>
4c1049
      <organization>Indiana University</organization>
4c1049
    </developer>
4c1049
    <developer>
4c1049
      <id>chris</id>
4c1049
      <name>Chris Fry</name>
4c1049
      <email></email>
4c1049
      <organization></organization>
4c1049
    </developer>
4c1049
  </developers>
4c1049
  <build>
4c1049
    <sourceDirectory>src</sourceDirectory>
4c1049
    <testSourceDirectory>test</testSourceDirectory>
4c1049
    <resources>
4c1049
      <resource>
4c1049
        <directory>src/conf</directory>
4c1049
        <includes>
4c1049
          <include>**/*</include>
4c1049
        </includes>
4c1049
      </resource>
4c1049
    </resources>
4c1049
    <testResources>
4c1049
      <testResource>
4c1049
        <directory>test</directory>
4c1049
        <includes>
4c1049
          <include>**/*.properties</include>
4c1049
          <include>**/*.xml</include>
4c1049
        </includes>
4c1049
      </testResource>
4c1049
    </testResources>
4c1049
    <plugins>
4c1049
      <plugin>
4c1049
        <artifactId>surefire</artifactId>
4c1049
        <configuration>
4c1049
          <includes>
4c1049
            <include>**/*Test.*</include>
4c1049
          </includes>
4c1049
        </configuration>
4c1049
      </plugin>
4c1049
    </plugins>
4c1049
  </build>
4c1049
  <dependencies>
4c1049
    <dependency>
4c1049
      <groupId>stax</groupId>
4c1049
      <artifactId>stax-api</artifactId>
4c1049
      <version>1.0.1</version>
4c1049
    </dependency>
4c1049
    <dependency>
4c1049
      <groupId>junit</groupId>
4c1049
      <artifactId>junit</artifactId>
4c1049
      <version>3.8.1</version>
4c1049
    </dependency>
4c1049
  </dependencies>
4c1049
  <distributionManagement>
4c1049
    <repository>
4c1049
      <id>default</id>
4c1049
      <name>Default Repository</name>
4c1049
      <url>file:///home/projects/stax/dist</url>
4c1049
    </repository>
4c1049
    <site>
4c1049
      <id>default</id>
4c1049
      <name>Default Site</name>
4c1049
      <url>scp://stax.codehaus.org//home/projects/stax/public_html/maven</url>
4c1049
    </site>
4c1049
  </distributionManagement>
4c1049
</project>