Skip to content

Commit 344607d

Browse files
committed
Sign source and javadoc
1 parent 45f4e2c commit 344607d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,12 @@
221221
<executions>
222222
<execution>
223223
<id>attach-sources</id>
224-
<phase>verify</phase>
225224
<goals>
226225
<goal>jar-no-fork</goal>
227226
</goals>
228227
</execution>
229228
<execution>
230229
<id>attach-test-sources</id>
231-
<phase>verify</phase>
232230
<goals>
233231
<goal>test-jar</goal>
234232
</goals>
@@ -242,7 +240,6 @@
242240
<executions>
243241
<execution>
244242
<id>attach-javadocs</id>
245-
<phase>verify</phase>
246243
<goals>
247244
<goal>jar</goal>
248245
</goals>

0 commit comments

Comments
 (0)