From 8476a7ed3e48d5d81a42e3dfa49dca87f9999773 Mon Sep 17 00:00:00 2001 From: fabiorj Date: Wed, 8 Dec 2021 18:55:51 -0300 Subject: [PATCH] ajuste para build --- pom.xml | 180 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 91 insertions(+), 89 deletions(-) diff --git a/pom.xml b/pom.xml index 137cf06ee..0b77e8c52 100644 --- a/pom.xml +++ b/pom.xml @@ -3,14 +3,99 @@ 4.0.0 br.com.rjconsultores ventaboletosadm - 0.0.1-SNAPSHOT + 1.0.0 war + + ${project.artifactId} + src/java + + + src/java + + **/*.java + + + + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + ISO-8859-1 + + + + maven-war-plugin + 2.6 + + web + @{artifactId}@.@{extension}@ + + + + + io.github.olivierlemasle.maven + plaintext-maven-plugin + 1.6.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 + + + + + + + + + + + + + + br.com.rjconsultores modelWeb - 0.0.1-SNAPSHOT + 1.0.0 xml-apis @@ -45,12 +130,12 @@ br.com.rjconsultores IntegracaoReceitaDespesa - 0.0.1-SNAPSHOT + 1.0.0 br.com.rjconsultores WSTotvs - 0.0.1-SNAPSHOT + 1.0.0 javax.transaction @@ -69,7 +154,7 @@ br.com.rjconsultores WSAG - 0.0.1-SNAPSHOT + 1.0.0 javax.xml.bind @@ -235,88 +320,5 @@ - - ${project.artifactId} - src/java - - - src/java - - **/*.java - - - - - - maven-compiler-plugin - 3.3 - - 1.6 - 1.6 - Cp1252 - - - - maven-war-plugin - 2.6 - - web - @{artifactId}@.@{extension}@ - - - - - io.github.olivierlemasle.maven - plaintext-maven-plugin - 1.6.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