2 Star 0 Fork 0

mirrors_zenorocha/liferay-plugins

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ivy-settings.xml 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
Brian Chan 提交于 2013-10-01 07:44 +08:00 . LPS-40693 SF
<ivysettings>
<settings defaultResolver="default" />
<credentials host="${sonatype.release.hostname}" realm="${sonatype.release.realm}" passwd="${sonatype.release.password}" username="${sonatype.release.username}" />
<credentials host="${sonatype.snapshot.hostname}" realm="${sonatype.snapshot.realm}" passwd="${sonatype.snapshot.password}" username="${sonatype.snapshot.username}" />
<resolvers>
<filesystem m2compatible="true" name="local-m2">
<artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
</filesystem>
<ibiblio m2compatible="true" name="jboss-nexus" root="https://repository.jboss.org/nexus/content/repositories/releases" />
<ibiblio m2compatible="true" name="jboss-thirdparty" root="https://repository.jboss.org/nexus/content/repositories/thirdparty-releases" />
<ibiblio m2compatible="true" name="maven2" root="http://repo1.maven.org/maven2" />
<ibiblio m2compatible="true" name="ow2-public" root="http://repository.ow2.org/nexus/content/repositories/public" />
<ibiblio m2compatible="true" name="primefaces" root="http://repository.primefaces.org" />
<url m2compatible="true" name="sonatype-m2-release">
<artifact pattern="${sonatype.release.url}/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
</url>
<url m2compatible="true" name="sonatype-m2-snapshot">
<artifact pattern="${sonatype.snapshot.url}/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
</url>
<chain dual="true" name="default">
<resolver ref="jboss-nexus" />
<resolver ref="jboss-thirdparty" />
<resolver ref="maven2" />
<resolver ref="ow2-public" />
<resolver ref="primefaces" />
</chain>
</resolvers>
</ivysettings>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_zenorocha/liferay-plugins.git
git@gitee.com:mirrors_zenorocha/liferay-plugins.git
mirrors_zenorocha
liferay-plugins
liferay-plugins
master

搜索帮助