[ https://issues.apache.org/jira/browse/MNG-7571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17652866#comment-17652866 ]
ASF GitHub Bot commented on MNG-7571: ------------------------------------- michael-o commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058986775 ########## api/maven-api-core/src/site/site.xml: ########## @@ -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"/> Review Comment: Yes, it is everywhere :-( > add new Maven immutable API to reference documentation > ------------------------------------------------------ > > Key: MNG-7571 > URL: https://issues.apache.org/jira/browse/MNG-7571 > Project: Maven > Issue Type: Task > Affects Versions: 4.0.0-alpha-2 > Reporter: Herve Boutemy > Priority: Major > Fix For: 4.0.0-alpha-4 > > > immutable API added in MNG-7553 > api directory but maven-api documentation url > https://maven.apache.org/ref/4.0.0-alpha-2/maven-api/index.html -- This message was sent by Atlassian Jira (v8.20.10#820010)