Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No plugin found for prefix 'C' in the current project and in the plugin groups

Currently, I am using Maven Tool to create a zip file of a downloaded folder from Github https://github.com/Saulis/teamcity-gerrit-trigger

The command that I use is

mvn [folder name]

However, I faced error while running the command:

No plugin found for prefix 'C' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories)

screenshot

Is there anyone face the same issue with me? What is this error about? How can I solve this error? Thanks in advance.

like image 606
IAMbeginner Avatar asked Mar 02 '17 03:03

IAMbeginner


1 Answers

Thanks for the reply @YohanesGultom. It really helpful as it correct my mistakes. I change directory to the folder that I want to assemble a zip binary with pom.xml in the same hierarchy. Then, I run the command as [> mvn package] and did some changes on proxy settings under C:\Users\ .. \ .m2. Finally, I get the zip binary assembled. Thanks!!

like image 85
IAMbeginner Avatar answered Oct 25 '22 04:10

IAMbeginner