On Wed, Jun 22, 2011 at 8:43 AM, Mohamed SIDI <mhm.s...@gmail.com> wrote:
> you're right I coul post this issue in a maven mailing list I should find
> more infirmation but this idea coming after but never mind !
>
> instead of creating the packages manually, I prefere use Maven to create
> these packages

I'm still not sure I understand. It sounds like you're saying you'd
rather type something like:

mvn createPackage -where=java com.mycampany.services

than:

mkdir src/java/main/com/mycompany/services

What benefit would you derive from having Maven do this for you?
What's the actual problem you're trying to solve?

Seems like it's a lot more work, as you'd need to tell Maven where to
put it (potentially in more than one place, for example, you might
need both Java source, and XML resources, so two directories would
need to be created.

Dave

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

Reply via email to