Skip to content

Commit 19091d0

Browse files
authored
chore: remove duplicated javadoc execution (#90)
remove duplicated javadoc execution Signed-off-by: Todd Baert <[email protected]> Signed-off-by: Todd Baert <[email protected]>
1 parent 318992c commit 19091d0

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
@@ -223,13 +223,6 @@
223223
<failOnWarnings>true</failOnWarnings>
224224
</configuration>
225225
<executions>
226-
<execution>
227-
<id>vet-javadoc</id>
228-
<phase>validate</phase>
229-
<goals>
230-
<goal>jar</goal>
231-
</goals>
232-
</execution>
233226
<execution>
234227
<id>attach-javadocs</id>
235228
<goals>
@@ -248,7 +241,7 @@
248241
<executions>
249242
<execution>
250243
<id>sign-artifacts</id>
251-
<phase>deploy</phase>
244+
<phase>install</phase>
252245
<goals>
253246
<goal>sign</goal>
254247
</goals>

0 commit comments

Comments
 (0)