Skip to content

Commit ab0f047

Browse files
committed
deploy: properly split profiles in preparation goal
1 parent 52d2cc1 commit ab0f047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ limitations under the License.
786786
<!-- Use prefix learnlib, not learnlib-parent -->
787787
<tagNameFormat>learnlib-@{version}</tagNameFormat>
788788
<!-- The default "clean verify" causes javadoc and archetype integration tests to fail -->
789-
<preparationGoals>clean install site -Pcode-analysis,integration-tests</preparationGoals>
789+
<preparationGoals>clean install site -Pcode-analysis -Pintegration-tests</preparationGoals>
790790
</configuration>
791791
</plugin>
792792
<plugin>

0 commit comments

Comments
 (0)