diff options
author | Brett Porter <brett@apache.org> | 2005-12-30 04:37:28 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2005-12-30 04:37:28 +0000 |
commit | 2df87ca73f55e7f4e1c91aa3a7365a8bb39e3bf9 (patch) | |
tree | 5bc4aa8c70e04c61406d29f7c39144e1987cbe7b /pom.xml | |
parent | 80fd208935c8c9bfef8e79c2c605fad36ef40839 (diff) | |
download | archiva-2df87ca73f55e7f4e1c91aa3a7365a8bb39e3bf9.tar.gz archiva-2df87ca73f55e7f4e1c91aa3a7365a8bb39e3bf9.zip |
reformat
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 53 |
1 files changed, 35 insertions, 18 deletions
@@ -1,3 +1,19 @@ +<!-- + ~ 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. + --> + <project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.repository</groupId> @@ -6,7 +22,8 @@ <name>Maven Repository Manager</name> <version>1.0-SNAPSHOT</version> <description> - The Maven Repository Manager is an application for managing one or more remote repositories, including administration, artifact handling, + The Maven Repository Manager is an application for managing one or more remote repositories, including + administration, artifact handling, browsing and searching. </description> <url>http://maven.apache.org/repository-manager</url> @@ -105,11 +122,11 @@ </modules> <repositories> <repository> -<!-- - <releases> - <enabled>false</enabled> - </releases> ---> + <!-- + <releases> + <enabled>false</enabled> + </releases> + --> <id>apache.snapshots</id> <name>Apache Development Repository</name> <url>http://cvs.apache.org/maven-snapshot-repository</url> @@ -193,13 +210,13 @@ </dependencies> </dependencyManagement> <distributionManagement> -<!-- - <repository> - <id>repo1</id> - <name>Maven Central Repository</name> - <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> - </repository> ---> + <!-- + <repository> + <id>repo1</id> + <name>Maven Central Repository</name> + <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> + </repository> + --> <snapshotRepository> <id>apache.snapshots</id> <name>Apache Development Repository</name> @@ -217,11 +234,11 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> -<!-- - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - </plugin> ---> + <!-- + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + --> <!-- TODO: should work, even if there are no sources --> <plugin> <groupId>org.codehaus.mojo</groupId> |