项目作者: jfrog

项目描述 :
Xray Java Client
高级语言: Java
项目地址: git://github.com/jfrog/xray-client-java.git
创建时间: 2019-03-14T14:16:02Z
项目社区:https://github.com/jfrog/xray-client-java

开源协议:Apache License 2.0

下载


Test

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:
    1. gradle clean install
  3. 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:
    1. gradle test

Code Contributions

We welcome community contribution through pull requests.

Release Notes

The release notes are available here.