From 3c18430a6bffb3ac072b597ec01230529af19de1 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 19 Oct 2011 10:53:17 -0400 Subject: [PATCH] add a maintenance note to Configurations --- Dormant/Configurations.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dormant/Configurations.md b/Dormant/Configurations.md index 8b9ad79..83768ae 100644 --- a/Dormant/Configurations.md +++ b/Dormant/Configurations.md @@ -8,6 +8,12 @@ those points moved somewhere (maybe the [[FAQ]] or an "advanced library deps" page). Then this page could become a redirect with no content except a link pointing to the new page(s). +_Wiki Maintenance Note 2:_ There probably should be a page called +Configurations that's less about library dependency management and +more about listing all the configurations that exist and +describing what they are used for. This would complement the way +this page is linked, for example in [[Index]]. + # Configurations Ivy configurations are a useful feature for your build when you use managed dependencies. They are essentially named sets of dependencies. You can read the [Ivy documentation] for details. Their use in sbt is described on this page.