Skip to content

Commit 0b980a1

Browse files
committed
Migrate to maven-antrun-plugin 3.0.0.
1 parent fe6607b commit 0b980a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
<goal>run</goal>
412412
</goals>
413413
<configuration>
414-
<tasks>
414+
<target>
415415
<exec executable="svn">
416416
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
417417
</exec>
@@ -426,7 +426,7 @@
426426
<exec executable="svn">
427427
<arg line="update --set-depth infinity ${dirs}" />
428428
</exec>
429-
</tasks>
429+
</target>
430430
</configuration>
431431
</execution>
432432
</executions>

0 commit comments

Comments
 (0)