Description
There is error log about a missing dependency during package build.
Reproduction:
mvn clean package -Pyarn-ui -Pdist -Dtar -Dmaven.javadoc.skip=true -DskipTests -DskipShade 2>&1 | grep jsonschema2pojo
[INFO] --- jsonschema2pojo-maven-plugin:1.1.1:generate (default) @ hadoop-yarn-server-resourcemanager ---
[INFO] Copying jsonschema2pojo-core-1.0.2.jar to /Users/tdomok/Work/hadoop/hadoop-tools/hadoop-federation-balance/target/lib/jsonschema2pojo-core-1.0.2.jar
[INFO] org.jsonschema2pojo:jsonschema2pojo-core:jar:1.0.2 already exists in destination.
[INFO] Copying jsonschema2pojo-core-1.0.2.jar to /Users/tdomok/Work/hadoop/hadoop-tools/hadoop-aws/target/lib/jsonschema2pojo-core-1.0.2.jar
ERROR: hadoop-resourceestimator has missing dependencies: jsonschema2pojo-core-1.0.2.jar
The build is successful but there is this error in the build log:
ERROR: hadoop-resourceestimator has missing dependencies: jsonschema2pojo-core-1.0.2.jar