soulgoast opened a new issue, #9042:
URL: https://github.com/apache/seatunnel/issues/9042

   I compiled the source code with reference to the commands of the official 
documents(v2.3.9), but it was unsuccessful. The error prompt is ```
   Unknown lifecycle phase ".spotless=true". 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: validate, initialize, generate-sou
   rces, 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-clean, 
clean, post-clean, pre-site, site, post-site, site-deploy.
   ```。`sh ./mvnw clean install -DskipTests -Dskip.spotless=true`should be 
changed`sh ./mvnw clean install -DskipTests -Dskip:spotless=true`.


-- 
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: commits-unsubscr...@seatunnel.apache.org.apache.org

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

Reply via email to