Skip to content

Commit bd3de0d

Browse files
javier-godoymlopezFC
authored andcommitted
build: attach sources and javadoc in package phase
1 parent 372eb45 commit bd3de0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<executions>
147147
<execution>
148148
<id>attach-javadocs</id>
149-
<phase>verify</phase>
149+
<phase>package</phase>
150150
<goals>
151151
<goal>jar</goal>
152152
</goals>
@@ -180,7 +180,7 @@
180180
<executions>
181181
<execution>
182182
<id>attach-sources</id>
183-
<phase>verify</phase>
183+
<phase>package</phase>
184184
<goals>
185185
<goal>jar-no-fork</goal>
186186
</goals>
@@ -249,4 +249,4 @@
249249
</repository>
250250
</distributionManagement>
251251

252-
</project>
252+
</project>

0 commit comments

Comments
 (0)