Blame SOURCES/rome-0.9.pom

497788
<project>
497788
  <modelVersion>4.0.0</modelVersion>
497788
  <groupId>rome</groupId>
497788
  <artifactId>rome</artifactId>
497788
  <name>ROME, RSS and atOM utilitiEs for Java</name>
497788
  <version>0.9</version>
497788
  <packaging>jar</packaging>
497788
  <description>All Roads Lead to ROME.
497788
      ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats.
497788
      Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feeds.
497788
      Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another.
497788
      The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format.</description>
497788
  <url>https://rome.dev.java.net/</url>
497788
  <issueManagement>
497788
    <url>https://rome.dev.java.net/servlets/ProjectIssues</url>
497788
  </issueManagement>
497788
  <licenses>
497788
    <license>
497788
      <name>The Apache Software License, Version 2.0</name>
497788
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
497788
      <distribution>repo</distribution>
497788
    </license>
497788
  </licenses>
497788
  <ciManagement>
497788
    <notifiers>
497788
      <notifier>
497788
        <configuration>
497788
          <address>dev@rome.dev.java.net</address>
497788
        </configuration>
497788
      </notifier>
497788
    </notifiers>
497788
  </ciManagement>
497788
  <inceptionYear>2004</inceptionYear>
497788
  <mailingLists>
497788
    <mailingList>
497788
      <name>dev@rome.dev.java.net</name>
497788
      <subscribe>https://rome.dev.java.net/servlets/ProjectMailingListList</subscribe>
497788
      <unsubscribe>https://rome.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
497788
      <archive>https://rome.dev.java.net/servlets/SummarizeList?listName=dev</archive>
497788
    </mailingList>
497788
  </mailingLists>
497788
  <developers>
497788
    <developer>
497788
      <name>Alejandro Abdelnur</name>
497788
      <url>http://blog.sun.com/roller/page/tucu/</url>
497788
      <timezone>0</timezone>
497788
    </developer>
497788
    <developer>
497788
      <name>Elaine Chien</name>
497788
      <timezone>0</timezone>
497788
    </developer>
497788
    <developer>
497788
      <name>Patrick Chanezon</name>
497788
      <url>http://www.chanezon.com/pat/weblog/</url>
497788
      <timezone>-9</timezone>
497788
    </developer>
497788
  </developers>
497788
  <scm>
497788
    <connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:rome</connection>
497788
    <url>https://rome.dev.java.net/source/browse/rome/</url>
497788
  </scm>
497788
  <organization>
497788
    <name>Sun Microsystems</name>
497788
    <url>http://java.sun.com/</url>
497788
  </organization>
497788
  <build>
497788
    <sourceDirectory>src/java</sourceDirectory>
497788
    <testSourceDirectory>src/test</testSourceDirectory>
497788
    <resources>
497788
      <resource>
497788
        <directory>src/java</directory>
497788
        <includes>
497788
          <include>**/*.properties</include>
497788
        </includes>
497788
      </resource>
497788
    </resources>
497788
    <testResources>
497788
      <testResource>
497788
        <directory>${basedir}/src/data</directory>
497788
        <includes>
497788
          <include>**/*.xml</include>
497788
        </includes>
497788
      </testResource>
497788
      <testResource>
497788
        <directory>src/test</directory>
497788
        <includes>
497788
          <include>rome.properties</include>
497788
        </includes>
497788
      </testResource>
497788
    </testResources>
497788
    <plugins>
497788
      <plugin>
497788
        <artifactId>surefire</artifactId>
497788
        <configuration>
497788
          <includes>
497788
            <include>**/Test*.java</include>
497788
          </includes>
497788
        </configuration>
497788
      </plugin>
497788
    </plugins>
497788
  </build>
497788
  <dependencies>
497788
    <dependency>
497788
      <groupId>jdom</groupId>
497788
      <artifactId>jdom</artifactId>
497788
      <version>1.0</version>
497788
    </dependency>
497788
  </dependencies>
497788
</project>