You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2023/01/11 06:28:25 UTC

[GitHub] [maven-integration-testing] hboutemy commented on pull request #225: [MNG-7661] Replace deprecated 'verifier.executeGoal()'

hboutemy commented on PR #225:
URL: https://github.com/apache/maven-integration-testing/pull/225#issuecomment-1378295144

   @slawekjaranowski @psiroky it seems the recent changes broke one IT:
   ```
   Error:    MavenITmng7112ProjectsWithNonRecursiveTest.testAggregatesCanBeDeselectedNonRecursively:71 ยป Verification Exit code was non-zero: 1; command line and log = 
   /home/runner/work/maven/maven/maven-integration-testing/core-it-suite/target/apache-maven/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/runner/.m2/repository --global-settings /home/runner/work/maven/maven/maven-integration-testing/core-it-suite/target/test-classes/settings.xml
   [INFO] Error stacktraces are turned on.
   [INFO] Scanning for projects...
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Build Order:
   [INFO] 
   [INFO] Maven Integration Test :: MNG-7112                                 [pom]
   [INFO] aggregator-a                                                       [pom]
   [INFO] module-a                                                           [jar]
   [INFO] aggregator-b                                                       [pom]
   [INFO] module-b                                                           [jar]
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary for Maven Integration Test :: MNG-7112 1.0:
   [INFO] 
   [INFO] Maven Integration Test :: MNG-7112 ................. SKIPPED
   [INFO] aggregator-a ....................................... SKIPPED
   [INFO] module-a ........................................... SKIPPED
   [INFO] aggregator-b ....................................... SKIPPED
   [INFO] module-b ........................................... SKIPPED
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  0.013 s
   [INFO] Finished at: 2023-01-11T00:12:36Z
   [INFO] ------------------------------------------------------------------------
   Error:  No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: pre-clean, clean, post-clean, validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-site, site, post-site, site-deploy, wrapper. -> [Help 1]
   ```
   
   visible at #949 PR build on GH CI, but surprisingly not on Jenkins https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/view/change-requests/job/PR-949/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org