Blame SOURCES/pom.xml

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