Reputation: 2078
I am trying to assemble Maven plugin with eclipse. For that I have already installed the m2eclipse. Now, in the new project, I have created a new Maven project.
When I try to run it by right clicking to the application, there are several options available.
When I run as Maven build, it gives build faliure but if I run as any other option such as maven install or maven clean or maven test, it gives build success.
Why so ?
Upvotes: 0
Views: 83
Reputation: 9791
On right click, when you do maven build, enter the command clean install and then try.
Upvotes: 1