> I have one Maven project which contains the java source code and webapp
> folder. Is there a way to build a JEE ear file using just this project?  I 
> have
> tried maven-ear-plugin but it does not work.

Short answer: no, break it up into modules.

Long answer: maybe, but it will require a lot of configuration (rather
than depending on conventions) and this list is only going to be
marginally helpful since it violates some core Maven principles that
most of us follow, so most people have never tried this and thus
cannot share their working configurations.

Why do you need to do this?

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to