Date: 2004-04-18T13:59:59 Editor: 195.68.214.209 <> Wiki: DB Torque Wiki Page: FrequentlyAskedQuestions URL: http://wiki.apache.org/db-torque/FrequentlyAskedQuestions
no comment Change Log: ------------------------------------------------------------------------------ @@ -170,13 +170,14 @@ -- Michael Wyraz -Answer: Yes. Torque is mavenized, thus you can install and use torque as a plugin for maven. +Answer: Yes. Torque is mavenized, so you can install and use torque as a plugin for Maven. http://db.apache.org/torque/maven-plugin/ http://db.apache.org/torque/maven-howto.html -after successfull instalation of the plugin you will be able to run for example +After successfull instalation of the plugin you will be able to run the common torque tasks and plus this you will be able to run pomre specific tasks configurations as well. +For example the command line: maven -D absolute_folder_location torque:om -which will look inside the given path and will run the puild.properties that are located there. and the xml defined schema will be in a relative folder +which will look inside the given path and will run torque's task OM using the build.properties that are located there. and the xml defined schema will be in a relative folder, (according to: plugin.properties in your MAVEN_HOME/plugins/maven-torque-plugin directory) -- bogdan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
