https://github.com/jfrog/xray-client-java
Xray Java Client
https://github.com/jfrog/xray-client-java
ide java jfrog jfrog-xray
Last synced: 7 months ago
JSON representation
Xray Java Client
- Host: GitHub
- URL: https://github.com/jfrog/xray-client-java
- Owner: jfrog
- License: apache-2.0
- Created: 2019-03-14T14:16:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T09:25:21.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T21:24:06.146Z (about 2 years ago)
- Topics: ide, java, jfrog, jfrog-xray
- Language: Java
- Homepage:
- Size: 243 KB
- Stars: 10
- Watchers: 30
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jfrog/xray-client-java/actions/workflows/test.yml)
# Xray Java Client
JFrog Xray Client adds JFrog Xray scanning capabilities to your java application.
# Building and Testing the Sources
To build the plugin sources, please follow these steps:
1. Clone the code from git.
2. Build and install the *xray-client-java* dependency in your local maven repository, by running the following Gradle command:
```
gradle clean install
```
4. 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
```
# Code Contributions
We welcome community contribution through pull requests.
# Release Notes
The release notes are available [here](RELEASE.md#release-notes).