JFrog Xray Client adds JFrog Xray scanning capabilities to your java application.
To build the plugin sources, please follow these steps:
- Clone the code from git.
- Build and install the xray-client-java dependency in your local maven repository, by running the following Gradle command:
gradle clean install
- If you'd like run the xray-client-java integration tests, follow these steps:
- Make sure your Xray instance is up and running.
- Set the CLIENTTESTS_XRAY_URL, CLIENTTESTS_XRAY_TOKEN environment variables with your Xray URL, and access token.
- Run the following command:
gradle test
We welcome community contribution through pull requests.
The release notes are available here.