Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Running Maven from Eclipse

You should be able to use RunAs->MavenBuild... (note ellipses) to do this.

--
Regards,
Igor

On 11-03-03 04:38 PM, Kay Ulbrich wrote:
Hello,

in order to build the subproject app/my-app and all others it depends
on, I issue the shell command

    mvn -pl app/my-app -am

from the root folder of all projects.

Is there a way to trigger this build from within Eclipse, via the "Run
As" menu on my-app?

Thanks for hints!
Kay


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top