Skip to content

balthorium/clique-http-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clique Java HTTP Transport

Building the SDK

$ mvn verify

Artifacts and Reports

HTTP Library (package phase): target/clique-http-<version>.jar

Unit Test Report (test phase): target/surefire-reports/index.html

Test Coverage Report (test phase): target/site/jacoco-ut/index.html

Static Analysis Report (verify phase): target/site/findbugs/findbugsXml.xml

Coding Style Report (verify phase): target/checkstyle-result.xml

Javadocs (verify phase): target/site/apidocs/index.html

Notes

Some java installations do not trust the Let's Encrypt CA. To add the it to your java trust roots, execute the following from the project root directory:

sudo keytool \
    -import \
    -alias DSTRootCAX3 \
    -file "misc/DSTRootCAX3.crt" \
    -keystore $JAVA_HOME/jre/lib/security/cacerts \
    -storepass changeit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages