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