This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 1a8837c plugin description 1a8837c is described below commit 1a8837c29f69561159d90bd9e9c7e96e01f5868b Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Tue Jan 12 22:46:36 2021 +0100 plugin description --- README.md | 4 ++-- src/site/apt/index.apt.vm | 2 +- src/site/apt/usage.apt.vm | 2 -- src/site/site.xml | 5 ++--- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 53ace8b..6d6ae35 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. -This plugin contains `buildinfo`goal for [Reproducible Builds](https://reproducible-builds.org/) tooling, +This plugin contains `buildinfo` goal for [Reproducible Builds](https://reproducible-builds.org/) tooling, to ease reproducing Maven builds that are [expected to be reproducible](https://maven.apache.org/guides/mini/guide-reproducible-builds.html). The purpose of this goal is: @@ -41,7 +41,7 @@ The purpose of this goal is: - help rebuilders to check that they local build produces the same Reproducible Build output than the reference build published to a remote repository -To use this plugin, you'll need to build and install from source, or use SHAPSHOT from ```https://repository.apache.org/content/repositories/snapshots``` +To use this plugin, you'll need to build and install from source, or use SHAPSHOT from `https://repository.apache.org/content/repositories/snapshots` Generating buildinfo after a build -------------- diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index e71afe3..2f60502 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -28,7 +28,7 @@ ${project.name} - The Artifact Plugin is used when ... + The Artifact Plugin is used to manage artifacts tasks. * Goals Overview diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm index 2b1c0a9..d42eddb 100644 --- a/src/site/apt/usage.apt.vm +++ b/src/site/apt/usage.apt.vm @@ -28,8 +28,6 @@ Usage - The Maven Artifact Plugin... - * Recording <<<.buildinfo>>> File Recording build result into a <<<.buildinfo>>> file is typically done on command line by calling <<<artifact:buildinfo>>> goal after the normal build: diff --git a/src/site/site.xml b/src/site/site.xml index 39b3c54..6118408 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,9 +19,8 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> +<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 https://maven.apache.org/xsd/decoration-1.0.0.xsd"> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/>