summaryrefslogtreecommitdiffstats
path: root/archiva-site/src/site/xdoc/index.xml
blob: 89ac53f57484147da83b70dd4c3a6c7845d17bae (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
112
113
114
115
116
<?xml version="1.0"?>
<!--
  ~ 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.
  -->

<document>
  <properties>
    <title>Welcome to Maven Archiva</title>
  </properties>
  <body>
    <section name="Welcome to Maven Archiva">
<!-- TODO: convert back to APT -->
      <p>
         Archiva is a build artifact repository manager for use with
         build tools such as <a href="http://maven.apache.org">Maven</a>,
         <a href="http://maven.apache.org/continuum/">Continuum</a>,
         and <a href="http://ant.apache.org/">ANT</a>.
      </p>

      <p>
        With Archiva, you can share artifacts with other developers and manage the associated
        security required, aggregate (proxy) content from remote artifact repositories, visualise
        your artifact utilisation with search, browse and reporting, and perform routine
        maintenance on your repositories.
      </p>

<!-- TODO: link to other content - quick start, guides, etc -->


<!-- TODO: move to the feature tour
      <ul>
        <li>A place for like-minded developers to share artifacts
            that are private in nature, such as found in proprietary
            development shops.</li>
        <li>The ability to act as a nearby (proxy) cache of popular global
            repositories for better build performance.</li>
        <li>Secure your repositories!  by user, by role, by repository,
            read vs write access controls.</li>
        <li>A tool to browse the repository information, and present it
            in a user friendly way.</li>
        <li>Maximize code reuse via a search / research tool to help
            find artifacts that might be of the most use for your
            immediate problem.</li>
        <li>Implement controls on the artifacts that the developers
            in your organization use.</li>
        <li>Identify unknown artifacts based on large database of
            known checksums for known artifacts.</li>
        <li>Reporting on artifact usage, to help identify those
            projects that are using your code.</li>
        <li>Reporting tools.</li>
        <li>Maintenance tools.</li>
      </ul>
-->
    </section>

<!-- TODO: move
    <section name="Need Help?">
      <p>Join the conversation!</p>
      <ul>
        <li>Try the Documentation: (see the navigation menu on the left)</li>
        <li><a href="http://www.nabble.com/archiva-users-f16426.html">Archiva
             Users</a> <a href="mail-lists.html">Mailing List</a>:
            <a href="mailto:archiva-users-subscribe@maven.apache.org">archiva-users@maven.apache.org</a></li>
        <li>Archiva IRC Channel:
           <a href="irc://irc.codehaus.org/#archiva">#archiva</a> on
           <a href="http://irc.codehaus.org/">irc.codehaus.org</a></li>
      </ul>
    </section>

    <section name="Contributing">
      <div class="p">
         We welcome developers to the Maven community who are interested
         in contributing. If you'd like to discuss Archiva, subscribe and
         post to <a href="mail-lists.html">the development mailing list</a>
         <code>archiva-dev@maven.apache.org</code>.
      </div>

      <div class="p">
         Read the <a href="hacking/">Hacking Archiva</a> document.
      </div>

      <div class="p">
         If you'd like to obtain the code, you can get it from Subversion.
         See <a href="source-repository.html">SCM details</a> for more
         information.
      </div>

      <div class="p">
         Bugs, issues and new ideas should be reported in the issue tracker -
         see <a href="issue-tracking.html">this page</a>.
      </div>

      <div class="p">
         A user managed wiki of alternative documentation is available a
         <a href="http://docs.codehaus.org/display/MAVENUSER/Archiva">the
         Archiva wiki</a>.
      </div>
    </section>
-->
  </body>
</document>