mirror of https://github.com/apache/maven.git
o formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
59310c5243
commit
8c892891cc
|
@ -188,15 +188,18 @@ public class MojoDescriptor
|
|||
this.goal = goal;
|
||||
}
|
||||
|
||||
public boolean alwaysExecute() {
|
||||
return MULTI_PASS_EXEC_STRATEGY.equals(executionStrategy);
|
||||
public boolean alwaysExecute()
|
||||
{
|
||||
return MULTI_PASS_EXEC_STRATEGY.equals( executionStrategy );
|
||||
}
|
||||
|
||||
public String getExecutionStrategy() {
|
||||
public String getExecutionStrategy()
|
||||
{
|
||||
return executionStrategy;
|
||||
}
|
||||
|
||||
public void setExecutionStrategy(String executionStrategy) {
|
||||
public void setExecutionStrategy( String executionStrategy )
|
||||
{
|
||||
this.executionStrategy = executionStrategy;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue