Re: [m2] project descriptor tags

2005-10-05 Thread Yann Le Du
look like in this case? Thanks, -Moiz -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 7:25 AM To: Maven Users List Subject: Re: [m2] project descriptor tags I can give you a use

Re: [m2] project descriptor tags

2005-09-26 Thread Yann Le Du
PROTECTED] Sent: Thursday, September 22, 2005 7:25 AM To: Maven Users List Subject: Re: [m2] project descriptor tags I can give you a use case where you would need extensions. there is a jdbc plugin that lets you execute whatever sql you want when you execute

Re: [m2] project descriptor tags

2005-09-24 Thread Jesse McConnell
? Thanks, -Moiz -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 7:25 AM To: Maven Users List Subject: Re: [m2] project descriptor tags I can give you a use case where you would need extensions

Re: [m2] project descriptor tags

2005-09-23 Thread Yann Le Du
would look like in this case? Thanks, -Moiz -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 7:25 AM To: Maven Users List Subject: Re: [m2] project descriptor tags I can give you a use case where you would need

[m2] project descriptor tags

2005-09-22 Thread dohadwala, moiz
I am new to maven and have decided to take the plunge with m2. I have trying to understand the pom.xml tags. I don't understand the purpose of the extension tag. The description on http://maven.apache.org/maven2/maven-model/maven.html#class_Extension

Re: [m2] project descriptor tags

2005-09-22 Thread Jesse McConnell
I can give you a use case where you would need extensions. there is a jdbc plugin that lets you execute whatever sql you want when you execute the plugin. But the way the plugin was built you can't just declare every database driver as a dependency of the plugin...that would mean people would

RE: [m2] project descriptor tags

2005-09-22 Thread dohadwala, moiz
: [m2] project descriptor tags I can give you a use case where you would need extensions. there is a jdbc plugin that lets you execute whatever sql you want when you execute the plugin. But the way the plugin was built you can't just declare every database driver as a dependency of the plugin

Re: [m2] project descriptor tags

2005-09-22 Thread Jesse McConnell
] project descriptor tags I can give you a use case where you would need extensions. there is a jdbc plugin that lets you execute whatever sql you want when you execute the plugin. But the way the plugin was built you can't just declare every database driver as a dependency of the plugin

RE: [m2] project descriptor tags

2005-09-22 Thread dohadwala, moiz
Crystal clear now. Thanks, -Moiz -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 8:10 AM To: Maven Users List Subject: Re: [m2] project descriptor tags sure: this is the pom.xml for the maven-jdbc-plugin...notice