We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d06b5 commit c472d2aCopy full SHA for c472d2a
1 file changed
pom.xml
@@ -325,12 +325,12 @@ limitations under the License.
325
-->
326
<arguments>-Dlearnlib.release=true</arguments>
327
<goals>deploy site site:stage scm-publish:publish-scm</goals>
328
- <!-- False to allow rebasing in case of errors -->
329
- <pushChanges>false</pushChanges>
330
<!-- Automatically use the parent version for all submodules, do not prompt for each one -->
331
<autoVersionSubmodules>true</autoVersionSubmodules>
332
<!-- Use prefix learnlib, not learnlib-parent -->
333
<tagNameFormat>learnlib-@{version}</tagNameFormat>
+ <!-- The default "clean verify" causes javadoc and archetype integration tests to fail -->
+ <preparationGoals>clean install</preparationGoals>
334
</configuration>
335
</plugin>
336
<plugin>
0 commit comments