You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2019/07/15 14:19:51 UTC

[nifi-minifi] branch master updated: MINIFI-506 Update deprecated 'tasks' tags to 'target' in assembly antrun plugin.

This is an automated email from the ASF dual-hosted git repository.

aldrin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi.git


The following commit(s) were added to refs/heads/master by this push:
     new d2a5544  MINIFI-506 Update deprecated 'tasks' tags to 'target' in assembly antrun plugin.
d2a5544 is described below

commit d2a55440a6c99f3ef40a4bc4e69a5dc97381aea9
Author: Aldrin Piri <al...@apache.org>
AuthorDate: Thu Jul 11 09:36:05 2019 -0400

    MINIFI-506 Update deprecated 'tasks' tags to 'target' in assembly antrun plugin.
---
 minifi-assembly/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/minifi-assembly/pom.xml b/minifi-assembly/pom.xml
index e7b8928..18b3760 100644
--- a/minifi-assembly/pom.xml
+++ b/minifi-assembly/pom.xml
@@ -68,7 +68,7 @@ limitations under the License.
                             <goal>run</goal>
                         </goals>
                         <configuration>
-                            <tasks>
+                            <target>
                                 <taskdef resource="net/sf/antcontrib/antcontrib.properties" />
                                 <if>
                                     <available file="${basedir}/target/minifiw.exe" />
@@ -92,7 +92,7 @@ limitations under the License.
                                         <copy file="${java.io.tmpdir}/amd64/prunsrv.exe" tofile="${basedir}/target/minifi.exe" />
                                     </else>
                                 </if>
-                            </tasks>
+                            </target>
                         </configuration>
                     </execution>
                 </executions>