We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ce9ad commit 312861fCopy full SHA for 312861f
pom.xml
@@ -304,6 +304,8 @@ limitations under the License.
304
<pushChanges>false</pushChanges>
305
<!-- Automatically use the parent version for all submodules, do not prompt for each one -->
306
<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>
309
<tagNameFormat>automatalib-@{version}</tagNameFormat>
310
</configuration>
311
</plugin>
0 commit comments