We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5642e8 commit 980fcbeCopy full SHA for 980fcbe
protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java
@@ -904,6 +904,10 @@ public AbstractGenerateMojo() {
904
* or via a property such that any executables are first moved to a directory within this
905
* location. This is designed to be able to be used within a Maven profile if desired.
906
*
907
+ * <p>When specified, any executables will be copied to this directory prior to invoking them.
908
+ * These executables will be located in a nested sub-directory to allow this setting to be
909
+ * shared across plugin invocations whilst retaining build reproducibility.
910
+ *
911
* @since 3.9.0
912
*/
913
@Parameter(property = "protobuf.sanctioned-executable-path")
0 commit comments