summaryrefslogtreecommitdiffstats
path: root/archiva-site/pom.xml
blob: bf03f82f4c6f8d6a207321d6fe163ad88fa45b98 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!--
  ~ 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">
  <parent>
    <groupId>org.apache.maven.archiva</groupId>
    <artifactId>archiva-parent</artifactId>
    <version>1.0-beta-2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>archiva-site</artifactId>
  <packaging>pom</packaging>
  <name>Archiva Site</name>

  <reporting>
    <excludeDefaults>true</excludeDefaults>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <reportSets>
          <reportSet>
            <reports>
              <report>cim</report>
              <report>issue-tracking</report>
              <report>mailing-list</report>
              <report>license</report>
              <report>project-team</report>
              <report>scm</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
    </plugins>
  </reporting>
  <!-- repeated here so that maven-site is not appended -->
  <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/tags/archiva-1.0-beta-2</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/tags/archiva-1.0-beta-2</developerConnection>
    <url>https://svn.apache.org/repos/asf/maven/archiva/tags/archiva-1.0-beta-2</url>
  </scm>

  <distributionManagement>
    <site>
      <id>apache.website</id>
      <url>scp://people.apache.org/www/maven.apache.org/archiva</url>
    </site>
  </distributionManagement>

  <mailingLists>
    <mailingList>
      <name>Maven Archiva User List</name>
      <subscribe>archiva-users-subscribe@maven.apache.org</subscribe>
      <unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe>
      <post>archiva-users@maven.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
    </mailingList>
    <mailingList>
      <name>Maven Archiva Developer List</name>
      <subscribe>archiva-dev-subscribe@maven.apache.org</subscribe>
      <unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe>
      <post>archiva-dev@maven.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
    </mailingList>
    <mailingList>
      <name>Maven Archiva Commits List</name>
      <subscribe>archiva-commits-subscribe@maven.apache.org</subscribe>
      <unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe>
      <post>archiva-commits@maven.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
    </mailingList>
    <!-- duplication from parent pom - temporary until they inherit properly -->
    <mailingList>
      <name>Maven Announcements List</name>
      <post>announce@maven.apache.org</post>
      <subscribe>announce-subscribe@maven.apache.org</subscribe>
      <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
    </mailingList>
    <mailingList>
      <name>Maven Issues List</name>
      <post>issues@maven.apache.org</post>
      <subscribe>issues-subscribe@maven.apache.org</subscribe>
      <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
    </mailingList>
    <mailingList>
      <name>Maven Notifications List</name>
      <post>notifications@maven.apache.org</post>
      <subscribe>notifications-subscribe@maven.apache.org</subscribe>
      <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
    </mailingList>
  </mailingLists>
</project>