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 318696c commit 4c30c04Copy full SHA for 4c30c04
protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java
@@ -105,7 +105,7 @@ public AbstractGenerateMojo() {
105
* <pre>{@code
106
* <arguments>
107
* <argument>--experimental_allow_proto3_optional</argument>
108
- * <argument>--php_out=${project.build.directory}/generated-sources/php</argument>
+ * <argument>--php_out=target/generated-sources/php</argument>
109
* </arguments>
110
* }</pre>
111
*
0 commit comments