On Wed, Dec 12, 2012 at 10:20 AM, Alejandro Abdelnur <t...@cloudera.com> wrote: > you can do mvn install in the plugins project and then you'll be able to > use it from the project you are using the plugin.
Avro has its Maven plugins in a module that's used when compiling other modules. You can build all of Avro without installing any of it. So I do not think that Maven plugins need to be installed to be used, but can just be in a separate Maven module. The Hadoop plugins might, e.g., be placed a sub-module of Common. Doug