> 1. Added jar into maven local repo with command like > mvn install:install-file -Dfile='C:\ATUReporter_Selenium_testNG_4.6.jar' > -DgroupId=atu -DartifactId=atu-reporter-selenium-testng -Dversion=4.6 > -Dpackaging=jar ... > But while running the automation scripts, maven given me error like > > ERROR] No plugin found for prefix 'C' in the current project and in the > plugin
I think the prefix C error relates to the -Dfile='C:\ATU....' in your install command line. Can you perhaps just "cd" to that directory and leave off the 'C:\' business entirely, just specify the name of the jar file? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
