You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kw...@apache.org on 2022/11/12 12:53:00 UTC

[maven-parent] branch master updated: [MPOM-354] Leverage new report plugin (#90)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ed777d3  [MPOM-354] Leverage new report plugin (#90)
ed777d3 is described below

commit ed777d37040f400bffcbfd1fe48f106fb837dd38
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sat Nov 12 13:52:55 2022 +0100

    [MPOM-354] Leverage new report plugin (#90)
    
    use javadoc from plugin documentation
---
 maven-plugins/pom.xml | 16 +++++++---------
 pom.xml               |  2 +-
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 60113d8..385175b 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -77,6 +77,9 @@ under the License.
             <execution>
               <id>default-descriptor</id>
               <phase>process-classes</phase>
+              <configuration>
+                <internalJavadocBaseUrl>./apidocs/</internalJavadocBaseUrl>
+              </configuration>
             </execution>
             <execution>
               <id>generate-helpmojo</id>
@@ -143,15 +146,6 @@ under the License.
     </plugins>
   </build>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
     <profile>
       <id>quality-checks</id>
@@ -225,6 +219,10 @@ under the License.
       <id>reporting</id>
       <reporting>
         <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-plugin-report-plugin</artifactId>
+          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 44d8342..8abe0b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>27</version>
+    <version>28-SNAPSHOT</version>
     <relativePath>../asf/pom.xml</relativePath>
   </parent>