Description
Since AVRO-803 the schema-to-Java compiler has permitted one to have strings represented with java.lang.String instead of org.apache.avro.util.Utf8. The Maven tasks that run the compiler permit one to specify this, but the command-line tool does not. We should add that capability.