rpopov commented on a change in pull request #1: Allow scripting in files
URL:
https://github.com/apache/maven-scripting-plugin/pull/1#discussion_r244914478
##########
File path: pom.xml
##########
@@ -92,13 +93,6 @@ under the License.
<scope>provided</scope>
</dependency>
- <!-- ScriptEngines -->
- <dependency>
Review comment:
I think that the groovy script interpreter is not necessary for the
compilation and running of the plugin/ Instead it imposes the download of a
significant graph of dependencies. The plugin allows using other than groovy
languages and should treat them equally.
The groovy sccript interpreter is moved to the test poms.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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