Hi Rick! You have to build with the "release" profile active for the shaded jars to be populated
e.g.: mvn -Prelease -DskipTests clean install On Fri, Nov 3, 2017 at 7:16 PM, Rick Kellogg <[email protected]> wrote: > Greetings, > > > > I have been trying to build the latest HBase using the master branch. When > the hbase-sharded-client JAR file is generated, it does not include any > .class files. Build completes without any errors. Any ideas what might be > causing this issue? > > > > Attempted Maven Commands: mvn package -DskipTests=true and mvn install > -DskipTests=true > > > > Environnent: RHEL 7.3, Maven 3.5.0, Oracle JDK 1.8.0_152. > > > > Thanks, > > Rick Kellogg > > > > >
