odlparent/pom.xml: Parameter tasks is deprecated
[odlparent.git] / odlparent / pom.xml
index 6020290180adee165f4ef6019de71cd2dc26de8b..2222f84346fbc83e60e3e0d0ee5be0ccfd4b4ea7 100644 (file)
               <goal>run</goal>
             </goals>
             <configuration>
-              <tasks>
+              <target>
                 <echo>Moving autowire.xml to org/opendaylight/blueprint</echo>
                 <move file="${basedir}/target/generated-resources/OSGI-INF/blueprint/autowire.xml"
                       todir="${basedir}/target/generated-resources/org/opendaylight/blueprint"
                       failonerror="false" quiet="true" />
-              </tasks>
+              </target>
             </configuration>
           </execution>
           <execution>
               <goal>run</goal>
             </goals>
             <configuration>
-              <tasks>
+              <target>
                 <echo>Moving autowire.xml to org/opendaylight/blueprint</echo>
                 <move file="${basedir}/target/generated-resources/OSGI-INF/blueprint/autowire.xml"
                       todir="${basedir}/target/generated-resources/org/opendaylight/blueprint"
                       failonerror="false" quiet="true" />
-              </tasks>
+              </target>
             </configuration>
           </execution>
         </executions>