Polish "Reproducible build for spring-boot-maven-plugin:build-info"
See gh-26221
This commit is contained in:
parent
2dec6dd552
commit
a1183c4641
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.boot.maven.it</groupId>
|
||||
<artifactId>build-reproducible</artifactId>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2012-2020 the original author or authors.
|
||||
* Copyright 2012-2021 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ public class BuildInfoMojo extends AbstractMojo {
|
|||
/**
|
||||
* The value used for the {@code build.time} property in a form suitable for
|
||||
* {@link Instant#parse(CharSequence)}. Defaults to
|
||||
* {@code project.build.outputTimestamp} otherwise {@code session.request.startTime}
|
||||
* if property is not set. To disable the {@code build.time} property entirely, use
|
||||
* {@code project.build.outputTimestamp} or {@code session.request.startTime} if the
|
||||
* former is not set. To disable the {@code build.time} property entirely, use
|
||||
* {@code 'off'}.
|
||||
* @since 2.2.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue