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