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