Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-torque Wiki" for 
change notification.

The following page has been changed by ScotHale:
http://wiki.apache.org/db-torque/FrequentlyAskedQuestions

------------------------------------------------------------------------------
  
  -- Henning Schmiedehausen
  
+ == How do you set up the maven 2 plugin? ==
+ Add this to your pom.xml
+ {{{
+ <project>
+   ...
+   <build>
+     <plugins>
+       <plugin>
+         <groupId>org.apache.db.torque</groupId>
+         <artifactId>torque-maven-plugin</artifactId>
+         <version>3.3-RC1</version>
+       </plugin>
+     </plugins>
+   </build>
+ </project>
+ }}}
+ Then refer to the maven 2 torque plugin documentation for supported goals.
+ 
+ TODO: additional configuration properties are needed for the torque plugin to 
operate.  I believe these plugin properties are just added to the plugin 
element in the pom.xml.
+ 
+ TODO: add this to the maven 2 plugin site documentation.
+ 

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

Reply via email to