Skip to content
Snippets Groups Projects
Commit 9682ba94 authored by Faller's avatar Faller
Browse files

Sonar

parent 00ec2821
No related branches found
No related tags found
No related merge requests found
Pipeline #6593 passed with warnings with stages
in 5 minutes and 47 seconds
......@@ -66,7 +66,7 @@
<artifactId>wildfly-maven-plugin</artifactId>
<configuration>
<filename>${project.artifactId}.ear</filename>
<!-- <skip>false</skip>-->
<skip>false</skip>
</configuration>
</plugin>
</plugins>
......
......@@ -57,9 +57,7 @@
<version.surefire.plugin>2.22.2</version.surefire.plugin>
<version.war.plugin>3.2.3</version.war.plugin>
<sonar.host.url>
http://nube.faller.com.uy:9000
</sonar.host.url>
<sonar.host.url>http://nube.faller.com.uy:9000</sonar.host.url>
<org.mapstruct.version>1.3.0.Final</org.mapstruct.version>
</properties>
......@@ -315,9 +313,9 @@
<inherited>true</inherited>
<configuration>
<skip>true</skip>
<!-- <hostname>nube.faller.com.uy</hostname>-->
<!-- <username>admin</username>-->
<!-- <password>admin</password>-->
<hostname>nube.faller.com.uy</hostname>
<username>admin</username>
<password>admin</password>
</configuration>
<executions>
<execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment