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