maven

Форк
0
/
site.xml 
70 строк · 2.6 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2

3
<!--
4
Licensed to the Apache Software Foundation (ASF) under one
5
or more contributor license agreements.  See the NOTICE file
6
distributed with this work for additional information
7
regarding copyright ownership.  The ASF licenses this file
8
to you under the Apache License, Version 2.0 (the
9
"License"); you may not use this file except in compliance
10
with the License.  You may obtain a copy of the License at
11

12
  http://www.apache.org/licenses/LICENSE-2.0
13

14
Unless required by applicable law or agreed to in writing,
15
software distributed under the License is distributed on an
16
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
KIND, either express or implied.  See the License for the
18
specific language governing permissions and limitations
19
under the License.
20
-->
21

22
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
24
  name="Apache Maven">
25

26
  <bannerLeft>
27
    <name>${project.name}</name>
28
    <src>https://maven.apache.org/images/apache-maven-project.png</src>
29
    <href>https://maven.apache.org/</href>
30
  </bannerLeft>
31

32
  <edit>${project.scm.url}</edit>
33

34
  <body>
35
    <breadcrumbs>
36
      <item name="Ref" href="../" />
37
      <item name="Maven ${project.version}" href="./" />
38
    </breadcrumbs>
39

40
    <menu name="Overview">
41
      <item name="Introduction" href="index.html"/>
42
      <item name="JavaDocs" href="apidocs/index.html"/>
43
      <item name="Source Xref" href="xref/index.html"/>
44
      <!--item name="FAQ" href="faq.html"/-->
45
      <item name="License" href="http://www.apache.org/licenses/"/>
46
      <item name="Download" href="/download.html"/>
47
    </menu>
48

49
    <menu name="Descriptors Reference">
50
      <item name="POM" href="./maven-model/maven.html"/>
51
      <item name="Settings" href="./maven-settings/settings.html"/>
52
      <item name="Toolchains" href="./maven-core/toolchains.html"/>
53
    </menu>
54

55
    <menu name="Reference">
56
      <item name="Lifecycles" href="./maven-core/lifecycles.html"/>
57
      <item name="Plugin Bindings to Default Lifecycle" href="./maven-core/default-bindings.html"/>
58
      <item name="Artifact Handlers" href="./maven-core/artifact-handlers.html"/>
59
      <item name="CLI options" href="./maven-embedder/cli.html"/>
60
    </menu>
61

62
    <menu name="Development">
63
      <item name="Maven Developer Centre" href="../../developers/index.html"/>
64
      <item name="Maven Core ITs" href="../../core-its/index.html"/>
65
    </menu>
66

67
    <menu ref="modules"/>
68
    <menu ref="reports"/>
69
  </body>
70
</project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.