Rahul Chavan
Rahul Chavan

Reputation: 133

how to run maven command in STS

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 STSsee image

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

Answers (1)

Waqas Ahmed
Waqas Ahmed

Reputation: 5129

Go to Eclipse market place and search for terminal. From list install TM terminal as shown in image below.

enter image description here

Once terminal is install restart eclipse and try to open terminal from show prospective view as shown in image below.

enter image description here

Now you can issue your maven command inside terminal and make sure that you are in workspace of your project that has pom file.

enter image description here

Upvotes: 3

Related Questions