Skip to content

Commit 2570ea4

Browse files
committed
Fixed pom.xml.
1 parent e8ae1fe commit 2570ea4

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pom.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.jetbrains.dokka</groupId>
101101
<artifactId>dokka-maven-plugin</artifactId>
102-
<version>0.9.18</version>
102+
<version>1.6.0</version>
103103
<executions>
104104
<execution>
105105
<phase>prepare-package</phase>
@@ -110,16 +110,20 @@
110110
</goals>
111111
</execution>
112112
</executions>
113-
<configuration>
114-
<includes>
115-
<file>packages.md</file>
116-
</includes>
117-
</configuration>
118113
</plugin>
119114
<plugin>
120115
<groupId>org.apache.maven.plugins</groupId>
121116
<artifactId>maven-gpg-plugin</artifactId>
122117
<version>1.6</version>
118+
<executions>
119+
<execution>
120+
<id>sign-artifacts</id>
121+
<phase>verify</phase>
122+
<goals>
123+
<goal>sign</goal>
124+
</goals>
125+
</execution>
126+
</executions>
123127
</plugin>
124128
</plugins>
125129
</build>

0 commit comments

Comments
 (0)