>Isn't modifying the ASF POM premature? I'm not sure if other projects
>are using the POM or not (they should be), but they may not be using
>this system.
There are a few other projects looking to use the new structure and this
would make it easier for them to do. Projects not using the new repo can
continue to use the 4.x versions of the pom. There's no requirement for
them to have the last parent for these purposes. It's either that or we
fork the parent. I don't think it's a great idea to require every
project to overload the same things over and over.
>
> + <pluginRepositories>
> + <pluginRepository>
> + <id>apache.snapshots</id>
> + <name>Apache Snapshot Repository</name>
> + <url>http://repository.apache.org/content/groups/snapshots/</
> url>
> + <releases>
> + <enabled>false</enabled>
> + </releases>
> + </pluginRepository>
> + </pluginRepositories>
>Isn't this badness for pre-Maven 2.0.9 users?
It only applies to building our stuff, which often requires plugin
snapshots anyway. It shouldn't hurt their builds, unless I'm not
thinking of something.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]