ddddddf 发表于 2016-1-2 08:50:33

maven

  http://stackoverflow.com/questions/3792842/where-is-maven-settings-xml-located-on-mac-os
  

down vote
  If you use brew to install maven, then the settings file should be in
  /usr/local/Cellar/maven/<version>/libexec/conf
  
  pom.xml
  
  <repositories>
      <repository>
            <id>oschina</id>
            <url>http://maven.oschina.net/content/groups/public/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
      </repository>
    </repositories>
页: [1]
查看完整版本: maven