<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>project-config</artifactId>
    <groupId>org.apache.geronimo.genesis.config</groupId>
    <version>1.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.geronimo.specs</groupId>
  <artifactId>specs</artifactId>
  <packaging>pom</packaging>
  <name>Geronimo Specifications</name>
  <version>1.2</version>
  <description>Provides open-source implementations of Sun specifications.</description>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/</developerConnection>
    <url>http://svn.apache.org/viewvc/geronimo/specs/trunk/</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.geronimo.genesis.plugins</groupId>
        <artifactId>tools-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>install-legal-files</id>
            <phase>generate-resources</phase>
            <goals>
              <goal>copy-legal-files</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <target>1.4</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-idea-plugin</artifactId>
        <configuration>
          <jdkName>1.4</jdkName>
          <linkModules>true</linkModules>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-release-plugin</artifactId>
        <configuration>
          <tagBase>https://svn.apache.org/repos/asf/geronimo/specs/tags/</tagBase>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <updatePolicy>daily</updatePolicy>
        <checksumPolicy>ignore</checksumPolicy>
      </snapshots>
      <id>apache-snapshots</id>
      <name>Apache Snapshots Repository</name>
      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <site>
      <id>geronimo-website</id>
      <url>scp://people.apache.org/www/geronimo.apache.org/maven/specs</url>
    </site>
    <status>deployed</status>
  </distributionManagement>
</project>