Blame SOURCES/pom.xml

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