Hi Stefan,
I thank you so much for the fast response...I've the answer at last....
I wrote the plugin config badly....dumb dumb dumb :-)
I wrote
<configuration>
> <type>${configuration.type}</type>
> <properties>
> <cargo.remote.uri>
http://123.234.2.221:8080
> </cargo.remote.uri>
> <cargo.remote.username
>> admin</cargo.remote.username>
> <cargo.remote.password
>> admin</cargo.remote.password>
> </properties>
*instead of*
*<configuration>*
*<configuration>*
> <type>${configuration.type}</type>
> <properties>
> <cargo.remote.uri>
http://123.234.2.221:8080
> </cargo.remote.uri>
> <cargo.remote.username
>> admin</cargo.remote.username>
> <cargo.remote.password
>> admin</cargo.remote.password>
> </properties>
*</configuration>*
[....]
*</configuration>*
...bah... all is well what ends well
Cheers and thanx again
--------------
Daniele De Francesco