Hi,
By default, continuum doens't allow file protocol for security reason. You can allow it in
$CONTINUUM_HOME/apps/conf/application.xml, uncomment the line 435 :
<allowedScheme implementation="java.lang.String">file</allowedScheme>
Emmanuel
Eckart Hertzler a écrit :
Hi List,
I just downloaded and installed continuum.
I tried to add a m2 project by giving continuum an url local to the
server on which continuum is running:
file:///home/demo/projects/trunk/pom.xml
Continuum now tells me to provide a valid url.
As far as I can see this is a valid URL, so what am I missing ?
Regards,
Eckart