Skip to content

Commit c472d2a

Browse files
committed
Update release-plugin configuration
- install artifacts during release preparation - directly push changes due to new branch layout
1 parent 82d06b5 commit c472d2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ limitations under the License.
325325
-->
326326
<arguments>-Dlearnlib.release=true</arguments>
327327
<goals>deploy site site:stage scm-publish:publish-scm</goals>
328-
<!-- False to allow rebasing in case of errors -->
329-
<pushChanges>false</pushChanges>
330328
<!-- Automatically use the parent version for all submodules, do not prompt for each one -->
331329
<autoVersionSubmodules>true</autoVersionSubmodules>
332330
<!-- Use prefix learnlib, not learnlib-parent -->
333331
<tagNameFormat>learnlib-@{version}</tagNameFormat>
332+
<!-- The default "clean verify" causes javadoc and archetype integration tests to fail -->
333+
<preparationGoals>clean install</preparationGoals>
334334
</configuration>
335335
</plugin>
336336
<plugin>

0 commit comments

Comments
 (0)