Skip to content

Commit 3743531

Browse files
Merge pull request #88 from ExpediaDotCom/fix-sonatype-release
Add javadoc execution in scala maven plugin
2 parents f8adc13 + 9f9f95b commit 3743531

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,12 @@
355355
<goal>testCompile</goal>
356356
</goals>
357357
</execution>
358+
<execution>
359+
<id>attach-javadocs</id>
360+
<goals>
361+
<goal>doc-jar</goal>
362+
</goals>
363+
</execution>
358364
</executions>
359365
</plugin>
360366

0 commit comments

Comments
 (0)