[ 
https://issues.apache.org/jira/browse/MPLUGIN-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869442#comment-17869442
 ] 

ASF GitHub Bot commented on MPLUGIN-529:
----------------------------------------

michael-o commented on code in PR #310:
URL: 
https://github.com/apache/maven-plugin-tools/pull/310#discussion_r1695757092


##########
maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginReportNoFork.java:
##########
@@ -0,0 +1,34 @@
+/*
+ * 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.
+ */
+package org.apache.maven.plugin.plugin.report;
+
+import org.apache.maven.plugins.annotations.Execute;
+import org.apache.maven.plugins.annotations.LifecyclePhase;
+import org.apache.maven.plugins.annotations.Mojo;
+
+/**
+ * Generates the Plugin's documentation report: <code>plugin-info.html</code> 
plugin overview page,
+ * and one <code><i>goal</i>-mojo.html</code> per goal.
+ * Relies on one output file from <a 
href="../maven-plugin-plugin/descriptor-mojo.html">plugin:descriptor</a>.
+ *
+ * @since 3.14.0

Review Comment:
   As a separate, preluding commit.





> New goals report-no-fork which will not invoke process-classes
> --------------------------------------------------------------
>
>                 Key: MPLUGIN-529
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-529
>             Project: Maven Plugin Tools
>          Issue Type: Improvement
>          Components: Plugin Reporting Plugin
>            Reporter: Matt Nelson
>            Priority: Major
>
> Identical root issues as MJAVADOC-369 and JXR-143
> Add new goal which does not fork the build when those phases have already 
> executed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to