Skip to content

manikantas45/hello-world-java-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This is my fixed for DPLM-
For any questions - Please email me at DevOps@Bibhutibhusan.xyz
# ========================NEXUS==============================

<distributionManagement>
	<repository>
		<id>deploymentrepo</id>
		<name>Internal Releases</name>
		<url>http://192.168.0.50:8081/nexus/content/repositories/MPH/</url>
	</repository>
 
	<snapshotRepository>
		<id>deploymentrepo</id>
		<name>Internal Releases</name>
		<url>http://192.168.0.50:8081/nexus/content/repositories/MPH-SNAP/</url>
	</snapshotRepository>

</distributionManagement>


=====================SETTING.XML=================================
   <server>
		<id>deploymentrepo</id>
		<username>deployment</username>
		<password>deployment123</password>
</server>

=======================Setting.xml with Artifactory Setup======================
<mirror>
      <id>central</id>
      <name>Maven Repository Manager running on repo.mycompany.com</name>
      <url>http://13.127.94.210:8081/artifactory/list/group/</url>
      <mirrorOf>*</mirrorOf>
    </mirror>

#end 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%