Skip to content

Commit 11e260a

Browse files
javier-godoypaodb
authored andcommitted
build: attach sources and javadoc in package phase
1 parent 21001e0 commit 11e260a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<executions>
266266
<execution>
267267
<id>attach-sources</id>
268-
<phase>verify</phase>
268+
<phase>package</phase>
269269
<goals>
270270
<goal>jar-no-fork</goal>
271271
</goals>
@@ -279,7 +279,7 @@
279279
<executions>
280280
<execution>
281281
<id>attach-javadocs</id>
282-
<phase>verify</phase>
282+
<phase>package</phase>
283283
<goals>
284284
<goal>jar</goal>
285285
</goals>

0 commit comments

Comments
 (0)