If you're switching to Maven there has to be a reason. Very often the reason
is Maven's convention over configuration and best-practice. Do yourself a
favor and change the folder structure so that it follows the Maven way; this
will save you from future issues!

If someone in your organization says it can't be done, tell them that you
might be better off staying with Ant as Maven is opinionated software.

/Anders

On Wed, Sep 29, 2010 at 22:33, Diamond Li <[email protected]> wrote:

> Hello,
>
> I am new to Maven and trying to transform our project build from Ant
> to Maven. Which also means I can't change current project directory
> structure.
>
> All java files under my src/ directory has been perfectly packaged to
> WAR file under WEB-INF/classes folder. But, I also have some property
> files such as pro.properties didn't get packaged to WEB-INF/classes.
>
> Would someone kindly show me how to pack these property files?
>
> I truly appreciate for any words from wisdom!
>
> Diamond
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to