> The answer depends on which Torque maven plugin you use:
> torque-4.0-beta1 or torque-3.3 ?

For Torque 3 , set
      <plugin>
        <groupId>org.apache.torque</groupId>
        <artifactId>torque-maven-plugin</artifactId>
        <version>3.3</version>
        <configuration>
          <useClasspath>false</useClasspath>
...

and torque will only use the templates in src/main/torque/templates and
ignore its original templates

For torque 4, use

      <plugin>
        <groupId>org.apache.torque</groupId>
        <artifactId>torque-maven-plugin</artifactId>
        <version>4.0-beta1</version>
        <configuration>
          <overrideConfigDir>src/main/torque/templates</overrideConfigDir>

and Torque will use the templates in src/main/torque/templates preferred
to, but still using the original templates.

   Hope that helps,

         Thomas

> > Hello All,
> >
> >
> > I'm very noob with torque;  I'm currently using Maven 3.0.4
> > with the maven2 torque plugin and I'm trying to set the equivalent
> > to torque.override.dir=<dir> in the Maven pom.xml, I apologize
> > beforehand if this topic has been visited before but I've gone
> > and tried all possible solutions but none seem to work (templates
> > are not overridden).
> >
> >
> > Thank you in advance,
> > -----
> > Luis Torres
> > Systems Administrator PATH/ITS
> > UC Berkeley
> > lrtor...@berkeley.edu
> >
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
> > For additional commands, e-mail: torque-user-h...@db.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
> For additional commands, e-mail: torque-user-h...@db.apache.org
>


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

Reply via email to