mirror of https://github.com/apache/maven.git
configure javadoc groups
This commit is contained in:
parent
c710760fb9
commit
6e508869f0
|
@ -23,4 +23,10 @@ under the License.
|
||||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
|
||||||
|
|
||||||
<edit>${project.scm.url}</edit>
|
<edit>${project.scm.url}</edit>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<menu name="Overview">
|
||||||
|
<item name="Introduction" href="index.html"/>
|
||||||
|
</menu>
|
||||||
|
</body>
|
||||||
</project>
|
</project>
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
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/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
|
||||||
|
|
||||||
|
<edit>${project.scm.url}</edit>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<menu name="Overview">
|
||||||
|
<item name="Introduction" href="index.html"/>
|
||||||
|
<item name="Javadocs" href="apidocs/index.html"/>
|
||||||
|
<item name="Source Xref" href="xref/index.html"/>
|
||||||
|
<!--item name="FAQ" href="faq.html"/-->
|
||||||
|
</menu>
|
||||||
|
|
||||||
|
<menu ref="parent"/>
|
||||||
|
<menu ref="reports"/>
|
||||||
|
</body>
|
||||||
|
</project>
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
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/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
|
||||||
|
|
||||||
|
<edit>${project.scm.url}</edit>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<menu name="Overview">
|
||||||
|
<item name="Introduction" href="index.html"/>
|
||||||
|
<item name="Javadocs" href="apidocs/index.html"/>
|
||||||
|
<item name="Source Xref" href="xref/index.html"/>
|
||||||
|
<!--item name="FAQ" href="faq.html"/-->
|
||||||
|
</menu>
|
||||||
|
|
||||||
|
<menu ref="parent"/>
|
||||||
|
<menu ref="reports"/>
|
||||||
|
</body>
|
||||||
|
</project>
|
|
@ -28,10 +28,38 @@ under the License.
|
||||||
<href>https://maven.apache.org/</href>
|
<href>https://maven.apache.org/</href>
|
||||||
</bannerLeft>
|
</bannerLeft>
|
||||||
|
|
||||||
|
<bannerRight>
|
||||||
|
<src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
|
||||||
|
<href>https://maven.apache.org/</href>
|
||||||
|
</bannerRight>
|
||||||
|
|
||||||
|
<skin>
|
||||||
|
<groupId>org.apache.maven.skins</groupId>
|
||||||
|
<artifactId>maven-fluido-skin</artifactId>
|
||||||
|
<version>1.11.2</version>
|
||||||
|
</skin>
|
||||||
|
|
||||||
<edit>${project.scm.url}</edit>
|
<edit>${project.scm.url}</edit>
|
||||||
|
|
||||||
|
<custom>
|
||||||
|
<matomo>
|
||||||
|
<siteId>3</siteId>
|
||||||
|
<url>https://analytics.apache.org/</url>
|
||||||
|
<options>
|
||||||
|
<disableCookies/>
|
||||||
|
<trackPageView/>
|
||||||
|
<enableLinkTracking/>
|
||||||
|
</options>
|
||||||
|
</matomo>
|
||||||
|
</custom>
|
||||||
|
|
||||||
|
<publishDate position="right" />
|
||||||
|
<version position="right" />
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<breadcrumbs>
|
<breadcrumbs>
|
||||||
|
<item name="Apache" href="https://www.apache.org/" />
|
||||||
|
<item name="Maven" href="https://maven.apache.org/index.html" />
|
||||||
<item name="Ref" href="../" />
|
<item name="Ref" href="../" />
|
||||||
<item name="Maven ${project.version}" href="../" />
|
<item name="Maven ${project.version}" href="../" />
|
||||||
<item name="${project.name}" href="./" />
|
<item name="${project.name}" href="./" />
|
||||||
|
|
|
@ -0,0 +1,35 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
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/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
|
||||||
|
|
||||||
|
<edit>${project.scm.url}</edit>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<menu name="Overview">
|
||||||
|
<item name="Introduction" href="index.html"/>
|
||||||
|
<item name="Javadocs" href="apidocs/index.html"/>
|
||||||
|
<item name="Source Xref" href="xref/index.html"/>
|
||||||
|
<!--item name="FAQ" href="faq.html"/-->
|
||||||
|
</menu>
|
||||||
|
</body>
|
||||||
|
</project>
|
|
@ -0,0 +1,35 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
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/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
|
||||||
|
|
||||||
|
<edit>${project.scm.url}</edit>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<menu name="Overview">
|
||||||
|
<item name="Introduction" href="index.html"/>
|
||||||
|
<item name="Javadocs" href="apidocs/index.html"/>
|
||||||
|
<item name="Source Xref" href="xref/index.html"/>
|
||||||
|
<!--item name="FAQ" href="faq.html"/-->
|
||||||
|
</menu>
|
||||||
|
</body>
|
||||||
|
</project>
|
38
pom.xml
38
pom.xml
|
@ -876,6 +876,44 @@ under the License.
|
||||||
<head>Provisional:</head>
|
<head>Provisional:</head>
|
||||||
</tag>
|
</tag>
|
||||||
</tags>
|
</tags>
|
||||||
|
<groups>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - Core</title>
|
||||||
|
<packages>org.apache.maven.api*</packages>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - Plugin</title>
|
||||||
|
<packages>org.apache.maven.api.plugin.descriptor*</packages>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - Model</title>
|
||||||
|
<packages>org.apache.maven.api.model</packages>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - Settings</title>
|
||||||
|
<packages>org.apache.maven.api.settings</packages>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - Toolchain</title>
|
||||||
|
<packages>org.apache.maven.api.toolchain</packages>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - Meta</title>
|
||||||
|
<packages>org.apache.maven.api.annotations</packages>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - DI</title>
|
||||||
|
<packages>org.apache.maven.api.di</packages>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - SPI</title>
|
||||||
|
<packages>org.apache.maven.api.spi</packages>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<title>Maven 4 API - XML</title>
|
||||||
|
<packages>org.apache.maven.api.xml</packages>
|
||||||
|
</group>
|
||||||
|
</groups>
|
||||||
</configuration>
|
</configuration>
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
|
|
|
@ -639,11 +639,11 @@
|
||||||
<path d="m23193 15967-28 28 435-95-397-202 19 33 13 38 7 40-1 43-8 42-18 39z"/>
|
<path d="m23193 15967-28 28 435-95-397-202 19 33 13 38 7 40-1 43-8 42-18 39z"/>
|
||||||
</g>
|
</g>
|
||||||
<g>
|
<g>
|
||||||
<path fill="none" d="M22399 7891h2203v811h-2203z"/>
|
<path fill="none" d="M22599 7891h2203v811h-2203z"/>
|
||||||
<a target="_parent" xlink:href="../maven-xml-impl/">
|
<a target="_parent" xlink:href="../maven-xml-impl/">
|
||||||
<path fill="#9CF" d="M23500 8700h-1100v-808h2200v808z"/>
|
<path fill="#9CF" d="M23700 8700h-1100v-808h2200v808z"/>
|
||||||
<path fill="none" stroke="#000" d="M23500 8700h-1100v-808h2200v808z"/>
|
<path fill="none" stroke="#000" d="M23700 8700h-1100v-808h2200v808z"/>
|
||||||
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="494" font-weight="400"><tspan x="22579" y="8468" class="TextPosition"><tspan style="white-space:pre">xml-impl</tspan></tspan></tspan></text>
|
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="494" font-weight="400"><tspan x="22779" y="8468" class="TextPosition"><tspan style="white-space:pre">xml-impl</tspan></tspan></tspan></text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
<g>
|
<g>
|
||||||
|
@ -655,9 +655,9 @@
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
<g>
|
<g>
|
||||||
<path fill="none" d="M21800 8699h1702v807h-1702z"/>
|
<path fill="none" d="M21800 8699h1902v807h-1902z"/>
|
||||||
<path fill="none" stroke="#000" d="m23500 8700-1339 633"/>
|
<path fill="none" stroke="#000" d="m23700 8700-1532 648"/>
|
||||||
<path d="m22107 9228 8-39-315 315 443-44-33-17-32-25-28-30-22-37-15-40-7-42z"/>
|
<path d="m22118 9241 10-38-328 301 444-25-32-19-31-26-26-32-21-37-14-41-4-42z"/>
|
||||||
</g>
|
</g>
|
||||||
<g>
|
<g>
|
||||||
<path fill="none" d="M23455 8699h302v7203h-302z"/>
|
<path fill="none" d="M23455 8699h302v7203h-302z"/>
|
||||||
|
@ -719,5 +719,18 @@
|
||||||
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="494" font-weight="400"><tspan x="1710" y="4367" class="TextPosition"><tspan style="white-space:pre">jline</tspan></tspan></tspan></text>
|
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="494" font-weight="400"><tspan x="1710" y="4367" class="TextPosition"><tspan style="white-space:pre">jline</tspan></tspan></tspan></text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="none" d="M23999 9089h2403v812h-2403z"/>
|
||||||
|
<a target="_parent" xlink:href="https://github.com/FasterXML/woodstox">
|
||||||
|
<path fill="#FF9" d="M25200 9899h-1200v-809h2400v809z"/>
|
||||||
|
<path fill="none" stroke="#000" d="M25200 9899h-1200v-809h2400v809z"/>
|
||||||
|
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="494" font-weight="400"><tspan x="24152" y="9666" class="TextPosition"><tspan style="white-space:pre">woodstox</tspan></tspan></tspan></text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="none" d="M23700 8699h1502v433h-1502z"/>
|
||||||
|
<path fill="none" stroke="#000" d="m23701 8700 1113 290"/>
|
||||||
|
<path d="m24787 9106-30 24 443-39-368-251 15 35 8 39 2 42-7 42-14 40-22 37z"/>
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 41 KiB |
Binary file not shown.
Loading…
Reference in New Issue