Hi, thought i'll try and contribute some code to avro. I checked out the code
svn checkout https://svn.apache.org/repos/asf/avro/trunk/ avro-trunk then added the code to eclipse. However, I am getting compile errors in eclipse, seems as if dependencies aren't working. an example error: "The import org.apache.maven cannot be resolved" if it matters, in file /avro-trunk/lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/AbstractAvroMojo.java What am I missing here?
