Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在公司网络中有一个工件。我为每个远程存储库配置了一个 http 代理。它不起作用。我怎么可能找出它为什么不起作用?有没有我可以调整的日志设置?
在 Firefox 中使用相同的代理就可以了。
Artifactory 2 使用logback进行日志记录,你可以在 $ARTIFACTORY_HOME/etc/logback.xml 中找到它的配置
如果您可以通过浏览器访问存储库,则问题可能出在您的 Maven 配置中。如果您定义了代理配置,则需要确保将代理设置为排除您的内部 http 代理服务器。
如果您使用 -X 开关运行 Maven,它将为您提供有关 Maven 进行的连接尝试的更多详细信息。