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                                   [EMAIL PROTECTED]
Wisconsin,  USA                                     [EMAIL PROTECTED]
                                                    [EMAIL PROTECTED]
http://www.bloglines.com/blog/jbrekke               [EMAIL PROTECTED]


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

Reply via email to