Reputation: 133
I am not able to run maven command from the STS tool I want to install external jar.
i open the maven console from open console option of STS
when I put the command in a console and press enter key nothing is happening.
Please help me how can I run command.
Upvotes: 3
Views: 15876
Reputation: 5129
Go to Eclipse market place and search for terminal. From list install TM terminal as shown in image below.
Once terminal is install restart eclipse and try to open terminal from show prospective view as shown in image below.
Now you can issue your maven command inside terminal and make sure that you are in workspace of your project that has pom file.
Upvotes: 3