693a0c
693a0c
<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">
693a0c
  <modelVersion>4.0.0</modelVersion>
693a0c
  <parent>
693a0c
    <groupId>org.apache.maven</groupId>
693a0c
    <artifactId>maven-parent</artifactId>
693a0c
    <version>5</version>
693a0c
    <relativePath>../pom/maven/pom.xml</relativePath>
693a0c
  </parent>
693a0c
  <packaging>pom</packaging>
693a0c
  <groupId>org.apache</groupId>
693a0c
  <artifactId>apache-resource-bundles</artifactId>
693a0c
  <name>Apache Resource Bundles</name>
693a0c
  <version>2</version>
693a0c
  <inceptionYear>2006</inceptionYear>
693a0c
  <modules>
693a0c
    <module>apache-jar-resource-bundle</module>
693a0c
    <module>apache-license-header-resource-bundle</module>
693a0c
    <module>apache-incubator-disclaimer-resource-bundle</module>         
693a0c
  </modules>
693a0c
  <scm>
693a0c
    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</connection>
693a0c
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</developerConnection>
693a0c
    <url>https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</url>
693a0c
  </scm>
693a0c
  <build>
693a0c
    <pluginManagement>
693a0c
      <plugins>
693a0c
        <plugin>
693a0c
          <artifactId>maven-release-plugin</artifactId>
693a0c
          <version>2.0-beta-4</version>
693a0c
          <configuration>
693a0c
            <tagBase>https://svn.apache.org/repos/asf/maven/resources/tags</tagBase>
693a0c
          </configuration>
693a0c
        </plugin>
693a0c
      </plugins>
693a0c
    </pluginManagement>
693a0c
    <plugins>
693a0c
      
693a0c
      <plugin>      
693a0c
        <artifactId>maven-remote-resources-plugin</artifactId>        
693a0c
        <executions>
693a0c
          <execution>
693a0c
            <goals>
693a0c
              <goal>bundle</goal>
693a0c
            </goals>
693a0c
          </execution>
693a0c
        </executions>
693a0c
      </plugin>
693a0c
    </plugins>
693a0c
  </build>
693a0c
</project>