blob: 9dd84a92b419076de454b957bc2d3d2804bde0c1 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
report.plugin.name=Plugin Documentation
report.plugin.description=This report provides goals and parameters documentation of a plugin.
report.plugin.title=Plugin Documentation
report.plugin.goals.nogoal=No goals defined in this plugin.
report.plugin.goals.intro=Goals available for this plugin:
report.plugin.goals.column.goal=Goal
report.plugin.goals.column.isMavenReport=Report?
report.plugin.goals.column.description=Description
report.plugin.goal.nodescription=No description.
report.plugin.goal.deprecated=Deprecated.
report.plugin.goal.notice.prefix=Note
report.plugin.goal.notice.isMavenReport=This goal should be used as a Maven report.
report.plugin.goal.fullname=Full name
report.plugin.goal.description=Description
report.plugin.goal.attributes=Attributes
report.plugin.goal.projectRequired=Requires a Maven project to be executed
report.plugin.goal.aggregator=Executes as an aggregator goal
report.plugin.goal.directInvocationOnly=Executes by direct invocation only
report.plugin.goal.reportingMojo=Executes only as a reportSet (reporting goal)
report.plugin.goal.dependencyResolutionRequired=Requires dependency resolution of artifacts in scope
report.plugin.goal.dependencyCollectionRequired=Requires dependency collection of artifacts in scope
report.plugin.goal.since=Since version
report.plugin.goal.phase=Binds by default to the {lifecycle phase, https://maven.apache.org/ref/current/maven-core/lifecycles.html}
report.plugin.goal.threadSafe=The goal is thread-safe and supports parallel builds
report.plugin.goal.notThreadSafe=The goal is not marked as thread-safe and thus does not support parallel builds
report.plugin.goal.executePhase=Invokes the execution of the following {lifecycle phase, https://maven.apache.org/ref/current/maven-core/lifecycles.html} prior to executing itself
report.plugin.goal.executeGoal=Invokes the execution of the following plugin's goal prior to executing itself
report.plugin.goal.executeLifecycle=Executes in its own lifecycle
report.plugin.goal.onlineRequired=Requires that Maven runs in online mode
report.plugin.goal.notInheritedByDefault=Is NOT inherited by default in multi-project builds
report.plugin.goal.parameters=Parameters
report.plugin.goal.noParameter=(no parameters)
report.plugin.goal.requiredParameters=Required Parameters
report.plugin.goal.optionalParameters=Optional Parameters
report.plugin.goal.parameter.name.header=Name
report.plugin.goal.parameter.description.header=Description
report.plugin.goal.parameter.type.header=Type
report.plugin.goal.parameter.since.header=Since
report.plugin.goal.parameter.name=<{0}>
report.plugin.goal.parameter.defaultValue=Default
report.plugin.goal.parameter.property=User Property
report.plugin.goal.parameter.alias=Alias
report.plugin.goal.parameter.deprecated=<strong>Deprecated.</strong> {0}
report.plugin.goal.parameter.type=Type
report.plugin.goal.parameter.required=Required
report.plugin.goal.parameter.expression=Expression
report.plugin.goal.parameter.details=Parameter Details
report.plugin.goal.parameter.since=Since
report.plugin.goal.yes=Yes
report.plugin.goal.no=No
report.plugin.systemrequirements=System Requirements
report.plugin.systemrequirements.intro=The following specifies the minimum requirements to run this Maven plugin:
report.plugin.systemrequirements.nominimum= No minimum requirement.
report.plugin.systemrequirements.maven=Maven
report.plugin.systemrequirements.jdk=JDK
report.plugin.systemrequirements.history=System Requirements History
report.plugin.systemrequirements.history.intro=The following specifies the minimum requirements to run this Maven plugin for historical versions:
report.plugin.systemrequirements.history.version=Plugin Version
report.plugin.systemrequirements.history.maven=Maven
report.plugin.systemrequirements.history.jdk=JDK
report.plugin.usage=Usage
report.plugin.usage.intro=You should specify the version in your project's plugin configuration:
report.plugin.usage.pluginManagement=To define the plugin version in your parent POM
report.plugin.usage.plugins=To use the plugin goals in your POM or parent POM
report.plugin.usage.reporting=To use the report goals in your POM or parent POM
report.plugin.configuration.end=For more information, see {"Guide to Configuring Plug-ins", https://maven.apache.org/guides/mini/guide-configuring-plugins.html}
report.plugin.isReport=Yes
report.plugin.isNotReport=No
report.plugin.yes=Yes
report.plugin.no=No