Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...')

2012-12-12 Thread Alejandro Abdelnur
Radim, 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. if the plugin is avail in a maven repo, then you don't need to do that. Thx On Tue, Dec 11, 2012 at 7:16 PM, Radim Kolar h...@filez.com wrote: what is proposed

Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...')

2012-12-12 Thread Doug Cutting
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

Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...')

2012-12-10 Thread Colin McCabe
On Fri, Dec 7, 2012 at 5:31 PM, Radim Kolar h...@filez.com wrote: 1. cmake and protoc maven plugins already exists. why you want to write a new ones? This has already been discussed; see https://groups.google.com/forum/?fromgroups=#!topic/cmake-maven-project-users/5FpfUHmg5Ho Actually the

Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...')

2012-12-07 Thread Radim Kolar
1. cmake and protoc maven plugins already exists. why you want to write a new ones? 2. Groovy accepts java syntax. Just rewrite saveVersion.sh to java (its done already in JIRA) and put it in pom.xml - no overhaul of build infrastructure needed.