Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven Error Resolving version for plugin

I am trying to run a kurento-java client hello world example as given in this link http://doc-kurento.readthedocs.io/en/stable/tutorials/java/tutorial-helloworld.html

I am providing a kurento media server url while compiling the code as

mvn compile exec:java -Dkms.url=ws://kms_host:kms_port/kurento

I keep getting error as:

Error resolving version for plugin '.url=ws://kms_host:kms_port' from the repositories

like image 582
Sourabh Joshi Avatar asked Jul 15 '26 20:07

Sourabh Joshi


1 Answers

Are you using PowerShell ?

PowerShell does not recognize line parameter as follow

-Dname.of.myparameter=somting

Use "old" windows command prompt instead.

like image 167
Zou Avatar answered Jul 17 '26 16:07

Zou



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!