mirror of https://github.com/apache/maven.git
o Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@803107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
217c82d26d
commit
1267d975bd
|
@ -96,7 +96,7 @@ public class MojoDescriptor
|
|||
/** By default, the Mojo needs a Maven project to be executed */
|
||||
private boolean projectRequired = true;
|
||||
|
||||
/** By default, the Mojo is online */
|
||||
/** By default, the Mojo is assumed to work offline as well */
|
||||
private boolean onlineRequired = false;
|
||||
|
||||
/** Plugin configuration */
|
||||
|
|
Loading…
Reference in New Issue