MVN

app.getxray : xray-maven-plugin

Maven & Gradle

May 02, 2023
27 stars

xray-maven-plugin · Maven plugin for interacting with Xray (server/datacenter and cloud), used in CI/CD for assisting in test automation flows, such as reporting test results back to Xray and, by consequence, Jira.

<plugin>
    <groupId>app.getxray</groupId>
    <artifactId>xray-maven-plugin</artifactId>
    <version>0.7.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.getxray : xray-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7.3

All Versions

Choose a version of app.getxray : xray-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
xray-maven-plugin-0.7.3
xray-maven-plugin-0.7.2
xray-maven-plugin-0.7.1
xray-maven-plugin-0.7.0
0.6.x
xray-maven-plugin-0.6.0
0.5.x
xray-maven-plugin-0.5.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>app.getxray</groupId>
    <artifactId>xray-maven-plugin</artifactId>
    <version>0.7.3</version>
</plugin>

Advertisement