Skip to content

Commit d12ec22

Browse files
committed
Generate sources and javadoc during package and not verify
This should prevent javadoc problems during release or similar situations
1 parent 946e9b2 commit d12ec22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template-placeholder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<executions>
148148
<execution>
149149
<id>attach-javadocs</id>
150-
<phase>verify</phase>
150+
<phase>package</phase>
151151
<goals>
152152
<goal>jar</goal>
153153
</goals>
@@ -165,7 +165,7 @@
165165
<executions>
166166
<execution>
167167
<id>attach-sources</id>
168-
<phase>verify</phase>
168+
<phase>package</phase>
169169
<goals>
170170
<goal>jar-no-fork</goal>
171171
</goals>

0 commit comments

Comments
 (0)