On Mon, 2005-05-16 at 20:17 +1000, Brett Porter wrote: > Hi, > > I'd like to propose the following POM additions, rounding out what's > left from the M1 JIRA, for inclusion in both m1 and m2. > > <defaultGoal> inside <build>. Not inherited. Specifies the goal to use > if none is specified.
The case where you don't want to inherit is where the goal of an aggregation type parent has a particular goal which doesn't make sense in the context of module but what about a policy of inheriting the default goal if the packaging is the same? In plexus-components for example a default goal of install I think would be appropriate. But a good addition: +1 > <organizationUrl> in <developer/> alongside <organization>. +1 > Also, <properties/> which allows arbitrary settings, like > <irc.username/>, <jabber.id/> etc. We can standardise some of these, but > I don't think they need to be part of the developer info. That could end up being a big jumble, would certainly be better to have a database of developer info but I suppose there is no downside to having a properties there other then varying usage all over the place. > Long term, we should separate the developer info out, so that only id > and per project roles are listed. > > Thoughts? > > - Brett > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
