Skip to content

Commit 510c192

Browse files
committed
Fixed ant plugin issue
1 parent f5c7065 commit 510c192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riemann-java-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
<id>generate-sources</id>
7171
<phase>generate-sources</phase>
7272
<configuration>
73-
<tasks>
73+
<target>
7474
<mkdir dir="target/generated-sources"/>
7575
<exec executable="protoc">
7676
<arg value="--java_out=target/generated-sources"/>
7777
<arg value="src/main/proto/riemann/proto.proto"/>
7878
</exec>
79-
</tasks>
79+
</target>
8080
</configuration>
8181
<goals>
8282
<goal>run</goal>

0 commit comments

Comments
 (0)