Github user srdo commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2667#discussion_r186888587
  
    --- Diff: pom.xml ---
    @@ -1275,6 +1270,25 @@
                         
<useStandardDocletOptions>true</useStandardDocletOptions>
                     </configuration>
                 </plugin>
    +            <plugin>
    +                <groupId>org.apache.maven.plugins</groupId>
    +                <artifactId>maven-enforcer-plugin</artifactId>
    +                <executions>
    +                    <execution>
    +                        <id>enforce-maven</id>
    --- End diff --
    
    No, it could be left out. However I think since this plugin is so generic, 
it's helpful to have a descriptive name for the execution.


---

Reply via email to