You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.xml 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0"?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one
  4. ~ or more contributor license agreements. See the NOTICE file
  5. ~ distributed with this work for additional information
  6. ~ regarding copyright ownership. The ASF licenses this file
  7. ~ to you under the Apache License, Version 2.0 (the
  8. ~ "License"); you may not use this file except in compliance
  9. ~ with the License. You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <document>
  21. <properties>
  22. <title>Welcome to Maven Archiva</title>
  23. </properties>
  24. <body>
  25. <section name="Welcome to Maven Archiva">
  26. <!-- TODO: convert back to APT -->
  27. <p>
  28. Archiva is a build artifact repository manager for use with
  29. build tools such as <a href="http://maven.apache.org">Maven</a>,
  30. <a href="http://maven.apache.org/continuum/">Continuum</a>,
  31. and <a href="http://ant.apache.org/">ANT</a>.
  32. </p>
  33. <p>
  34. With Archiva, you can share artifacts with other developers and manage the associated
  35. security required, aggregate (proxy) content from remote artifact repositories, visualise
  36. your artifact utilisation with search, browse and reporting, and perform routine
  37. maintenance on your repositories.
  38. </p>
  39. <!-- TODO: link to other content - quick start, guides, etc -->
  40. <!-- TODO: move to the feature tour
  41. <ul>
  42. <li>A place for like-minded developers to share artifacts
  43. that are private in nature, such as found in proprietary
  44. development shops.</li>
  45. <li>The ability to act as a nearby (proxy) cache of popular global
  46. repositories for better build performance.</li>
  47. <li>Secure your repositories! by user, by role, by repository,
  48. read vs write access controls.</li>
  49. <li>A tool to browse the repository information, and present it
  50. in a user friendly way.</li>
  51. <li>Maximize code reuse via a search / research tool to help
  52. find artifacts that might be of the most use for your
  53. immediate problem.</li>
  54. <li>Implement controls on the artifacts that the developers
  55. in your organization use.</li>
  56. <li>Identify unknown artifacts based on large database of
  57. known checksums for known artifacts.</li>
  58. <li>Reporting on artifact usage, to help identify those
  59. projects that are using your code.</li>
  60. <li>Reporting tools.</li>
  61. <li>Maintenance tools.</li>
  62. </ul>
  63. -->
  64. </section>
  65. <!-- TODO: move
  66. <section name="Need Help?">
  67. <p>Join the conversation!</p>
  68. <ul>
  69. <li>Try the Documentation: (see the navigation menu on the left)</li>
  70. <li><a href="http://www.nabble.com/archiva-users-f16426.html">Archiva
  71. Users</a> <a href="mail-lists.html">Mailing List</a>:
  72. <a href="mailto:archiva-users-subscribe@maven.apache.org">archiva-users@maven.apache.org</a></li>
  73. <li>Archiva IRC Channel:
  74. <a href="irc://irc.codehaus.org/#archiva">#archiva</a> on
  75. <a href="http://irc.codehaus.org/">irc.codehaus.org</a></li>
  76. </ul>
  77. </section>
  78. <section name="Contributing">
  79. <div class="p">
  80. We welcome developers to the Maven community who are interested
  81. in contributing. If you'd like to discuss Archiva, subscribe and
  82. post to <a href="mail-lists.html">the development mailing list</a>
  83. <code>archiva-dev@maven.apache.org</code>.
  84. </div>
  85. <div class="p">
  86. Read the <a href="hacking/">Hacking Archiva</a> document.
  87. </div>
  88. <div class="p">
  89. If you'd like to obtain the code, you can get it from Subversion.
  90. See <a href="source-repository.html">SCM details</a> for more
  91. information.
  92. </div>
  93. <div class="p">
  94. Bugs, issues and new ideas should be reported in the issue tracker -
  95. see <a href="issue-tracking.html">this page</a>.
  96. </div>
  97. <div class="p">
  98. A user managed wiki of alternative documentation is available a
  99. <a href="http://docs.codehaus.org/display/MAVENUSER/Archiva">the
  100. Archiva wiki</a>.
  101. </div>
  102. </section>
  103. -->
  104. </body>
  105. </document>