settings.xml 451 B

1234567
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
  5. <!-- Project-local Maven settings: bypasses malformed machine-global configuration. -->
  6. <localRepository>C:\Users\ASUS\.m2\repository</localRepository>
  7. </settings>