Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. User-specific configuration for maven. Includes things that should not
  4. be distributed with the pom.xml file, such as developer identity, along with
  5. local settings, like proxy information. The default location for the
  6. settings file is ~/.m2/settings.xml
  7. -->
  8. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  10. <servers>
  11. <server>
  12. <id>maven.oracle.com</id>
  13. <!--
  14. <username>fopugupu@crymail2.com</username>
  15. <password>{V0CHfTdLwqoHOy22XQnDIalEmL3p3icPpeL7Z75844s=}</password>
  16. -->
  17. <username>1170855@isep.ipp.pt</username>
  18. <password>{VsYjQ1+TxbYHtEFDttRoOur2T5Xg2jpQG9bTB9An0gM=}</password>
  19.  
  20.  
  21. <configuration>
  22. <basicAuthScope>
  23. <host>ANY</host>
  24. <port>ANY</port>
  25. <realm>OAM 11g</realm>
  26. </basicAuthScope>
  27. <httpConfiguration>
  28. <all>
  29. <params>
  30. <property>
  31. <name>http.protocol.allow-circular-redirects</name>
  32. <value>%b,true</value>
  33. </property>
  34. </params>
  35. </all>
  36. </httpConfiguration>
  37. </configuration>
  38. </server>
  39. </servers>
  40. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement