File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 80
80
<groupId >org.apache.maven.plugins</groupId >
81
81
<artifactId >maven-surefire-plugin</artifactId >
82
82
</plugin >
83
- <!-- < plugin>
83
+ <plugin >
84
84
<groupId >org.jetbrains.dokka</groupId >
85
85
<artifactId >dokka-maven-plugin</artifactId >
86
86
<version >${dokka.version}</version >
103
103
<phase >pre-integration-test</phase >
104
104
</execution >
105
105
</executions >
106
- </plugin>-->
106
+ </plugin >
107
107
<plugin >
108
108
<groupId >io.qameta.allure</groupId >
109
109
<artifactId >allure-maven</artifactId >
Original file line number Diff line number Diff line change 80
80
<groupId >org.apache.maven.plugins</groupId >
81
81
<artifactId >maven-surefire-plugin</artifactId >
82
82
</plugin >
83
- <!-- < plugin>
83
+ <plugin >
84
84
<groupId >org.jetbrains.dokka</groupId >
85
85
<artifactId >dokka-maven-plugin</artifactId >
86
86
<version >${dokka.version}</version >
103
103
<phase >pre-integration-test</phase >
104
104
</execution >
105
105
</executions >
106
- </plugin>-->
106
+ </plugin >
107
107
<plugin >
108
108
<groupId >io.qameta.allure</groupId >
109
109
<artifactId >allure-maven</artifactId >
Original file line number Diff line number Diff line change 80
80
<groupId >org.apache.maven.plugins</groupId >
81
81
<artifactId >maven-surefire-plugin</artifactId >
82
82
</plugin >
83
- <!-- < plugin>
83
+ <plugin >
84
84
<groupId >org.jetbrains.dokka</groupId >
85
85
<artifactId >dokka-maven-plugin</artifactId >
86
86
<version >${dokka.version}</version >
103
103
<phase >pre-integration-test</phase >
104
104
</execution >
105
105
</executions >
106
- </plugin>-->
106
+ </plugin >
107
107
<plugin >
108
108
<groupId >io.qameta.allure</groupId >
109
109
<artifactId >allure-maven</artifactId >
Original file line number Diff line number Diff line change 27
27
<groupId >org.jetbrains.kotlin</groupId >
28
28
<artifactId >kotlin-maven-plugin</artifactId >
29
29
</plugin >
30
- <!-- < plugin>
30
+ <plugin >
31
31
<groupId >org.jetbrains.dokka</groupId >
32
32
<artifactId >dokka-maven-plugin</artifactId >
33
33
<version >${dokka.version} </version >
50
50
<phase >pre-integration-test</phase >
51
51
</execution >
52
52
</executions >
53
- </plugin>-->
53
+ </plugin >
54
54
</plugins >
55
55
</build >
56
56
</project >
Original file line number Diff line number Diff line change 220
220
<localCheckout >true</localCheckout >
221
221
<pushChanges >false</pushChanges >
222
222
<mavenExecutorId >forked-path</mavenExecutorId >
223
- <releaseProfiles >scala-2.11,scala-2.12,performRelease </releaseProfiles >
223
+ <releaseProfiles >scala-2.11,scala-2.12,release-sign </releaseProfiles >
224
224
</configuration >
225
225
</plugin >
226
226
<plugin >
You can’t perform that action at this time.
0 commit comments