risdenk commented on a change in pull request #114: KNOX-1816 - Optionally
added shellcheck validation to our build and fixed issues shellcheck already
found
URL: https://github.com/apache/knox/pull/114#discussion_r302973057
##########
File path: pom.xml
##########
@@ -171,6 +171,7 @@
<easymock.version>4.0.2</easymock.version>
<eclipselink.version>2.7.4</eclipselink.version>
<ehcache.version>2.6.11</ehcache.version>
+ <exec-maven-plugin.version>1.6</exec-maven-plugin.version>
Review comment:
I think you need to reference this in the actual plugin itself with
`<version>`. Don't want to rely on Maven "magic" pick it up.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services