File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
maven-plugin-report-plugin/src/site/apt/examples Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,13 @@ Configuring Generation of Documentation Reports
5959
6060 The standard report goal <<<report>>> invokes separate lifecyle of <<<process-classes>>>.
6161 In a CI environment you now might execute something like <<<mvn clean deploy site-deploy>>>.
62- During <<<site>>> build the standard reports will trigger <<<process-classes>>> again, depending on your build this may take some time, because
63- stuff like <<<enforcer>>> or generating stubs from a WDSL will be invoked again, which may lead
62+ During <<<site>>> build the standard reports will trigger <<<process-classes>>> again.
63+ Depending on your build this may take some time because
64+ stuff like <<<enforcer>>> or generating stubs from a WSDL will be invoked again, which may lead
6465 to longer build times.
6566
66- As of version 3.14.0 a new report goal is defined, <<<report-no-fork>>> which will not trigger above phase a second time.
67+ As of version 3.14.0 a new report goal is defined, <<<report-no-fork>>> which will not trigger
68+ the above phase a second time.
6769
6870 Configure this in your <<<reporting>>> section as follows:
6971
You can’t perform that action at this time.
0 commit comments