forked from sushmitha2506/hello-world-java-app
-
Notifications
You must be signed in to change notification settings - Fork 1
manikantas45/hello-world-java-app
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Java 100.0%