Skip to content

Instantly share code, notes, and snippets.

@esuomi
Created November 29, 2023 09:32
Show Gist options
  • Save esuomi/250693fb36c9962b2f0e3d6fa18320c9 to your computer and use it in GitHub Desktop.
Save esuomi/250693fb36c9962b2f0e3d6fa18320c9 to your computer and use it in GitHub Desktop.
Maven local repository
<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