Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleMaven repository URL change

 In version 1.1.1, beware that the repository URL changed tohttps://maven.getxray.app:443

You must update the repository to the following:

Code Block
languagexml
	<repositories><pluginRepositories>
        ...
        <repository><pluginRepository>
			<id>xblend-repo-releases-public</id>
			<url>https://maven.getxray.app:443/artifactory/releases</url>
		</repository>pluginRepository>
	</repositories>pluginRepositories>



In order to make the integration in your Java Maven projects easier, we have developed the Xray-Maven-Plugin. It enables the upload of your Tests directly to Xray with a single Maven command.

...