From 8b84c4b5df8cfd1abde3fc34e58554b6202c372d Mon Sep 17 00:00:00 2001 From: alberto Date: Thu, 26 Sep 2019 19:12:32 +0000 Subject: [PATCH] =?UTF-8?q?Convers=C3=A3o=20ADM=20para=20maven=20bug#15923?= =?UTF-8?q?=20dev:trevezani=20qua:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@97885 d1611594-4594-4d17-8e1d-87c2c4800839 --- pom.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 66 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index c5da295e9..e9863fdd1 100644 --- a/pom.xml +++ b/pom.xml @@ -187,14 +187,6 @@ - - maven-war-plugin - 2.6 - - web - @{artifactId}@.@{extension}@ - - maven-compiler-plugin 3.3 @@ -204,6 +196,72 @@ Cp1252 + + maven-war-plugin + 2.6 + + web + @{artifactId}@.@{extension}@ + + + + io.github.olivierlemasle.maven + plaintext-maven-plugin + 1.0.0 + + ${project.basedir}/src/java + + + versionADM.info + + ${build.number} + + + + + + + generate-file + + write + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + io.github.olivierlemasle.maven + + + plaintext-maven-plugin + + + [1.0.0,) + + + write + + + + + + + + + + + + \ No newline at end of file