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