blob: a87a8b9694b0d533dd11ae8a73a127737e01b37b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>3</version>
<relativePath>../asf/pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
<artifactId>apache-resource-bundles</artifactId>
<name>Apache Resource Bundles</name>
<version>1</version>
<inceptionYear>2006</inceptionYear>
<modules>
<module>apache-jar-resource-bundle</module>
<module>apache-license-header-resource-bundle</module>
<module>apache-incubator-disclaimer-resource-bundle</module>
</modules>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-1</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/resources/tags/apache-resource-bundles-1</url>
</scm>
<build>
<plugins>
<!-- Turn this into a lifecycle -->
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>bundle</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>