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