<?xml version="1.0" encoding="UTF-8"?>
<!--
  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>

  <prerequisites>
    <maven>3.0</maven>
  </prerequisites>
  
  <parent>
    <groupId>org.apache</groupId>
    <artifactId>apache</artifactId>
    <version>10</version>
    <relativePath />
  </parent>

  <groupId>org.apache.rave</groupId>
  <artifactId>rave-master</artifactId>
  <name>Apache Rave :: rave-master (Master POM)</name>
  <description>Apache Rave Master Project</description>
  <packaging>pom</packaging>
  <version>0.8-incubating</version>
  
  <inceptionYear>2011</inceptionYear>

  <url>http://incubator.apache.org/rave/</url>

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/rave/rave-master-pom/tags/0.8-incubating</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/rave/rave-master-pom/tags/0.8-incubating</developerConnection>
    <url>http://svn.apache.org/viewvc/incubator/rave/rave-master-pom/tags/0.8-incubating</url>
  </scm>

  <mailingLists>

    <mailingList>
      <name>Rave Developer List</name>
      <subscribe>rave-dev-subscribe@incubator.apache.org</subscribe>
      <unsubscribe>rave-dev-unsubscribe@incubator.apache.org</unsubscribe>
      <post>mailto:rave-dev@incubator.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/incubator-rave-dev/</archive>
    </mailingList>

  </mailingLists>

  <issueManagement>
    <url>https://issues.apache.org/jira/browse/RAVE</url>
  </issueManagement>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-remote-resources-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>process</goal>
            </goals>
            <configuration>
              <!-- add apache-incubator-disclaimer-resource-bundle to be removed again when graduating from Incubator -->
              <resourceBundles combine.children="append">
                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
              </resourceBundles>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <configuration>
          <!-- copy legal files added/appended by maven-remote-resources-plugin 
               from /WEB-INF/classes/META-INF/ to root /META-INF folder as expected
               for war artifacts, see RAVE-168
          -->
          <webResources>
            <resource>
              <directory>${project.build.directory}/classes/META-INF</directory>
              <includes>
                <include>LICENSE</include>
                <include>NOTICE</include>
                <include>DEPENDENCIES</include>
                <include>DISCLAIMER</include>
              </includes>
              <targetPath>META-INF</targetPath>
              <filtering>false</filtering>
            </resource>
          </webResources>
          <!-- exclude legal files added/appended by maven-remote-resources-plugin
               under /WEB-INF/classes/META-INF/ as for war artifacts these should (see above)
               be provided under /META-INF/ instead, see RAVE-168
           -->
          <packagingExcludes>
            WEB-INF/classes/META-INF/LICENSE,
            WEB-INF/classes/META-INF/NOTICE,
            WEB-INF/classes/META-INF/DISCLAIMER,
            WEB-INF/classes/META-INF/DEPENDENCIES
          </packagingExcludes>
        </configuration>
      </plugin>      
    </plugins>
  </build>
  
  <profiles>
    <profile>
      <id>pedantic</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.rat</groupId>
            <artifactId>apache-rat-plugin</artifactId>
            <executions>
              <execution>
                <phase>verify</phase>
                <goals>
                  <goal>check</goal>
                </goals>
              </execution>
            </executions>
            <configuration>
              <excludes>
                <exclude>**/MANIFEST.MF</exclude>
              </excludes>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>

  <developers>
    <developer>
      <id>ate</id>
      <name>Ate Douma</name>
      <email>ate@douma.nu</email>
      <timezone>+1</timezone>
      <organization>Hippo</organization>
      <organizationUrl>http://www.onehippo.com</organizationUrl>
      <roles>
        <role>champion</role>
        <role>mentor</role>
        <role>committer</role>
        <role>IPMC member</role>
        <role>PPMC member</role>
      </roles>
    </developer>
    <developer>
      <id>mfranklin</id>
      <name>Matt Franklin</name>
      <email>mfranklin@mitre.org</email>
      <timezone>-5</timezone>
      <organization>The MITRE Corporation</organization>
      <organizationUrl>http://www.mitre.org</organizationUrl>
      <roles>
        <role>committer</role>
        <role>release manager</role>
        <role>PPMC member</role>
      </roles>
    </developer>
    <developer>
      <id>hadrian</id>
      <name>Hadrian Zbarcea</name>
      <email>hzbarcea@talend.com@douma.nu</email>
      <timezone>-5</timezone>
      <organization>Talend</organization>
      <organizationUrl>http://coders.talend.com</organizationUrl>
      <roles>
        <role>mentor</role>
        <role>committer</role>
        <role>IPMC member</role>
        <role>PPMC member</role>
      </roles>
    </developer>
    <developer>
      <id>jcian</id>
      <name>Jesse Ciancetta</name>
      <email>jcian@mitre.org</email>
      <timezone>-5</timezone>
      <organization>The MITRE Corporation</organization>
      <organizationUrl>http://www.mitre.org</organizationUrl>
      <roles>
        <role>committer</role>
        <role>PPMC member</role>
      </roles>
    </developer>
    <developer>
      <id>carlucci</id>
      <name>Anthony Carlucci</name>
      <email>acarlucci@mitre.org</email>
      <timezone>-5</timezone>
      <organization>The MITRE Corporation</organization>
      <organizationUrl>http://www.mitre.org</organizationUrl>
      <roles>
        <role>committer</role>
        <role>PPMC member</role>
      </roles>
    </developer>
    <developer>
      <id>venkatm</id>
      <name>Venkat Mahadevan</name>
      <email>venkatm@mitre.org</email>
      <timezone>-5</timezone>
      <organization>The MITRE Corporation</organization>
      <organizationUrl>http://www.mitre.org</organizationUrl>
      <roles>
        <role>committer</role>
        <role>PPMC member</role>
      </roles>
    </developer>
      <developer>
      <id>secooper</id>
      <name>Sean Cooper</name>
      <email>secooper@mitre.org</email>
      <timezone>-5</timezone>
      <organization>The MITRE Corporation</organization>
      <organizationUrl>http://www.mitre.org</organizationUrl>
      <roles>
        <role>committer</role>
        <role>PPMC member</role>
      </roles>
    </developer>
    <developer>
      <id>zhguo</id>
      <name>Zhenhua (Gerald) Guo</name>
      <email>jenvor@gmail.com</email>
      <timezone>-8</timezone>
      <organization>Indiana University</organization>
      <organizationUrl>http://www.iub.edu</organizationUrl>
      <roles>
        <role>committer</role>
      </roles>
    </developer>
    <developer>
      <id>mpierce</id>
      <name>Marlon Pierce</name>
      <email>mpierce@cs.indiana.edu</email>
      <timezone>-5</timezone>
      <organization>Pervasive Technology Institute, Indiana University</organization>
      <organizationUrl>http://pti.iu.edu</organizationUrl>
      <roles>
        <role>committer</role>
      </roles>
    </developer>
    <developer>
      <id>raminder</id>
      <name>Raminder Singh</name>
      <email>rsandhu1@gmail.com</email>
      <timezone>-5</timezone>
      <organization>Pervasive Technology Institute, Indiana University</organization>
      <organizationUrl>http://pti.iu.edu</organizationUrl>
      <roles>
        <role>committer</role>
      </roles>
    </developer>	 
    <developer>
      <id>unico</id>
      <name>Unico Hommes</name>
      <email>unico@apache.org</email>
      <timezone>+1</timezone>
      <organization>Hippo</organization>
      <organizationUrl>http://www.onehippo.com</organizationUrl>
      <roles>
        <role>committer</role>
      </roles>
    </developer>
	<developer>
      <id>oharsta</id>
      <name>Okke Harsta</name>
      <email>oharsta@zilverline.com</email>
      <timezone>+1</timezone>
      <organization>Zilverline</organization>
      <organizationUrl>http://www.zilverline.com</organizationUrl>
      <roles>
        <role>committer</role>
      </roles>
    </developer>
    <developer>
      <id>ard</id>
      <name>Ard Schrijvers</name>
      <email>ard@apache.org</email>
      <timezone>+1</timezone>
      <organization>Hippo</organization>
      <organizationUrl>http://www.onehippo.com</organizationUrl>
      <roles>
        <role>committer</role>
      </roles>
    </developer>
    <developer>
      <id>woonsan</id>
      <name>Woonsan Ko</name>
      <email>woonsan@apache.org</email>
      <timezone>-5</timezone>
      <organization>Hippo</organization>
      <organizationUrl>http://www.onehippo.com</organizationUrl>
      <roles>
        <role>committer</role>
      </roles>
    </developer>
    <developer>
      <id>jasha</id>
      <name>Jasha Joachimsthal</name>
      <email>jasha@apache.org</email>
      <timezone>+1</timezone>
      <organization>Hippo</organization>
      <organizationUrl>http://www.onehippo.com</organizationUrl>
      <roles>
        <role>committer</role>
        <role>PPMC member</role>
      </roles>
    </developer>
  </developers>
  
</project>
