Skip to content

Commit 24c784b

Browse files
committed
[pom] Attach javadocs - scaladocs
1 parent 5c56e2f commit 24c784b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mybatis-scala-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070
<plugin>
7171
<groupId>net.alchim31.maven</groupId>
7272
<artifactId>scala-maven-plugin</artifactId>
73+
<execution>
74+
<id>attach-javadocs</id>
75+
<goals>
76+
<goal>doc-jar</goal>
77+
</goals>
78+
</execution>
7379
</plugin>
7480
<plugin>
7581
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)