Skip to content

Commit d5bd0fb

Browse files
committed
Remove dupe javadoc execution
Signed-off-by: Todd Baert <[email protected]>
1 parent 878ac93 commit d5bd0fb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,6 @@
267267
<failOnWarnings>true</failOnWarnings>
268268
</configuration>
269269
<executions>
270-
<execution>
271-
<id>vet-javadoc</id>
272-
<phase>validate</phase>
273-
<goals>
274-
<goal>jar</goal>
275-
</goals>
276-
</execution>
277270
<execution>
278271
<id>attach-javadocs</id>
279272
<goals>
@@ -292,7 +285,7 @@
292285
<executions>
293286
<execution>
294287
<id>sign-artifacts</id>
295-
<phase>package</phase>
288+
<phase>install</phase>
296289
<goals>
297290
<goal>sign</goal>
298291
</goals>

0 commit comments

Comments
 (0)