Skip to content

Commit

Permalink
FISH-10299 removing verify as it is implied by install
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Pielage <pandrex247@hotmail.com>
  • Loading branch information
aubi and Pandrex247 authored Dec 18, 2024
1 parent 4cef7e3 commit a111f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faces-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<maven.exec.params>-B -e -s ${maven.settings.xml} -f ${tck.root}/faces-tck-${faces.version}/tck/pom.xml</maven.exec.params>
<maven.exec.projects></maven.exec.projects>
<maven.exec.basic.options>-Ppayara-ci-remote -P!glassfish-ci-managed -Dpayara.version=${payara.version} -Dfaces.version=${faces.version} -Dsigtest.api.groupId=org.glassfish -Dsigtest.api.artifactId=jakarta.faces -Dsigtest.api.version=${sigtest.api.version} -Dpayara.arquillian.version=${payara.arquillian.version}</maven.exec.basic.options>
<maven.exec.goals>clean install verify</maven.exec.goals>
<maven.exec.goals>clean install</maven.exec.goals>
<maven.exec.options></maven.exec.options>

<maven.exec.skipping></maven.exec.skipping> <!-- these options should be removed for the final version -->
Expand Down

0 comments on commit a111f96

Please # to comment.