rmannibucau commented on PR #4: URL: https://github.com/apache/maven-scripting-plugin/pull/4#issuecomment-3679459956
Tempted to say it should be reopened or another fix be proposed cause as of today the scripting plugin stays hard to use without that making exec superseeding scripting plugin. For security point: it is mainly convenience since everything is available while the eval impl doesn't fork. FTR exec plugin supports it out of the box but requires to compile something before which isnot as neat as scripting plugin (a module/project or the main module if the build classes are excluded in jar plugin): https://github.com/mojohaus/exec-maven-plugin/blob/master/src/main/java/org/codehaus/mojo/exec/AbstractExecJavaBase.java#L518. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
