envio do war para o nexus
parent
fc881c3a49
commit
6bf6f9efbf
7
pom.xml
7
pom.xml
|
@ -6,6 +6,13 @@
|
|||
<version>1.0.0</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rj-releases</id>
|
||||
<url>http://52.5.53.15:8081/nexus/content/repositories/releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<sourceDirectory>src/java</sourceDirectory>
|
||||
|
|
Loading…
Reference in New Issue