On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
the parent pom 103 defines the maven-snapshot-repository. that should not be in there, maybe only inside "distributionManagement" section.
It needs to be there so we can re-define it with <releases><enabled>true</enabled></releases> which is different from what we inherit from the Apache parent pom. That's because we deploy non-snapshot versions to the snapshot repo. Why do you think it should not be there? (We do need to change the URL to repo/m2-snapshot-repository, though.) -- Wendy
