busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487125806 excellent guess! ``` # customizing yetus build to run scaladoc plugin only on hbase-spark project function personality_modules { local testtype="$2" if [[ "$testtype" != "scaladoc" ]]; then return fi ``` this says "if you're doing something other than scaladoc there's no work to do." let me get a PR up
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
