Thanks Thomas,
What we're trying to do is to set some overrides that omit SQL "drops", we used to do this in ant by setting the torque.override.dir property to the template directories, I'll try what you sent me below and find out if works for us. -Luis- On Nov 23, 2012, at 12:26 AM, Thomas Fox wrote: >> 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 > ----- 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