Re: Template overrides through maven pom.xml.

2012-12-02 Thread Thomas Vandahl
On 23.11.12 09:26, 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 groupIdorg.apache.torque/groupId artifactIdtorque-maven-plugin/artifactId version3.3/version

Re: Template overrides through maven pom.xml.

2012-11-26 Thread Luis Torres
Hi Tom! We're using torque-3.3. We don't know how to get the override process working, we were thinking about delegating it to ant through maven, is there a better way involving the plugin itself? -L- On Nov 22, 2012, at 12:27 AM, Thomas Fox wrote: The answer depends on which Torque maven

Re: Template overrides through maven pom.xml.

2012-11-26 Thread Luis Torres
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

RE: Template overrides through maven pom.xml.

2012-11-23 Thread Thomas Fox
The answer depends on which Torque maven plugin you use: torque-4.0-beta1 or torque-3.3 ? For Torque 3 , set plugin groupIdorg.apache.torque/groupId artifactIdtorque-maven-plugin/artifactId version3.3/version configuration

RE: Template overrides through maven pom.xml.

2012-11-22 Thread Thomas Fox
The answer depends on which Torque maven plugin you use: torque-4.0-beta1 or torque-3.3 ? 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