2006-10-26 05:15:23 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
~ 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.
|
|
|
|
-->
|
|
|
|
|
2006-06-08 04:09:11 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2006-08-26 03:22:22 -04:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2006-06-08 04:09:11 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2006-08-26 03:22:22 -04:00
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
2006-08-26 03:52:00 -04:00
|
|
|
<artifactId>archiva-white-site</artifactId>
|
2006-06-08 04:09:11 -04:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2006-08-26 03:52:00 -04:00
|
|
|
<name>Archiva White Site</name>
|
2006-06-08 04:09:11 -04:00
|
|
|
<inceptionYear>2005</inceptionYear>
|
|
|
|
<reporting>
|
|
|
|
<excludeDefaults>true</excludeDefaults>
|
|
|
|
</reporting>
|
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
2006-08-09 22:23:54 -04:00
|
|
|
<id>apache.website</id>
|
2006-06-08 04:09:11 -04:00
|
|
|
<url>scp://people.apache.org/home/brett/public_html/repoman-site</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2006-08-08 01:35:02 -04:00
|
|
|
<repositories>
|
|
|
|
<!-- for skin -->
|
|
|
|
<repository>
|
|
|
|
<id>apache.snapshots</id>
|
2006-12-01 11:55:27 -05:00
|
|
|
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
2006-08-08 01:35:02 -04:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
2006-06-08 04:09:11 -04:00
|
|
|
</project>
|