Hello,

I'm working my way through the howto and am uncertain about the parts below, regarding the project.xml file. I see the wiki has a pointer to the Maven user's guide, and while I will read it and try to come up with something, but surely I won't be the only one unclear on this part.

I'm feeling overwhelmed with the move up to 2.2 and would appreciate any (additional) shortcuts anyone could provide. I think I'll go try some stuff and deface the wiki with my guesses, if I get anything that looks reasonable at all.

What do we need in an adequate starting point project.xml?

Thanks!


1) Create <root> and the shell of a minimal Maven layout, like so:

  <root>
     maven.xml (optional)
     project.xml
[snip]

8) DELETE the <root>/src/webapp/WEB-INF/lib directory. (The Maven process
will take care of the libs for you, assuming you configure your project.xml
file. Remember to include your database's driver.)
[snip]

1) Have the sample app be built into a Maven structure. This should include
a good sample project.xml file. It would also be interesting to see a
maven.xml file that integrated the execution of the "init" tag at some point
(after the jar process, perhaps).

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to