Need to reference IDL defined in a JAR/seperate project

2014-04-07 Thread renjith varma
Hi, I have an Avro IDL A defined in Maven project 1 which is compiled using to a java file. I need to define another Avro IDL B in project2, which need to have a array as a field. I have searched the mailing list and found that https://mail-archives.apache.org/mod_mbox/avro-user/201212.mbox/%3c

Re: Need to reference IDL defined in a JAR/seperate project

2014-04-07 Thread Micah Huff
Renjith-- There is a way to do this. If you include the schema directory you have defined as a resource in your JAR, project2 can then depend on an artifact (project1). Once you've included that dependency, we're using the maven-dependency-plugin's goal of "unpack-dependencies" to extract those