https://github.com/OhadR/Authentication-Flows
The client project has a dependency
<dependency>
<groupId>com.ohadr</groupId>
<artifactId>authentication-flows</artifactId>
<version>${ohadr.flows.version}</version>
</dependency>
Which is fetched from online maven repository. The source code for this depdency is here.
I want to make changes in this source code and use that source code as dependency for the client project.
How do I authentication-flows maven project as a dependency in the client application instead of fetching from online maven repo?