Hi again,
a while ago I created a Turbine app using ant to build the project.
With my new webapp I want to switch to maven to benefit from its features.
Using ant there were several targets from build.xml available, like
- init
- create-database
- project-om
- schema-sql
etc.

Now I'm wondering how to address these targets when using maven instead of
ant. For example, how do I start a project, or how to build the torque BOs
and sql-schema with maven?

Also, I'm wondering if it makes sense to create a project.xml Project
Descriptor. Is the project descriptor made for a web-app or for a
Turbine-based project?

Advise is appreciated!
Marc


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

Reply via email to