From 60aa517cd2d7104fbb21e36c0aa5c7849a3a66d1 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Sat, 30 Jul 2011 01:52:02 +0530 Subject: [PATCH] JavaNet1Repository should have legacy layout (see: http://maven.apache.org/pom.html#Repository) --- ivy/MakePom.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/ivy/MakePom.scala b/ivy/MakePom.scala index f8f3da374..361520698 100644 --- a/ivy/MakePom.scala +++ b/ivy/MakePom.scala @@ -173,6 +173,7 @@ class MakePom {id} {name} {root} + { if(name == JavaNet1Repository.name) "legacy" else "default" } /** Retain dependencies only with the configurations given, or all public configurations of `module` if `configurations` is None.