@@ -16,27 +16,27 @@ Add this in your ```pom.xml```
16
16
``` xml
17
17
<plugins >
18
18
...........Your Other Plugin.......
19
- <plugin >
20
- <groupId >com.blibli.oss.qa.util</groupId >
21
- <artifactId >cucumber-serenity-testlink-integration</artifactId >
22
- <version >${serenity.testlink.integration.version} </version >
23
- <executions >
24
- <execution >
25
- <phase >post-integration-test</phase >
26
- <goals >
27
- <goal >testlink-serenity</goal >
28
- </goals >
29
- <configuration >
30
- <testlinkURL >[Your Testlink URL]/lib/api/xmlrpc/v1/xmlrpc.php</testlinkURL >
31
- <devKey >Your Testlink Dev Key</devKey >
32
- <projectName >Your Project Name in testlink (Ex Finance , Android Apps)</projectName >
33
- <testPlanName >Your Test Plan Name</testPlanName >
34
- <buildName >Your Build Name in Your Test Plan Name</buildName >
35
- <platformName >Your Platform Name(Optional)</platformName >
36
- </configuration >
37
- </execution >
38
- </executions >
39
- </plugin >
19
+ <plugin >
20
+ <groupId >com.blibli.oss.qa.util</groupId >
21
+ <artifactId >cucumber-serenity-testlink-integration</artifactId >
22
+ <version >4.0.0 </version >
23
+ <executions >
24
+ <execution >
25
+ <phase >post-integration-test</phase >
26
+ <goals >
27
+ <goal >testlink-serenity</goal >
28
+ </goals >
29
+ <configuration >
30
+ <testlinkURL >[Your Testlink URL]/lib/api/xmlrpc/v1/xmlrpc.php</testlinkURL >
31
+ <devKey >Your Testlink Dev Key</devKey >
32
+ <projectName >Your Project Name in testlink (Ex Finance , Android Apps)</projectName >
33
+ <testPlanName >Your Test Plan Name</testPlanName >
34
+ <buildName >Your Build Name in Your Test Plan Name</buildName >
35
+ <platformName >Your Platform Name(Optional)</platformName >
36
+ </configuration >
37
+ </execution >
38
+ </executions >
39
+ </plugin >
40
40
...........Your Other Plugin.......
41
41
</plugins >
42
42
```
@@ -46,12 +46,11 @@ Don't Forget to add our blibli.com Open Source Plugin Repository
46
46
<pluginRepositories >
47
47
................... Your other plugin Repositories .............
48
48
<pluginRepository >
49
- <snapshots >
50
- <enabled >false</enabled >
51
- </snapshots >
52
- <id >bintray-bliblidotcom-maven</id >
53
- <name >bintray</name >
54
- <url >https://dl.bintray.com/bliblidotcom/maven</url >
49
+ <snapshots >
50
+ <enabled >false</enabled >
51
+ </snapshots >
52
+ <id >jitpack.io</id >
53
+ <url >https://jitpack.io</url >
55
54
</pluginRepository >
56
55
```
57
56
0 commit comments