Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions JavaWebApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
<distributionManagement>
<snapshotRepository>
<id>nexusdeploymentrepo</id>
<url>http://54.152.101.121:8081/repository/maven-snapshots/</url> <!-- Update the IP/Address to Your Nexus VM IP -->
<url>http://18.118.138.80:8081/repository/maven-snapshots/</url> <!-- Update the IP/Address to Your Nexus VM IP -->
</snapshotRepository> <!-- Mmake sure to create the "maven-snapshots" repo in Nexus -->
<repository>
<id>nexusdeploymentrepo</id>
<url>http://54.152.101.121:8081/repository/maven-releases/</url> <!-- Update the IP/Address to Your Nexus VM IP -->
<url>http://18.118.138.80:8081/repository/maven-releases/</url> <!-- Update the IP/Address to Your Nexus VM IP -->
</repository> <!-- Also make sure you have the above two or one repositories created -->

</distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ under the License.
<repository>
<id>nexus-snapshot-repo</id>
<name>your custom repo</name>
<url>http://54.152.101.121:8081/repository/maven-snapshots/</url>
<url>http://18.118.138.80:8081/repository/maven-snapshots/</url>
</repository>

</repositories>
Expand All @@ -71,7 +71,7 @@ under the License.
<repository>
<id>nexus-release-repo</id>
<name>your custom repo</name>
<url>http://54.152.101.121:8081/repository/maven-release/</url>
<url>http://18.118.138.80:8081/repository/maven-release/</url>
</repository>
</repositories>
</profile>
Expand All @@ -83,7 +83,7 @@ under the License.
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<sonar.host.url>http://44.203.4.255:9000</sonar.host.url>
<sonar.host.url>http://18.189.193.72:9000</sonar.host.url>
</properties>
</profile>
<!--End SonarQube/Sonar Profile-->
Expand Down