Skip to content

Commit 312861f

Browse files
committed
install artifacts during release preparation
1 parent 54ce9ad commit 312861f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ limitations under the License.
304304
<pushChanges>false</pushChanges>
305305
<!-- Automatically use the parent version for all submodules, do not prompt for each one -->
306306
<autoVersionSubmodules>true</autoVersionSubmodules>
307+
<!-- Perform an install into the local repository, otherwise the javadoc plugin and archetype integration tests will fail -->
308+
<preparationGoals>clean install</preparationGoals>
307309
<tagNameFormat>automatalib-@{version}</tagNameFormat>
308310
</configuration>
309311
</plugin>

0 commit comments

Comments
 (0)