mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 01:03:36 +02:00
JavaNet1Repository should have legacy layout (see: http://maven.apache.org/pom.html#Repository)
This commit is contained in:
@@ -173,6 +173,7 @@ class MakePom
|
||||
<id>{id}</id>
|
||||
<name>{name}</name>
|
||||
<url>{root}</url>
|
||||
<layout>{ if(name == JavaNet1Repository.name) "legacy" else "default" }</layout>
|
||||
</repository>
|
||||
|
||||
/** Retain dependencies only with the configurations given, or all public configurations of `module` if `configurations` is None.
|
||||
|
||||
Reference in New Issue
Block a user