Polish "Fix description of build-image[-no-fork] Maven plugin goals"

See gh-35609
This commit is contained in:
Stephane Nicoll 2023-05-24 13:28:01 +02:00
parent e84025b1b8
commit 44c2090092
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2022 the original author or authors.
* Copyright 2012-2023 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.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2022 the original author or authors.
* Copyright 2012-2023 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.
@ -22,9 +22,8 @@ import org.apache.maven.plugins.annotations.ResolutionScope;
/**
* Package an application into an OCI image using a buildpack, but without forking the
* lifecycle to make sure that {@code package} ran. This goal should be used when
* configuring a goal {@code execution} in your build. To invoke the goal on the
* command-line, use {@code build-image} instead.
* lifecycle. This goal should be used when configuring a goal {@code execution} in your
* build. To invoke the goal on the command-line, use {@code build-image} instead.
*
* @author Stephane Nicoll
* @since 3.0.0