From 50effaec79c2d648f60da783872306e970d02dff Mon Sep 17 00:00:00 2001 From: Fabio Faria Date: Mon, 28 Mar 2022 19:53:06 -0300 Subject: [PATCH] =?UTF-8?q?RollBack=20para=20corre=C3=A7=C3=A3o=20do=20bui?= =?UTF-8?q?ld?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - pom.xml | 64 +++++++++++++++++++++--------------------------------- 2 files changed, 25 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index fee28eca7..c67299421 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ org.eclipse.wst.common.project.facet.core.xml org.eclipse.wst.validation.prefs org.jboss.ide.eclipse.as.core.prefs /target/ -/.settings/ diff --git a/pom.xml b/pom.xml index a25ed9b59..8b31781ff 100644 --- a/pom.xml +++ b/pom.xml @@ -6,42 +6,29 @@ Flyway 1.0.0 - - 1.8 - 1.8 - 1.8 - ISO-8859-1 - - - - - rj-releases - http://52.5.53.15:8081/nexus/content/repositories/releases/ - - - - - - - org.apache.maven.plugins - maven-release-plugin - 3.8.1 - - @{project.version} - - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.9.1 - - - - + + src + + + src + + **/*.java + + + + + + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + ISO-8859-1 + + + + ${project.artifactId} + @@ -56,9 +43,8 @@ javax.servlet - javax.servlet-api - 4.0.1 - provided + servlet-api + 2.5 br.com.rjconsultores