| <?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> |
| |
| <parent> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-parent</artifactId> |
| <version>8</version> |
| <relativePath>../pom/maven/pom.xml</relativePath> |
| </parent> |
| |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm</artifactId> |
| <version>1.1</version> |
| <packaging>pom</packaging> |
| |
| <name>Maven SCM</name> |
| <description>Maven SCM provides a common API for doing SCM operations.</description> |
| <url>http://maven.apache.org/scm/</url> |
| <inceptionYear>2003</inceptionYear> |
| |
| <mailingLists> |
| <mailingList> |
| <name>SCM Developer List</name> |
| <subscribe>scm-dev-subscribe@maven.apache.org</subscribe> |
| <unsubscribe>scm-dev-unsubscribe@maven.apache.org</unsubscribe> |
| <post>scm-dev@maven.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/maven-scm-dev</archive> |
| <otherArchives> |
| <otherArchive>http://www.mail-archive.com/scm-dev@maven.apache.org</otherArchive> |
| <otherArchive>http://maven.scm.dev.markmail.org/</otherArchive> |
| </otherArchives> |
| </mailingList> |
| <mailingList> |
| <name>SCM User List</name> |
| <subscribe>scm-users-subscribe@maven.apache.org</subscribe> |
| <unsubscribe>scm-users-unsubscribe@maven.apache.org</unsubscribe> |
| <post>scm-users@maven.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/maven-scm-users</archive> |
| <otherArchives> |
| <otherArchive>http://www.mail-archive.com/scm-users@maven.apache.org</otherArchive> |
| <otherArchive>http://maven.scm.users.markmail.org/</otherArchive> |
| </otherArchives> |
| </mailingList> |
| <mailingList> |
| <name>SCM Commits List</name> |
| <subscribe>scm-commits-subscribe@maven.apache.org</subscribe> |
| <unsubscribe>scm-commits-unsubscribe@maven.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/maven-scm-commits</archive> |
| <otherArchives> |
| <otherArchive>http://www.mail-archive.com/scm-commits@maven.apache.org</otherArchive> |
| <otherArchive>http://maven.scm.commits.markmail.org/</otherArchive> |
| </otherArchives> |
| </mailingList> |
| </mailingLists> |
| |
| <prerequisites> |
| <maven>2.0.6</maven> |
| </prerequisites> |
| |
| <modules> |
| <module>maven-scm-api</module> |
| <module>maven-scm-managers</module> |
| <module>maven-scm-test</module> |
| <module>maven-scm-providers</module> |
| <module>maven-scm-client</module> |
| <module>maven-scm-plugin</module> |
| </modules> |
| |
| <scm> |
| <connection>scm:svn:https://svn.apache.org/repos/asf/maven/scm/tags/maven-scm-1.1</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/scm/tags/maven-scm-1.1</developerConnection> |
| <url>scm:svn:https://svn.apache.org/repos/asf/maven/scm/tags/maven-scm-1.1</url> |
| </scm> |
| <issueManagement> |
| <system>jira</system> |
| <url>http://jira.codehaus.org/browse/SCM</url> |
| </issueManagement> |
| <distributionManagement> |
| <site> |
| <id>apache.website</id> |
| <url>scp://people.apache.org/www/maven.apache.org/scm/</url> |
| </site> |
| </distributionManagement> |
| |
| <dependencies> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-utils</artifactId> |
| </dependency> |
| </dependencies> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-api</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-manager-plexus</artifactId> |
| <version>1.1</version> |
| </dependency> |
| |
| <!-- providers declaration --> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-accurev</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-bazaar</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-clearcase</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-cvs-commons</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-cvsexe</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-cvsjava</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-git-commons</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-gitexe</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-hg</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-local</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-perforce</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-starteam</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-svn-commons</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-svnexe</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-synergy</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-vss</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <!-- end providers declaration --> |
| |
| <!-- Plexus --> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| <version>1.0-alpha-9</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-utils</artifactId> |
| <version>1.5.6</version> |
| </dependency> |
| |
| <!-- Test --> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>3.8.2</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-svntest</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-test</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-cvstest</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-gittest</artifactId> |
| <version>1.1</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <version>2.0-beta-7</version> |
| <configuration> |
| <tagBase>https://svn.apache.org/repos/asf/maven/scm/tags</tagBase> |
| </configuration> |
| </plugin> |
| <!-- TODO: remove when maven parent pom 9 is released --> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-site-plugin</artifactId> |
| <version>2.0-beta-7</version> |
| <configuration> |
| <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/scm/${project.artifactId}-${project.version}</stagingSiteURL> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-maven-plugin</artifactId> |
| <version>1.3.8</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-clean-plugin</artifactId> |
| <version>2.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <version>2.0.2</version> |
| <configuration> |
| <source>1.4</source> |
| <target>1.4</target> |
| <encoding>${project.build.sourceEncoding}</encoding> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-deploy-plugin</artifactId> |
| <version>2.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-gpg-plugin</artifactId> |
| <version>1.0-alpha-4</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-install-plugin</artifactId> |
| <version>2.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <version>2.2</version> |
| <configuration> |
| <archive> |
| <manifest> |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
| </manifest> |
| </archive> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>2.4</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-plugin-plugin</artifactId> |
| <version>2.4.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-source-plugin</artifactId> |
| <version>2.0.4</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>2.4.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>clirr-maven-plugin</artifactId> |
| <version>2.2.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.modello</groupId> |
| <artifactId>modello-maven-plugin</artifactId> |
| <version>1.0-alpha-21</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| |
| <!-- TODO: remove when maven parent pom 9 is released --> |
| <plugins> |
| <!-- We want to package up license resources in the JARs produced --> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-remote-resources-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>process</goal> |
| </goals> |
| <configuration> |
| <resourceBundles> |
| <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle> |
| </resourceBundles> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <reporting> |
| <plugins> |
| <plugin> |
| <artifactId>maven-project-info-reports-plugin</artifactId> |
| <version>2.1</version> |
| </plugin> |
| </plugins> |
| </reporting> |
| |
| <!-- TODO: remove when maven parent pom 9 is released --> |
| <profiles> |
| <profile> |
| <id>reporting</id> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>cobertura-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>clean</phase> |
| <goals> |
| <goal>clean</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| <reporting> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-plugin-plugin</artifactId> |
| <version>2.4.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-report-plugin</artifactId> |
| <version>2.4.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-checkstyle-plugin</artifactId> |
| <version>2.2</version> |
| <configuration> |
| <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation> |
| <headerLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt</headerLocation> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-pmd-plugin</artifactId> |
| <version>2.4</version> |
| <configuration> |
| <excludeRoots> |
| <excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot> |
| <excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot> |
| </excludeRoots> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>cobertura-maven-plugin</artifactId> |
| <version>2.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>taglist-maven-plugin</artifactId> |
| <version>2.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jxr-plugin</artifactId> |
| <version>2.1</version> |
| <configuration> |
| <inputEncoding>${project.build.sourceEncoding}</inputEncoding> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>2.4</version> |
| <configuration> |
| <encoding>${project.build.sourceEncoding}</encoding> |
| <links> |
| <link>http://java.sun.com/j2se/1.4.2/docs/api</link> |
| <link>http://java.sun.com/j2ee/1.4/docs/api</link> |
| <link>http://java.sun.com/j2se/1.5.0/docs/api</link> |
| <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link> |
| <link>http://commons.apache.org/dbcp/apidocs/</link> |
| <link>http://commons.apache.org/fileupload/apidocs/</link> |
| <link>http://commons.apache.org/httpclient/apidocs/</link> |
| <link>http://commons.apache.org/logging/apidocs/</link> |
| <link>http://commons.apache.org/pool/apidocs/</link> |
| <link>http://junit.sourceforge.net/javadoc/</link> |
| <link>http://logging.apache.org/log4j/1.2/apidocs/</link> |
| <link>http://jakarta.apache.org/regexp/apidocs/</link> |
| <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link> |
| </links> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>clirr-maven-plugin</artifactId> |
| <version>2.2.2</version> |
| </plugin> |
| </plugins> |
| </reporting> |
| </profile> |
| |
| <profile> |
| <id>reporting-aggregate</id> |
| <modules /> |
| <!-- To generate aggregate reports --> |
| <!-- To deploy both aggregate reports for top-level project and standalone reports for modules, call |
| mvn site -Preporting |
| mvn site:deploy |
| mvn site -Preporting-aggregate |
| mvn -N site:deploy |
| --> |
| <reporting> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jxr-plugin</artifactId> |
| <version>2.1</version> |
| <configuration> |
| <aggregate>true</aggregate> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>2.4</version> |
| <configuration> |
| <links> |
| <link>http://java.sun.com/j2se/1.4.2/docs/api</link> |
| <link>http://java.sun.com/j2ee/1.4/docs/api</link> |
| <link>http://java.sun.com/j2se/1.5.0/docs/api</link> |
| <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link> |
| <link>http://commons.apache.org/dbcp/apidocs/</link> |
| <link>http://commons.apache.org/fileupload/apidocs/</link> |
| <link>http://commons.apache.org/httpclient/apidocs/</link> |
| <link>http://commons.apache.org/logging/apidocs/</link> |
| <link>http://commons.apache.org/pool/apidocs/</link> |
| <link>http://junit.sourceforge.net/javadoc/</link> |
| <link>http://logging.apache.org/log4j/1.2/apidocs/</link> |
| <link>http://jakarta.apache.org/regexp/apidocs/</link> |
| <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link> |
| </links> |
| <aggregate>true</aggregate> |
| </configuration> |
| </plugin> |
| </plugins> |
| </reporting> |
| </profile> |
| </profiles> |
| </project> |