Blame SOURCES/apache-resource-bundles-2.pom

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