You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Apache Wiki <wi...@apache.org> on 2006/12/23 02:37:51 UTC

[Db-torque Wiki] Update of "FrequentlyAskedQuestions" by ScotHale

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org