mirror of https://github.com/apache/maven.git
o Formatted code
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@939034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1248bd1c1f
commit
0d7a05f8b2
|
@ -154,13 +154,7 @@ public class LifecycleStarter
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
catch (
|
||||
|
||||
Exception e
|
||||
|
||||
)
|
||||
|
||||
catch ( Exception e )
|
||||
{
|
||||
result.addException( e );
|
||||
}
|
||||
|
@ -193,4 +187,4 @@ public class LifecycleStarter
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue