In my plugin I need to start <java fork="true" ... >
and set classpath to list of all plugin dependencies.
I've found maven.dependency.classpath property in other plugins.
And it seems to me that it is built-in property containing list of dependencies.
I try:
<classpath>
<path refid="maven.dependency.classpath"/>
</classpath>
But it doesn't work - class not found. when fork=false all works fine.
<echo>path: ${maven.dependency.classpath}</echo>
returns
echo:
Any ideas why path is empty?
Best regards,
Alexey
---
Alexey Demakov, ISP RAS
www: http://redverst.ispras.ru
e-mail: [EMAIL PROTECTED]
ICQ 740187
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]