2005-12-29 23:37:28 -05:00
|
|
|
<!--
|
|
|
|
~ Copyright 2005-2006 The Apache Software Foundation.
|
|
|
|
~
|
|
|
|
~ Licensed 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.
|
|
|
|
-->
|
|
|
|
|
2005-11-27 22:15:35 -05:00
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.apache.maven.repository</groupId>
|
|
|
|
<artifactId>maven-repository-manager</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Maven Repository Manager</name>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<description>
|
2005-12-29 23:37:28 -05:00
|
|
|
The Maven Repository Manager is an application for managing one or more remote repositories, including
|
|
|
|
administration, artifact handling,
|
2005-11-27 22:15:35 -05:00
|
|
|
browsing and searching.
|
|
|
|
</description>
|
|
|
|
<url>http://maven.apache.org/repository-manager</url>
|
|
|
|
<issueManagement>
|
|
|
|
<system>jira</system>
|
|
|
|
<url>http://jira.codehaus.org/browse/MRM</url>
|
|
|
|
</issueManagement>
|
|
|
|
<ciManagement>
|
|
|
|
<system>continuum</system>
|
|
|
|
<notifiers>
|
|
|
|
<notifier>
|
|
|
|
<configuration>
|
|
|
|
<address>commits@maven.apache.org</address>
|
|
|
|
</configuration>
|
|
|
|
</notifier>
|
|
|
|
</notifiers>
|
|
|
|
</ciManagement>
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Maven User List</name>
|
|
|
|
<subscribe>users-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<post>users@maven.apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
|
|
|
|
<otherArchives>
|
|
|
|
<otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
|
|
|
|
<otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
|
|
|
|
</otherArchives>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Maven Developer List</name>
|
|
|
|
<subscribe>dev-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<post>dev@maven.apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Maven Commits List</name>
|
|
|
|
<subscribe>commits-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<post>commits@maven.apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Apache Announce List</name>
|
|
|
|
<subscribe>announce-subscribe@apache.org</subscribe>
|
|
|
|
<unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
|
|
|
|
<post>announce@apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>brett</id>
|
|
|
|
<name>Brett Porter</name>
|
|
|
|
<email>brett@apache.org</email>
|
|
|
|
<organization>ASF</organization>
|
|
|
|
<roles>
|
|
|
|
<role>PMC Member</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>+10</timezone>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
<scm>
|
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/repository-manager/trunk</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/repository-manager/trunk</developerConnection>
|
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/maven/repository-manager/trunk</url>
|
|
|
|
</scm>
|
|
|
|
<organization>
|
|
|
|
<name>Apache Software Foundation</name>
|
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
</organization>
|
|
|
|
<build>
|
2005-12-30 03:33:44 -05:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>descriptor</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2005-11-27 22:15:35 -05:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/repository-manager/tags</tagBase>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
<modules>
|
2006-01-08 23:56:15 -05:00
|
|
|
<module>maven-repository-application</module>
|
2005-11-28 20:45:24 -05:00
|
|
|
<module>maven-repository-discovery</module>
|
2005-11-29 02:46:08 -05:00
|
|
|
<module>maven-repository-reports-standard</module>
|
2005-12-20 20:54:19 -05:00
|
|
|
<module>maven-repository-indexer</module>
|
2005-12-31 21:55:45 -05:00
|
|
|
<module>maven-repository-utils</module>
|
2006-01-08 23:58:17 -05:00
|
|
|
<module>maven-repository-webapp</module>
|
2005-11-27 22:15:35 -05:00
|
|
|
</modules>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
2005-12-29 23:37:28 -05:00
|
|
|
<!--
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
|
|
|
-->
|
2005-11-27 22:15:35 -05:00
|
|
|
<id>apache.snapshots</id>
|
|
|
|
<name>Apache Development Repository</name>
|
|
|
|
<url>http://cvs.apache.org/maven-snapshot-repository</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
|
|
|
<id>apache.snapshots</id>
|
|
|
|
<name>Apache Development Repository</name>
|
|
|
|
<url>http://cvs.apache.org/maven-snapshot-repository</url>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<version>1.0-alpha-8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>1.0.4</version>
|
|
|
|
</dependency>
|
2005-11-28 20:45:24 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-11-29 02:46:08 -05:00
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
2005-11-28 20:45:24 -05:00
|
|
|
<version>2.0</version>
|
|
|
|
</dependency>
|
2005-11-29 02:46:08 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-12-11 13:16:11 -05:00
|
|
|
<version>2.0</version>
|
2005-11-29 02:46:08 -05:00
|
|
|
</dependency>
|
2005-11-27 22:15:35 -05:00
|
|
|
<dependency>
|
2005-11-29 05:22:35 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
2005-12-11 13:16:11 -05:00
|
|
|
<version>2.0</version>
|
2005-11-29 05:22:35 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-11-27 22:15:35 -05:00
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
<version>1.0-alpha-5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh</artifactId>
|
|
|
|
<version>1.0-alpha-5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<version>1.0-alpha-5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<version>1.0-alpha-5</version>
|
|
|
|
</dependency>
|
2005-11-30 20:35:02 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.repository</groupId>
|
|
|
|
<artifactId>maven-repository-discovery</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
2006-01-08 23:56:15 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.repository</groupId>
|
|
|
|
<artifactId>maven-repository-indexer</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
2005-12-31 21:55:45 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.repository</groupId>
|
|
|
|
<artifactId>maven-repository-utils</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
2005-11-27 22:15:35 -05:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
<distributionManagement>
|
2005-12-29 23:37:28 -05:00
|
|
|
<!--
|
|
|
|
<repository>
|
|
|
|
<id>repo1</id>
|
|
|
|
<name>Maven Central Repository</name>
|
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
|
|
|
|
</repository>
|
|
|
|
-->
|
2005-11-27 22:15:35 -05:00
|
|
|
<snapshotRepository>
|
|
|
|
<id>apache.snapshots</id>
|
|
|
|
<name>Apache Development Repository</name>
|
|
|
|
<url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<url>scp://minotaur.apache.org/www/maven.apache.org/repository-manager/</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2005-11-29 02:46:08 -05:00
|
|
|
<!-- TODO: should be omitted when there are no tests to run -->
|
|
|
|
<plugin>
|
2005-12-12 12:33:09 -05:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
2005-11-29 02:46:08 -05:00
|
|
|
</plugin>
|
2005-12-29 23:37:28 -05:00
|
|
|
<!--
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
-->
|
2005-11-27 22:15:35 -05:00
|
|
|
<!-- TODO: should work, even if there are no sources -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>changelog-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>taglist-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2005-11-27 23:50:31 -05:00
|
|
|
<!-- TODO: should be omitted when there are no sources -->
|
2005-11-27 22:15:35 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>jxr-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2005-11-27 23:50:31 -05:00
|
|
|
<!-- TODO: should be omitted when there are no tests to run -->
|
2005-11-27 22:15:35 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>surefire-report-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2005-11-27 23:50:31 -05:00
|
|
|
<!-- TODO: should be omitted when there are no sources/not java -->
|
2005-11-27 22:15:35 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
</plugin>
|
2005-11-27 23:50:31 -05:00
|
|
|
<!-- TODO: should be omitted when there are no sources/not java -->
|
2005-11-27 22:15:35 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
</project>
|
|
|
|
|