Created
November 29, 2023 09:32
-
-
Save esuomi/250693fb36c9962b2f0e3d6fa18320c9 to your computer and use it in GitHub Desktop.
Maven local repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<repositories> | |
<!-- local mirror for hard-to-get dependencies --> | |
<repository> | |
<id>local-dependencies</id> | |
<name>local-dependencies</name> | |
<url>file://${project.basedir}/local-dependencies</url> | |
</repository> | |
</repositories> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment