|
31 | 31 | import io.github.ascopes.protobufmavenplugin.plugins.ProtocPlugin; |
32 | 32 | import java.nio.file.Files; |
33 | 33 | import java.nio.file.Path; |
34 | | -import java.util.ArrayList; |
35 | 34 | import java.util.Collection; |
36 | | -import java.util.Collections; |
37 | 35 | import java.util.List; |
38 | 36 | import java.util.Map; |
39 | 37 | import java.util.Optional; |
@@ -619,14 +617,15 @@ public AbstractGenerateMojo() { |
619 | 617 | * |
620 | 618 | * <p>Most users <strong>SHOULD NOT</strong> specify this. |
621 | 619 | * |
622 | | - * <p>If users operate in an overly locked-down corporate environment that disallows running |
| 620 | + * <p>Some users operate in an overly locked-down corporate environment that disallows running |
623 | 621 | * shell/batch scripts or native executables outside sanctioned locations on their local |
624 | | - * file system, they can specify the path here either via this configuration parameter |
625 | | - * or via a property such that any executables are first moved to a directory within this |
626 | | - * location. This is designed to be able to be used within a Maven profile if desired. |
| 622 | + * file system. In this case, they can specify the path here either via this configuration |
| 623 | + * parameter or via a property. This will result in any executables first being moved to a |
| 624 | + * directory within this location. This is designed to be able to be used within a Maven profile |
| 625 | + * if desired. |
627 | 626 | * |
628 | 627 | * <p>When specified, any executables will be copied to this directory prior to invoking them. |
629 | | - * These executables will be located in a nested sub-directory to allow this setting to be |
| 628 | + * These executables will be located in a nested subdirectory to allow this setting to be |
630 | 629 | * shared across plugin invocations whilst retaining build reproducibility. |
631 | 630 | * |
632 | 631 | * @since 3.9.0 |
|
0 commit comments