akkumar / maven-hadoop

Maven Plugin to submit hadoop jobs
http://maven-hadoop.blogspot.com
Apache License 2.0
22 stars 10 forks source link

Simplistic hadoop dependency filter #1

Open schmmd opened 12 years ago

schmmd commented 12 years ago

Hi, you might want a more complicated filter than startsWith("hadoop"). It seems reasonable for a group to create a "hadoop-common" project under their own package "org.whatever". Maybe use package.startWith("org.apache.hadoop")? This seems safer.

schmmd commented 12 years ago

Btw, I love your plugin.

akkumar commented 12 years ago

Sorry for the delayed reply.

Thanks, schmmd.

I will have a look at configuring that property as well. If there is a patch available, I will be happy to review and push it though.