Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit e618fbb

Browse files
committed
Properly generate scaladocs instead of the fake javadocs
1 parent 1ef6c55 commit e618fbb

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

pom.xml

+1-15
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
<goals>
151151
<goal>add-source</goal>
152152
<goal>compile</goal>
153+
<goal>doc-jar</goal>
153154
</goals>
154155
</execution>
155156

@@ -174,21 +175,6 @@
174175
</configuration>
175176
</plugin>
176177

177-
<plugin>
178-
<groupId>org.apache.maven.plugins</groupId>
179-
<artifactId>maven-javadoc-plugin</artifactId>
180-
<version>2.9</version>
181-
<executions>
182-
<execution>
183-
<id>attach-javadoc</id>
184-
<goals>
185-
<goal>jar</goal>
186-
</goals>
187-
<phase>package</phase>
188-
</execution>
189-
</executions>
190-
</plugin>
191-
192178
<plugin>
193179
<groupId>org.apache.maven.plugins</groupId>
194180
<artifactId>maven-source-plugin</artifactId>

src/main/scala/com/ckkloverdos/key/_deploy/javadoc.java

-23
This file was deleted.

0 commit comments

Comments
 (0)