Re: Maven projects do not create Main Class

2019-03-13 Thread Geertjan Wielenga
By design. It really doesn’t make much difference. Type psvm press tab and
you have your public static void main.

Gj

On Wed, 13 Mar 2019 at 20:26, joe schmo  wrote:

> I am testing a Maven spec and it includes tests that use a Main Class.  I
> can create a Main Class and do the tests but I'm wondering if it is by
> design that Maven projects do not include the option to create a Main
> Class?  When creating Java with Ant projects the option is given to create
> a Main Class.
>
> Thanks
>
> BC
>


Maven projects do not create Main Class

2019-03-13 Thread joe schmo
I am testing a Maven spec and it includes tests that use a Main Class.  I can 
create a Main Class and do the tests but I'm wondering if it is by design that 
Maven projects do not include the option to create a Main Class?  When creating 
Java with Ant projects the option is given to create a Main Class.

Thanks

BC