Browse Source

Merge pull request #34482 from izeye

* gh-34482:
  Add Javadoc since to BuildInfoMojo.skip

Closes gh-34482

Closes gh-34482
pull/34504/head
Andy Wilkinson 3 years ago
parent
commit
cc71e7ad3b
  1. 1
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/BuildInfoMojo.java

1
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/BuildInfoMojo.java

@ -99,6 +99,7 @@ public class BuildInfoMojo extends AbstractMojo { @@ -99,6 +99,7 @@ public class BuildInfoMojo extends AbstractMojo {
/**
* Skip the execution.
* @since 3.1.0
*/
@Parameter(property = "spring-boot.build-info.skip", defaultValue = "false")
private boolean skip;

Loading…
Cancel
Save