https://github.com/OhadR/Authentication-Flows
客户端项目有依赖
<dependency>
<groupId>com.ohadr</groupId>
<artifactId>authentication-flows</artifactId>
<version>${ohadr.flows.version}</version>
</dependency>
这是从在线 maven 存储库中获取的。这种依赖的源代码在这里。
我想对此源代码进行更改并将该源代码用作客户端项目的依赖项。
如何将身份验证流 maven 项目作为客户端应用程序中的依赖项,而不是从在线 maven 存储库中获取?