We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf6388 commit e5d3162Copy full SHA for e5d3162
tests/pom.xml
@@ -56,19 +56,20 @@
56
<plugin>
57
<groupId>org.apache.maven.plugins</groupId>
58
<artifactId>maven-antrun-plugin</artifactId>
59
+ <version>3.1.0</version>
60
<executions>
61
<execution>
62
<phase>process-test-resources</phase>
63
<goals>
64
<goal>run</goal>
65
</goals>
66
<configuration>
- <tasks>
67
+ <target>
68
<echo>copy proxy protocol handler</echo>
69
<copy file="${basedir}/../pulsar-transformations/target/pulsar-transformations-${project.version}.nar" tofile="${project.build.outputDirectory}/pulsar-transformations.nar">
70
<!-- this comment prevents mvn release plugin to wrongly reformat the pom -->
71
</copy>
- </tasks>
72
+ </target>
73
</configuration>
74
</execution>
75
</executions>
0 commit comments