You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/17 11:05:08 UTC

[maven-reporting-api] branch master updated (b93edcd -> 63194dc)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git


    from b93edcd  Shared GitHub actions v2
     new b12d9d9  Remove superfluous page
     new 63194dc  Update CI URL

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                   |  2 +-
 src/site/apt/index.apt.vm | 34 ----------------------------------
 src/site/site.xml         |  2 +-
 3 files changed, 2 insertions(+), 36 deletions(-)
 delete mode 100644 src/site/apt/index.apt.vm


[maven-reporting-api] 02/02: Update CI URL

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git

commit 63194dc13b0c2fe47114aebf3c0bf2dd9f04eb02
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:06:52 2022 +0200

    Update CI URL
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4850cc1..caaac31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/</url>
+    <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/</url>
   </ciManagement>
   <distributionManagement>
     <site>


[maven-reporting-api] 01/02: Remove superfluous page

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git

commit b12d9d97cab4d7603563e00fcdee0bf62ed4680d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:06:34 2022 +0200

    Remove superfluous page
---
 src/site/apt/index.apt.vm | 34 ----------------------------------
 src/site/site.xml         |  2 +-
 2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
deleted file mode 100644
index 8e2481e..0000000
--- a/src/site/apt/index.apt.vm
+++ /dev/null
@@ -1,34 +0,0 @@
- -----
- Introduction
- -----
- Hervé Boutemy
- -----
- 2013-07-24
- -----
-
- ~~ 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.
-
- ~~ NOTE: For help with the syntax of this file, see:
- ~~ http://maven.apache.org/doxia/references/apt-format.html
-
-${project.name}
-
-  API to manage report generation.
-
-  <<<maven-reporting-api>>> is included in Maven 2.x core distribution, but moved to
-  shared components to achieve report decoupling from Maven 3 core.
diff --git a/src/site/site.xml b/src/site/site.xml
index a18a2a6..57539bb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,7 +23,7 @@ under the License.
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Javadoc" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->