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 <[email protected]> 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 "[email protected]" <[email protected]>.
