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