Skip to content

Commit 5aa8aa0

Browse files
committed
build: reenable dokka build
1 parent d41ca22 commit 5aa8aa0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

kotlin-spark-api/2.4/pom_2.11.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-surefire-plugin</artifactId>
8282
</plugin>
83-
<!--<plugin>
83+
<plugin>
8484
<groupId>org.jetbrains.dokka</groupId>
8585
<artifactId>dokka-maven-plugin</artifactId>
8686
<version>${dokka.version}</version>
@@ -103,7 +103,7 @@
103103
<phase>pre-integration-test</phase>
104104
</execution>
105105
</executions>
106-
</plugin>-->
106+
</plugin>
107107
<plugin>
108108
<groupId>io.qameta.allure</groupId>
109109
<artifactId>allure-maven</artifactId>

kotlin-spark-api/2.4/pom_2.12.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-surefire-plugin</artifactId>
8282
</plugin>
83-
<!--<plugin>
83+
<plugin>
8484
<groupId>org.jetbrains.dokka</groupId>
8585
<artifactId>dokka-maven-plugin</artifactId>
8686
<version>${dokka.version}</version>
@@ -103,7 +103,7 @@
103103
<phase>pre-integration-test</phase>
104104
</execution>
105105
</executions>
106-
</plugin>-->
106+
</plugin>
107107
<plugin>
108108
<groupId>io.qameta.allure</groupId>
109109
<artifactId>allure-maven</artifactId>

kotlin-spark-api/3.0/pom_2.12.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-surefire-plugin</artifactId>
8282
</plugin>
83-
<!--<plugin>
83+
<plugin>
8484
<groupId>org.jetbrains.dokka</groupId>
8585
<artifactId>dokka-maven-plugin</artifactId>
8686
<version>${dokka.version}</version>
@@ -103,7 +103,7 @@
103103
<phase>pre-integration-test</phase>
104104
</execution>
105105
</executions>
106-
</plugin>-->
106+
</plugin>
107107
<plugin>
108108
<groupId>io.qameta.allure</groupId>
109109
<artifactId>allure-maven</artifactId>

kotlin-spark-api/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<groupId>org.jetbrains.kotlin</groupId>
2828
<artifactId>kotlin-maven-plugin</artifactId>
2929
</plugin>
30-
<!--<plugin>
30+
<plugin>
3131
<groupId>org.jetbrains.dokka</groupId>
3232
<artifactId>dokka-maven-plugin</artifactId>
3333
<version>${dokka.version}</version>
@@ -50,7 +50,7 @@
5050
<phase>pre-integration-test</phase>
5151
</execution>
5252
</executions>
53-
</plugin>-->
53+
</plugin>
5454
</plugins>
5555
</build>
5656
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<localCheckout>true</localCheckout>
221221
<pushChanges>false</pushChanges>
222222
<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>
224224
</configuration>
225225
</plugin>
226226
<plugin>

0 commit comments

Comments
 (0)