odlparent/pom.xml: Parameter tasks is deprecated 25/46525/2
authorIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 4 Oct 2016 00:48:22 +0000 (17:48 -0700)
committerStephen Kitt <skitt@redhat.com>
Wed, 5 Oct 2016 11:55:32 +0000 (11:55 +0000)
remove maven warning by replacing tasks with target
> [WARNING] Parameter tasks is deprecated, use target instead

Change-Id: I6cf82b1760e711de60dd836024b6e67239214c2c
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
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>