I'm having difficulty getting the latest plugin to work. Is there some
way to tell the plugin to generate the non-base classes into
src/main/java or is maven supposed to compile the generated-java
directory for us? If I add <outputDir> to configuration, then the
plugin fails since the report locations are incorrect. Below is my
current plugin config, maybe I have something wrong?
<plugin>
<groupId>org.apache.db.torque</groupId>
<artifactId>torque-maven-plugin</artifactId>
<version>3.3-RC2</version>
<configuration>
<targetDatabase>sybase</targetDatabase>
<targetPackage>our.package</targetPackage>
</configuration>
<executions>
<execution>
<goals>
<phase>install</phase>
<goal>sql</goal>
<goal>om</goal>
</goals>
</execution>
</executions>
</plugin>
--
=====================================================================
Jeffrey D. Brekke jbrekke@wi.rr.com
Wisconsin, USA brekke@apache.org
ekkerbj@yahoo.com
http://www.bloglines.com/blog/jbrekke ekkerbj@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org
|