Skip to content

Commit ecb63ea

Browse files
authored
feat: add mvnpm as a repo shortcut (#2249)
1 parent ed4d927 commit ecb63ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/main/java/dev/jbang/dependencies/DependencyUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class DependencyUtil {
4141
aliasToRepos.put("spring-snapshot", "https://repo.spring.io/snapshot");
4242
aliasToRepos.put("spring-milestone", "https://repo.spring.io/milestone");
4343
aliasToRepos.put("jogamp", "https://jogamp.org/deployment/maven");
44-
44+
aliasToRepos.put("mvnpm", "https://repo.mvnpm.org/maven2");
4545
}
4646

4747
public static final Pattern fullGavPattern = Pattern.compile(
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.level=FINEST
2+
java.util.logging.ConsoleHandler.level=FINEST
3+

0 commit comments

Comments
 (0)