8cf7cb
8cf7cb
8cf7cb
8cf7cb
Licensed to the Apache Software Foundation (ASF) under one
8cf7cb
or more contributor license agreements.  See the NOTICE file
8cf7cb
distributed with this work for additional information
8cf7cb
regarding copyright ownership.  The ASF licenses this file
8cf7cb
to you under the Apache License, Version 2.0 (the
8cf7cb
"License"); you may not use this file except in compliance
8cf7cb
with the License.  You may obtain a copy of the License at
8cf7cb
8cf7cb
  http://www.apache.org/licenses/LICENSE-2.0
8cf7cb
8cf7cb
Unless required by applicable law or agreed to in writing,
8cf7cb
software distributed under the License is distributed on an
8cf7cb
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8cf7cb
KIND, either express or implied.  See the License for the
8cf7cb
specific language governing permissions and limitations
8cf7cb
under the License.
8cf7cb
-->
8cf7cb
8cf7cb
<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/xsd/maven-4.0.0.xsd">
8cf7cb
  <modelVersion>4.0.0</modelVersion>
8cf7cb
8cf7cb
  
8cf7cb
  <groupId>org.apache</groupId>
8cf7cb
  <artifactId>apache</artifactId>
8cf7cb
  <version>10</version>
8cf7cb
  <packaging>pom</packaging>
8cf7cb
8cf7cb
  <name>The Apache Software Foundation</name>
8cf7cb
  <description>
8cf7cb
    The Apache Software Foundation provides support for the Apache community of open-source software projects.
8cf7cb
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
8cf7cb
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
8cf7cb
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
8cf7cb
    and users.
8cf7cb
  </description>
8cf7cb
  <url>http://www.apache.org/</url>
8cf7cb
  <organization>
8cf7cb
    <name>The Apache Software Foundation</name>
8cf7cb
    <url>http://www.apache.org/</url>
8cf7cb
  </organization>
8cf7cb
  <licenses>
8cf7cb
    <license>
8cf7cb
      <name>The Apache Software License, Version 2.0</name>
8cf7cb
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
8cf7cb
      <distribution>repo</distribution>
8cf7cb
    </license>
8cf7cb
  </licenses>
8cf7cb
8cf7cb
  <repositories>
8cf7cb
    <repository>
8cf7cb
      <id>apache.snapshots</id>
8cf7cb
      <name>Apache Snapshot Repository</name>
8cf7cb
      <url>http://repository.apache.org/snapshots</url>
8cf7cb
      <releases>
8cf7cb
        <enabled>false</enabled>
8cf7cb
      </releases>
8cf7cb
    </repository>
8cf7cb
  </repositories>
8cf7cb
8cf7cb
  <mailingLists>
8cf7cb
    <mailingList>
8cf7cb
      <name>Apache Announce List</name>
8cf7cb
      <subscribe>announce-subscribe@apache.org</subscribe>
8cf7cb
      <unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
8cf7cb
      <post>announce@apache.org</post>
8cf7cb
      <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
8cf7cb
    </mailingList>
8cf7cb
  </mailingLists>
8cf7cb
8cf7cb
  <scm>
8cf7cb
    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-10</connection>
8cf7cb
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-10</developerConnection>
8cf7cb
    <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-10</url>
8cf7cb
  </scm>
8cf7cb
8cf7cb
  <distributionManagement>
8cf7cb
    <repository>
8cf7cb
      <id>apache.releases.https</id>
8cf7cb
      <name>Apache Release Distribution Repository</name>
8cf7cb
      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
8cf7cb
    </repository>
8cf7cb
    <snapshotRepository>
8cf7cb
      <id>apache.snapshots.https</id>
8cf7cb
      <name>${distMgmtSnapshotsName}</name>
8cf7cb
      <url>${distMgmtSnapshotsUrl}</url>
8cf7cb
    </snapshotRepository>
8cf7cb
  </distributionManagement>
8cf7cb
8cf7cb
  <properties>
8cf7cb
    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
8cf7cb
    <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
8cf7cb
    <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo>
8cf7cb
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8cf7cb
    <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
8cf7cb
    <gpg.useagent>true</gpg.useagent>
8cf7cb
  </properties>
8cf7cb
8cf7cb
  <build>
8cf7cb
    <pluginManagement>
8cf7cb
      <plugins>
8cf7cb
        
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-antrun-plugin</artifactId>
8cf7cb
          <version>1.6</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-assembly-plugin</artifactId>
8cf7cb
          <version>2.2.1</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-clean-plugin</artifactId>
8cf7cb
          <version>2.4.1</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-compiler-plugin</artifactId>
8cf7cb
          <version>2.3.2</version>
8cf7cb
          <configuration>
8cf7cb
            <source>1.4</source>
8cf7cb
            <target>1.4</target>
8cf7cb
          </configuration>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-deploy-plugin</artifactId>
8cf7cb
          <version>2.6</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-docck-plugin</artifactId>
8cf7cb
          <version>1.0</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-enforcer-plugin</artifactId>
8cf7cb
          <version>1.0.1</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-gpg-plugin</artifactId>
8cf7cb
          <version>1.3</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-install-plugin</artifactId>
8cf7cb
          <version>2.3.1</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-invoker-plugin</artifactId>
8cf7cb
          <version>1.5</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-jar-plugin</artifactId>
8cf7cb
          <version>2.3.1</version>
8cf7cb
          <configuration>
8cf7cb
            <archive>
8cf7cb
              <manifest>
8cf7cb
                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
8cf7cb
                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
8cf7cb
              </manifest>
8cf7cb
            </archive>
8cf7cb
          </configuration>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-javadoc-plugin</artifactId>
8cf7cb
          <version>2.8</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-plugin-plugin</artifactId>
8cf7cb
          <version>2.8</version>
8cf7cb
        </plugin>
8cf7cb
        
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-release-plugin</artifactId>
8cf7cb
          <version>2.1</version>
8cf7cb
          <configuration>
8cf7cb
            <useReleaseProfile>false</useReleaseProfile>
8cf7cb
            <goals>deploy</goals>
8cf7cb
            <arguments>-Papache-release</arguments>
8cf7cb
          </configuration>
8cf7cb
        </plugin>
8cf7cb
        
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-remote-resources-plugin</artifactId>
8cf7cb
          <version>1.2.1</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-resources-plugin</artifactId>
8cf7cb
          <version>2.5</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-scm-plugin</artifactId>
8cf7cb
          <version>1.4</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-site-plugin</artifactId>
8cf7cb
          <version>3.0</version>
8cf7cb
          <dependencies>
8cf7cb
            <dependency>
8cf7cb
              <groupId>org.apache.maven.wagon</groupId>
8cf7cb
              <artifactId>wagon-ssh</artifactId>
8cf7cb
              <version>1.0</version>
8cf7cb
            </dependency>
8cf7cb
          </dependencies>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-source-plugin</artifactId>
8cf7cb
          <version>2.1.2</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.maven.plugins</groupId>
8cf7cb
          <artifactId>maven-surefire-plugin</artifactId>
8cf7cb
          <version>2.9</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.apache.rat</groupId>
8cf7cb
          <artifactId>apache-rat-plugin</artifactId>
8cf7cb
          <version>0.7</version>
8cf7cb
        </plugin>
8cf7cb
        <plugin>
8cf7cb
          <groupId>org.codehaus.mojo</groupId>
8cf7cb
          <artifactId>clirr-maven-plugin</artifactId>
8cf7cb
          <version>2.3</version>
8cf7cb
        </plugin>
8cf7cb
      </plugins>
8cf7cb
    </pluginManagement>
8cf7cb
    <plugins>
8cf7cb
      
8cf7cb
      <plugin>
8cf7cb
        <groupId>org.apache.maven.plugins</groupId>
8cf7cb
        <artifactId>maven-remote-resources-plugin</artifactId>
8cf7cb
        <executions>
8cf7cb
          <execution>
8cf7cb
            <goals>
8cf7cb
              <goal>process</goal>
8cf7cb
            </goals>
8cf7cb
            <configuration>
8cf7cb
              <resourceBundles>
8cf7cb
                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
8cf7cb
              </resourceBundles>
8cf7cb
            </configuration>
8cf7cb
          </execution>
8cf7cb
        </executions>
8cf7cb
      </plugin>
8cf7cb
    </plugins>
8cf7cb
  </build>
8cf7cb
8cf7cb
  <reporting>
8cf7cb
    <plugins>
8cf7cb
      <plugin>
8cf7cb
        <groupId>org.apache.maven.plugins</groupId>
8cf7cb
        <artifactId>maven-project-info-reports-plugin</artifactId>
8cf7cb
        <version>2.4</version>
8cf7cb
        <reportSets>
8cf7cb
          <reportSet>
8cf7cb
            <reports>
8cf7cb
              <report>index</report>
8cf7cb
              <report>summary</report>
8cf7cb
              <report>modules</report>
8cf7cb
              <report>license</report>
8cf7cb
              <report>project-team</report>
8cf7cb
              <report>scm</report>
8cf7cb
              <report>issue-tracking</report>
8cf7cb
              <report>mailing-list</report>
8cf7cb
              <report>dependency-management</report>
8cf7cb
              <report>dependencies</report>
8cf7cb
              <report>dependency-convergence</report>
8cf7cb
              <report>cim</report>
8cf7cb
              <report>plugin-management</report>
8cf7cb
              <report>plugins</report>
8cf7cb
              <report>distribution-management</report>
8cf7cb
            </reports>
8cf7cb
          </reportSet>
8cf7cb
        </reportSets>
8cf7cb
      </plugin>
8cf7cb
    </plugins>
8cf7cb
  </reporting>
8cf7cb
8cf7cb
  <profiles>
8cf7cb
    
8cf7cb
    <profile>
8cf7cb
      <id>apache-release</id>
8cf7cb
      <build>
8cf7cb
        <plugins>
8cf7cb
          
8cf7cb
               project directory source structure. This is the artifact which is 
8cf7cb
               the official subject of any release vote. -->
8cf7cb
          <plugin>
8cf7cb
            <artifactId>maven-assembly-plugin</artifactId>
8cf7cb
            <dependencies>
8cf7cb
              <dependency>
8cf7cb
                <groupId>org.apache.apache.resources</groupId>
8cf7cb
                <artifactId>apache-source-release-assembly-descriptor</artifactId>
8cf7cb
                <version>1.0.3</version>
8cf7cb
              </dependency>
8cf7cb
            </dependencies>
8cf7cb
            <executions>
8cf7cb
              <execution>
8cf7cb
                <id>source-release-assembly</id>
8cf7cb
                <phase>package</phase>
8cf7cb
                <goals>
8cf7cb
                  <goal>single</goal>
8cf7cb
                </goals>
8cf7cb
                <configuration>
8cf7cb
                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
8cf7cb
                  <descriptorRefs>
8cf7cb
                    <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
8cf7cb
                  </descriptorRefs>
8cf7cb
                  <tarLongFileFormat>gnu</tarLongFileFormat>
8cf7cb
                </configuration>
8cf7cb
              </execution>
8cf7cb
            </executions>
8cf7cb
          </plugin>
8cf7cb
          
8cf7cb
          <plugin>
8cf7cb
            <inherited>true</inherited>
8cf7cb
            <groupId>org.apache.maven.plugins</groupId>
8cf7cb
            <artifactId>maven-deploy-plugin</artifactId>
8cf7cb
            <configuration>
8cf7cb
              <updateReleaseInfo>true</updateReleaseInfo>
8cf7cb
            </configuration>
8cf7cb
          </plugin>
8cf7cb
          <plugin>
8cf7cb
            <groupId>org.apache.maven.plugins</groupId>
8cf7cb
            <artifactId>maven-source-plugin</artifactId>
8cf7cb
            <executions>
8cf7cb
              <execution>
8cf7cb
                <id>attach-sources</id>
8cf7cb
                <goals>
8cf7cb
                  <goal>jar</goal>
8cf7cb
                </goals>
8cf7cb
              </execution>
8cf7cb
            </executions>
8cf7cb
          </plugin>
8cf7cb
          <plugin>
8cf7cb
            <groupId>org.apache.maven.plugins</groupId>
8cf7cb
            <artifactId>maven-javadoc-plugin</artifactId>
8cf7cb
            <executions>
8cf7cb
              <execution>
8cf7cb
                <id>attach-javadocs</id>
8cf7cb
                <goals>
8cf7cb
                  <goal>jar</goal>
8cf7cb
                </goals>
8cf7cb
              </execution>
8cf7cb
            </executions>
8cf7cb
          </plugin>
8cf7cb
          
8cf7cb
          <plugin>
8cf7cb
            <groupId>org.apache.maven.plugins</groupId>
8cf7cb
            <artifactId>maven-gpg-plugin</artifactId>
8cf7cb
            <configuration>
8cf7cb
              <passphrase>${gpg.passphrase}</passphrase>
8cf7cb
              <useAgent>${gpg.useagent}</useAgent>
8cf7cb
            </configuration>
8cf7cb
            <executions>
8cf7cb
              <execution>
8cf7cb
                <goals>
8cf7cb
                  <goal>sign</goal>
8cf7cb
                </goals>
8cf7cb
              </execution>
8cf7cb
            </executions>
8cf7cb
          </plugin>
8cf7cb
        </plugins>
8cf7cb
      </build>
8cf7cb
    </profile>
8cf7cb
    
8cf7cb
8cf7cb
    <profile>
8cf7cb
      <id>maven-3</id>
8cf7cb
      <activation>
8cf7cb
        <file>
8cf7cb
          
8cf7cb
          <exists>${basedir}</exists>
8cf7cb
        </file>
8cf7cb
      </activation>
8cf7cb
      <build>
8cf7cb
        <plugins>
8cf7cb
          <plugin>
8cf7cb
            <groupId>org.apache.maven.plugins</groupId>
8cf7cb
            <artifactId>maven-site-plugin</artifactId>
8cf7cb
            <executions>
8cf7cb
              <execution>
8cf7cb
                <id>attach-descriptor</id>
8cf7cb
                <goals>
8cf7cb
                  <goal>attach-descriptor</goal>
8cf7cb
                </goals>
8cf7cb
              </execution>
8cf7cb
            </executions>
8cf7cb
          </plugin>
8cf7cb
        </plugins>
8cf7cb
      </build>
8cf7cb
    </profile>    
8cf7cb
  </profiles>
8cf7cb
</project>
8cf7cb