Re: add in plugin parent pom

2006-07-17 Thread Brett Porter
TED] Sent: Wednesday, June 28, 2006 8:18 PM To: Maven Developers List Subject: add in plugin parent pom Now that we're starting to *properly* document plugins and is now a required pom element, I think that it a default should be placed in the plugin-parent pom.xml. However, is not a

RE: add in plugin parent pom

2006-07-17 Thread Brian E. Fox
with dependencies. I guess I just don't see why this would be any different than anything else in the pom. -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 8:18 PM To: Maven Developers List Subject: add in plugin parent pom Now that we

add in plugin parent pom

2006-06-28 Thread Edwin Punzalan
Now that we're starting to *properly* document plugins and is now a required pom element, I think that it a default should be placed in the plugin-parent pom.xml. However, is not an inherited pom element so I'd like to ask if allowing to be inherited is also a good idea? -