Skip to content

Commit 4c30c04

Browse files
committed
Fix ${placeholder} breaking documentation example
1 parent 318696c commit 4c30c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public AbstractGenerateMojo() {
105105
* <pre>{@code
106106
* <arguments>
107107
* <argument>--experimental_allow_proto3_optional</argument>
108-
* <argument>--php_out=${project.build.directory}/generated-sources/php</argument>
108+
* <argument>--php_out=target/generated-sources/php</argument>
109109
* </arguments>
110110
* }</pre>
111111
*

0 commit comments

Comments
 (0)