We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878ac93 commit d5bd0fbCopy full SHA for d5bd0fb
pom.xml
@@ -267,13 +267,6 @@
267
<failOnWarnings>true</failOnWarnings>
268
</configuration>
269
<executions>
270
- <execution>
271
- <id>vet-javadoc</id>
272
- <phase>validate</phase>
273
- <goals>
274
- <goal>jar</goal>
275
- </goals>
276
- </execution>
277
<execution>
278
<id>attach-javadocs</id>
279
<goals>
@@ -292,7 +285,7 @@
292
285
293
286
294
287
<id>sign-artifacts</id>
295
- <phase>package</phase>
288
+ <phase>install</phase>
296
289
297
290
<goal>sign</goal>
298
291
</goals>
0 commit comments