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