报错内容如下
Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.29.0:check (default) on project seatunnel-web: The following files had format violations:Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.29.0:check (default) on project seatunnel-web: The following files had format violations:
mv: 无法获取"/home/seatunnel-web-main/seatunnel-web-dist/target/apache-seatunnel-web-1.0.0-SNAPSHOT.zip" 的文件状态(stat): 没有那个文件或目录mv: 无法获取"/home/seatunnel-web-main/seatunnel-web-dist/target/apache-seatunnel-web-1.0.0-SNAPSHOT.zip" 的文件状态(stat): 没有那个文件或目录
只需要去目录下执行:再构建就可以
./mvnw spotless:apply
构建卡在这里:
Running 'npm install --ignore-scripts' in /home/seatunnel-web-1.0.0/seatunnel-web-dist/../seatunnel-ui
去修改npm的源就好
/home/seatunnel-web-1.0.0/seatunnel-web-dist 注意 pom.xml文件有2处需要修改
<configuration>
<arguments>install --ignore-scripts --registry=https://registry.npm.taobao.orgarguments>
configuration>