說明資訊

spring-boot:help

org.springframework.boot:spring-boot-maven-plugin:3.3.5

顯示 spring-boot-maven-plugin 的說明資訊。呼叫 mvn spring-boot:help -Ddetail=true -Dgoal=<goal-name> 以顯示參數詳細資訊。

可選參數

名稱 類型 預設

detail

boolean

false

goal

String

indentSize

int

2

lineLength

int

80

參數詳細資訊

detail

若為 true,顯示每個目標的所有可設定屬性。

名稱

detail

類型

boolean

預設值

false

使用者屬性

detail

goal

要顯示說明的目標名稱。若未指定,將顯示所有目標。

名稱

goal

類型

java.lang.String

預設值

使用者屬性

goal

indentSize

每個縮排層級的空格數,應為正數。

名稱

indentSize

類型

int

預設值

2

使用者屬性

indentSize

lineLength

顯示行的最大長度,應為正數。

名稱

lineLength

類型

int

預設值

80

使用者屬性

lineLength