Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: future
-
Fix Version/s: None
-
Component/s: exec
-
Labels:None
Description
It would be handy to have an oppotunity to add additional directories to project classpath - absolute or relative to ${basedir}
Issue Links
- relates to
-
MEXEC-66
ability to add custom classpath together with %classpath placeholder
-
Uploaded patch to allow
<additionalClasspathElements>
<additionalClasspathElement>etc/run</additionalClasspathElement>
<additionalClasspathElement>c:\absolutePath</additionalClasspathElement>
</additionalClasspathElements>
Inspired by additionalClasspathElements in maven-surefire-plugin.
Relative paths are resolved to project basedir.