teste nexus
parent
bc9a4b1763
commit
cf52de4009
23
pom.xml
23
pom.xml
|
@ -8,19 +8,9 @@
|
|||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>nexus-rjconsultores</id>
|
||||
<name>nexus-rjconsultores</name>
|
||||
<url>http://52.5.53.15/:8081/nexus/content/repositories/snapshots</url>
|
||||
<layout>default</layout>
|
||||
<uniqueVersion>false</uniqueVersion>
|
||||
<id>rj-releases</id>
|
||||
<url>http://52.5.53.15:8081/nexus/content/repositories/releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>nexus-rjconsultores</id>
|
||||
<name>nexus-rjconsultores</name>
|
||||
<url>http://52.5.53.15/:8081/nexus/content/repositories/snapshots</url>
|
||||
<layout>default</layout>
|
||||
<uniqueVersion>false</uniqueVersion>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
|
@ -29,16 +19,11 @@
|
|||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>11</source>
|
||||
<target>11</target>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>sonar-maven-plugin</artifactId>
|
||||
<version>3.9.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>3.0.0-M2</version>
|
||||
|
|
Loading…
Reference in New Issue