bigdatagenomics / bdg-formats

Open source formats for scalable genomic processing systems using Avro. Apache 2 licensed.
Apache License 2.0
39 stars 35 forks source link

Javadoc errors in generated code cause release to fail #179

Closed heuermh closed 5 years ago

heuermh commented 5 years ago
$ mvn release:prepare
...
    [ERROR] /working/bdg-formats-upstream/target/generated-sources/avro/org/bdgenomics/formats/avro/TranscriptEffect.java:40: warning: no @return
    [ERROR]   public static BinaryMessageDecoder<TranscriptEffect> createDecoder(SchemaStore resolver) {
    [ERROR]                                                        ^
    [ERROR]
    [ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/jre/../bin/javadoc @options @packages
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------