You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/10/22 07:52:30 UTC

[struts] 01/03: Uses instead of to avoid warnings

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit de6adde37e9144e914c45d2ed9187ff54673f850
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Oct 22 09:51:04 2017 +0200

    Uses <target/> instead of <tasks/> to avoid warnings
---
 apps/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/pom.xml b/apps/pom.xml
index e7e0fa6..9d6e4ff 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -51,14 +51,14 @@
                         <id>copy-sources</id>
                         <phase>process-sources</phase>
                         <configuration>
-                            <tasks>
+                            <target>
                                 <copy todir="${project.build.directory}/${project.artifactId}/WEB-INF/src/java" failonerror="false">
                                     <fileset dir="${basedir}/src/main/java" />
                                 </copy>
                                 <copy todir="${project.build.directory}/${project.artifactId}/WEB-INF/src/java" failonerror="false">
                                     <fileset dir="${basedir}/src/main/resources" />
                                 </copy>
-                            </tasks>
+                            </target>
                         </configuration>
                         <goals>
                             <goal>run</goal>

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.