Skip to content

Commit ae3d675

Browse files
authored
#139: Removed bintray mentioning from documentation due to RP core libs moving to maven central (#140)
1 parent dc258ba commit ae3d675

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,9 @@ Edit project's `pom.xml` file
5050
<dependency>
5151
<groupId>com.github.invictum</groupId>
5252
<artifactId>serenity-reportportal-integration</artifactId>
53-
<version>1.5.2</version>
53+
<version>1.5.7</version>
5454
</dependency>
5555
```
56-
Report Portal core libraries are used, but they placed in a separate repository, so its URL also should be added to your build configuration
57-
```
58-
<repositories>
59-
<repository>
60-
<snapshots>
61-
<enabled>false</enabled>
62-
</snapshots>
63-
<id>bintray-epam-reportportal</id>
64-
<name>bintray</name>
65-
<url>https://dl.bintray.com/epam/reportportal</url>
66-
</repository>
67-
</repositories>
68-
```
6956

7057
> **Warning**
7158
> There is an issue with old version of `maven-failsafe-plugin` that causes wrong launch management on Report Portal. To avoid it you have to use plugin of version `2.19.1` or newer
@@ -74,18 +61,10 @@ Report Portal core libraries are used, but they placed in a separate repository,
7461

7562
Edit your project `build.gradle` file
7663
```
77-
compile: 'com.github.invictum:serenity-reportportal-integration:1.5.2'
78-
```
79-
External Report Portal repository should be defined as the same as for Maven
80-
```
81-
repositories {
82-
maven {
83-
url "https://dl.bintray.com/epam/reportportal"
84-
}
85-
}
64+
compile: 'com.github.invictum:serenity-reportportal-integration:1.5.7'
8665
```
8766

88-
Actually from this point setup of integration is done. The only thing you have to do is to configure Report Portal itself. In general it means just adding of `reportportal.properties` file to you project tests root. Minimal properties example is described below:
67+
At this point setup of integration is done. The only thing you have to do is to configure Report Portal itself. In general it means just adding of `reportportal.properties` file to you project tests root. Minimal properties example is described below:
8968
```
9069
rp.endpoint = http://report-portal-url
9170
rp.uuid = 385bha54-c1df-42c7-afa4-9e4c028930af

0 commit comments

Comments
 (0)