我想创建本地maven存储库.我做了以下步骤:
在我提供的项目pom.xml中
<repositories>
<repository>
<id>repository</id>
<url>http://<my-domain>/localMavenRepository</url>
</repository>
</repositories>
Run Code Online (Sandbox Code Playgroud)但它不能解析http:// <my-domain>/localMavenRepository上的jar
有没有必要提供存储库?