We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c7065 commit 510c192Copy full SHA for 510c192
1 file changed
riemann-java-client/pom.xml
@@ -70,13 +70,13 @@
70
<id>generate-sources</id>
71
<phase>generate-sources</phase>
72
<configuration>
73
- <tasks>
+ <target>
74
<mkdir dir="target/generated-sources"/>
75
<exec executable="protoc">
76
<arg value="--java_out=target/generated-sources"/>
77
<arg value="src/main/proto/riemann/proto.proto"/>
78
</exec>
79
- </tasks>
+ </target>
80
</configuration>
81
<goals>
82
<goal>run</goal>
0 commit comments