Skip to content

maven installs wrong java client

clients/java module builds two artifacts:

  • the small java lib with TCR client classes (no TCR API classes): trusted-content-resolver-java-client-1.1.0-SNAPSHOT.jar (11KB)
  • the uber jar with all dependencies packaged inside: trusted-content-resolver-java-client-1.1.0-SNAPSHOT-full.jar (36,1MB)

maven installs in local repository uber jar, but we need to install there the small client jar only