On 10/23/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
The "parent pom" in Shale has an "abuse" of <repositories/>. It specifies two repositories inside the <repositories/> xml element. IMO this should be handled by the user's settings.xml file and not by a lib.
Removing apache.snapshots isn't going to get rid of it, it will be inherited from the top-level Apache pom [1]. However, there it is defined with releases/enabled=false, as it should be. (We set that to true in order to stage releases in the snapshot repo. It was never a good idea, just the best we could come up with at the time.) What dependencies are we getting from the java.net repo? I thought that one was being synced to central now. [1] http://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom Thanks, -- Wendy
