Hi, I check tried to compile the release branch and run into an issue with the javadoc and non-ascii characters which I fixed. I noticed the README also has some non ascii characters in it
When I do a “cradle release” I end up with these in the source directory: + edgent-1.0.0-SNAPSHOT-20161023-1018-src/target/java8/ext/google-gson-2.2.4/gson-2.2.4-sources.jar + edgent-1.0.0-SNAPSHOT-20161023-1018-src/target/java8/ext/google-gson-2.2.4/gson-2.2.4.jar + edgent-1.0.0-SNAPSHOT-20161023-1018-src/target/java8/ext/metrics-3.1.2/metrics-core-3.1.2-sources.jar + edgent-1.0.0-SNAPSHOT-20161023-1018-src/target/java8/ext/metrics-3.1.2/metrics-core-3.1.2.jar + edgent-1.0.0-SNAPSHOT-20161023-1018-src/target/java8/ext/slf4j-1.7.12/slf4j-api-1.7.12.jar + edgent-1.0.0-SNAPSHOT-20161023-1018-src/target/java8/ext/slf4j-1.7.12/slf4j-jdk14-1.7.12.jar + edgent-1.0.0-SNAPSHOT-20161023-1018-src/target/java8/lib/edgent.api.function.jar Having jars in a source release will not pass a vote on the incubator. Is this possible that clean is cleaning up everything it needs to? Thanks, Justin