This change broke the maven-plugin IT.

```

Busbey-MBA:accumulo busbey$ git log --oneline -n 1
4043c72ab (HEAD) Merge branch 'accumulo-client' Closes #636
Busbey-MBA:accumulo busbey$ git clean -xdf 2>/dev/null 1>&2 && mvn -DskipTests 
--batch-mode -q -pl maven-plugin -am install && mvn --batch-mode -q -pl 
maven-plugin verify
     [java] The following errors occurred during analysis:
     [java]   Unable to locate method 
java.util.TreeSet.stream()Ljava/util/stream/Stream;
     [java] Analysis errors: 1
     [java] The following errors occurred during analysis:
     [java]   Unable to locate method 
java.util.HashSet.removeIf(Ljava/util/function/Predicate;)Z
     [java]   Unable to locate method 
java.util.HashSet.stream()Ljava/util/stream/Stream;
     [java] Analysis errors: 2
     [java] The following errors occurred during analysis:
     [java]   Unable to locate method 
org.apache.hadoop.conf.Configuration.spliterator()Ljava/util/Spliterator;
     [java] Analysis errors: 1
09:51:08,469 [ERROR] The following builds failed:
09:51:08,471 [ERROR] *  plugin-test/pom.xml
09:51:08,473 [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:3.1.0:run (integration-test) on 
project accumulo-maven-plugin: 1 build failed. See console output above for 
details. -> [Help 1]
09:51:08,474 [ERROR] 
09:51:08,474 [ERROR] To see the full stack trace of the errors, re-run Maven 
with the -e switch.
09:51:08,474 [ERROR] Re-run Maven using the -X switch to enable full debug 
logging.
09:51:08,474 [ERROR] 
09:51:08,474 [ERROR] For more information about the errors and possible 
solutions, please read the following articles:
09:51:08,474 [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
```

details from `maven-plugin/target/it/plugin-test/build.log `:

```

09:51:06,628 [INFO] 
-------------------------------------------------------------
09:51:06,628 [ERROR] COMPILATION ERROR :
09:51:06,628 [INFO] 
-------------------------------------------------------------
09:51:06,628 [ERROR] 
/Users/busbey/tmp_projects/accumulo/maven-plugin/target/it/plugin-test/src/test/java/org/apache/accumulo/plugin/it/PluginIT.java:[55,26]
 cannot find symbol
  symbol:   method builder()
  location: class org.apache.accumulo.core.client.Connector
09:51:06,628 [INFO] 1 error
09:51:06,628 [INFO] 
-------------------------------------------------------------
09:51:06,629 [INFO] 
------------------------------------------------------------------------
09:51:06,629 [INFO] BUILD FAILURE
09:51:06,629 [INFO] 
------------------------------------------------------------------------
09:51:06,629 [INFO] Total time: 15.634 s
09:51:06,629 [INFO] Finished at: 2018-09-21T09:51:06-05:00
09:51:06,909 [INFO] Final Memory: 51M/541M
09:51:06,909 [INFO] 
------------------------------------------------------------------------
```

I'll push an addendum shortly, once my local test passes.

[ Full content available at: https://github.com/apache/accumulo/pull/636 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to