Fixed checkstyle reported error.

This commit is contained in:
Karl Heinz Marbaise 2017-03-11 18:40:24 +01:00
parent 24b9ef48f6
commit ab2e24fe36
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ public Map<String, List<MojoExecution>> calculateLifecycleMappings( MavenSession
/*
* Grab plugin executions that are bound to the selected lifecycle phases from project. The effective model of
* the project already contains the plugin executions induced by the project's packaging type. Remember, all
* phases of interest and only those are in the lifecycle mapping, if a phase has no value in the map, we are not
* interested in any of the executions bound to it.
* phases of interest and only those are in the lifecycle mapping, if a phase has no value in the map, we are
* not interested in any of the executions bound to it.
*/
for ( Plugin plugin : project.getBuild().getPlugins() )