aboutsummaryrefslogtreecommitdiffstats
path: root/design/white-site/pom.xml
blob: a902cd66551381cf41ceee46f69fd56afa09ef43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<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>
  <groupId>org.apache.maven.repository</groupId>
  <artifactId>maven-repository-manager-white-site</artifactId>
  <version>1.0-SNAPSHOT</version>
  <name>Maven Repository Manager White Site</name>
  <inceptionYear>2005</inceptionYear>
  <reporting>
    <excludeDefaults>true</excludeDefaults>
  </reporting>
  <distributionManagement>
    <site>
      <id>apache.website</id>
      <url>scp://people.apache.org/home/brett/public_html/repoman-site</url>
    </site>
  </distributionManagement>
  <repositories>
    <!-- for skin -->
    <repository>
      <id>apache.snapshots</id>
      <url>http://people.apache.org/maven-snapshot-repository</url>
    </repository>
  </repositories>
</project>