Replaced the deprecated parameter "tasks" with "target" for the maven-antrun-plugin

This commit is contained in:
Tuna Aksoy
2016-02-05 23:38:07 +00:00
parent 4dbc79219f
commit cf1637141c

View File

@@ -82,13 +82,13 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<copy todir="${project.build.directory}/${project.build.finalName}/config/alfresco">
<fileset dir="${project.build.outputDirectory}/alfresco"/>
</copy>
<move file="${project.build.directory}/${project.build.finalName}/config/alfresco/module/org_alfresco_module_rm/module.properties"
todir="${project.build.directory}/${project.build.finalName}"/>
</tasks>
</target>
</configuration>
</execution>
</executions>