Skip to content

Commit 980fcbe

Browse files
committed
GH-782: Document that sanctioned executables reside in subdirectories
1 parent a5642e8 commit 980fcbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,10 @@ public AbstractGenerateMojo() {
904904
* or via a property such that any executables are first moved to a directory within this
905905
* location. This is designed to be able to be used within a Maven profile if desired.
906906
*
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+
*
907911
* @since 3.9.0
908912
*/
909913
@Parameter(property = "protobuf.sanctioned-executable-path")

0 commit comments

Comments
 (0)