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