blob: daaea8b12622738adddcdabe14e1fe956dc82854 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>13</version>
<relativePath />
</parent>
<groupId>org.apache.vxquery</groupId>
<artifactId>apache-vxquery</artifactId>
<version>0.3-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>VXQuery</name>
<description>A Versatile XQuery Processor</description>
<url>http://incubator.apache.org/vxquery/</url>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery/branches/vxquery_0_2_staging</developerConnection>
<url>https://svn.apache.org/repos/asf/incubator/vxquery</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://issues.apache.org/jira/browse/VXQUERY</url>
</issueManagement>
<developers>
<developer>
<id>antelder</id>
<name>Ant Elder</name>
<email />
<roles>
<role>Mentor</role>
</roles>
<organization />
<timezone />
</developer>
<developer>
<id>jochen</id>
<name>Jochen Wiedmann</name>
<email />
<roles>
<role>Mentor</role>
</roles>
<organization />
<timezone />
</developer>
<developer>
<id>marvin</id>
<name>Marvin Humphrey</name>
<email />
<roles>
<role>Mentor</role>
</roles>
<organization />
<timezone />
</developer>
<developer>
<id>cezar</id>
<name>Cezar Andrei</name>
<email />
<roles>
<role>Project Manager</role>
<role>Architect</role>
<role>Champion</role>
</roles>
<organization />
<timezone>-6</timezone>
</developer>
<developer>
<id>dtabass</id>
<name>Michael J. Carey</name>
<email />
<roles>
<role>Architect</role>
</roles>
<organization />
<timezone>-8</timezone>
</developer>
<developer>
<id>prestonc</id>
<name>Preston Carman</name>
<email />
<roles>
<role>Developer</role>
</roles>
<organization />
<timezone>-8</timezone>
</developer>
<developer>
<id>sjaco002</id>
<name>Steven Jacobs</name>
<email />
<roles>
<role>Developer</role>
</roles>
<organization />
<timezone>-8</timezone>
</developer>
<developer>
<id>tillw</id>
<name>Till Westmann</name>
<email />
<roles>
<role>Project Manager</role>
<role>Architect</role>
</roles>
<organization />
<timezone>-8</timezone>
</developer>
<developer>
<id>vinayakb</id>
<name>Vinayak Borkar</name>
<email />
<roles>
<role>Project Manager</role>
<role>Architect</role>
</roles>
<organization />
<timezone>-8</timezone>
</developer>
<developer>
<id>radup</id>
<name>Radu Preotiuc</name>
<email />
<roles>
<role>Mentor (dormant)</role>
</roles>
<organization />
<timezone />
</developer>
<developer>
<id>sanjiva</id>
<name>Sanjiva Weerawarana</name>
<email />
<roles>
<role>Mentor (dormant)</role>
</roles>
<organization />
<timezone />
</developer>
</developers>
<mailingLists>
<mailingList>
<name>VXQuery-dev</name>
<subscribe>vxquery-dev-subscribe@incubator.apache.org</subscribe>
<unsubscribe>vxquery-dev-unsubscribe@incubator.apache.org</unsubscribe>
<post>vxquery-dev@incubator.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-vxquery-dev/</archive>
</mailingList>
<mailingList>
<name>VXQuery-commits</name>
<subscribe>vxquery-commits-subscribe@incubator.apache.org</subscribe>
<unsubscribe>vxquery-commits-unsubscribe@incubator.apache.org</unsubscribe>
<post>vxquery-commits@incubator.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-vxquery-commits/</archive>
</mailingList>
</mailingLists>
<distributionManagement>
<site>
<id>vxquery.website</id>
<name>VXQuery Website</name>
<url>file:../../site/</url>
</site>
</distributionManagement>
<repositories>
<repository>
<id>hyracks-snapshots</id>
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
<snapshots>
</snapshots>
</repository>
<repository>
<id>hyracks-releases</id>
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
<releases>
</releases>
</repository>
<repository>
<id>hyracks-thirdparty</id>
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-thirdparty/</url>
<releases>
</releases>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-client</artifactId>
<version>${hyracks.version}</version>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
<version>${hyracks.version}</version>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
<version>${hyracks.version}</version>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>algebricks-compiler</artifactId>
<version>${hyracks.version}</version>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<createChecksum>true</createChecksum>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>aggregate</id>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
</executions>
<configuration>
<notimestamp>true</notimestamp>
<maxmemory>2g</maxmemory>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>generate-site</id>
<phase>pre-site</phase>
<configuration>
<target>
<ant antfile="build-site.xml" target="build">
<property name="build.gen-site.dir" value="${project.build.directory}/generated-site/apt" />
</ant>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/source.xml</descriptor>
</descriptors>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</reportPlugins>
</configuration>
<executions>
<execution>
<id>attach-site</id>
<phase>prepare-package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
<report>index</report>
<report>license</report>
<report>project-team</report>
<report>scm</report>
<report>issue-tracking</report>
<report>mailing-list</report>
<report>plugins</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<linkOnly>true</linkOnly>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</developerConnection>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.7</version>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<notimestamp>true</notimestamp>
<maxmemory>2g</maxmemory>
</configuration>
</plugin>
</plugins>
</reporting>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<hyracks.version>0.2.12-SNAPSHOT</hyracks.version>
</properties>
<modules>
<module>vxquery-core</module>
<module>vxquery-xtest</module>
<module>vxquery-benchmark</module>
<module>vxquery-server</module>
<module>vxquery-cli</module>
</modules>
</project>