Home > Software engineering >  Failed to execute goal com.diffplug.spotless:spotless-maven-plugin when building IoTDB database
Failed to execute goal com.diffplug.spotless:spotless-maven-plugin when building IoTDB database

Time:12-19

When building IoTDB from source code by mvn clean package, I met error Failed to execute goal com.diffplug.spotless:spotless-maven-plugin. The following files had format violations as below: enter image description here

How could I continue building?

CodePudding user response:

we use spotless to format the code. Please run mvn spotless:apply to format the code before compiling or committing. Thanks!

  • Related