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