James Raitsev
James Raitsev

Reputation: 96541

How can i "run" application via Maven?

I am playing with Maven and was wondering whether i can run my program using mvn command from either a command line or eclipse.

I am able to do a clean install, but no run so far.

Upvotes: 1

Views: 136

Answers (1)

bmargulies
bmargulies

Reputation: 100196

This is for what we have the 'maven-exec-plugin'.

Upvotes: 1

Related Questions