Skip to content

Instantly share code, notes, and snippets.

@hugithordarson
Created November 23, 2016 15:44
Show Gist options
  • Save hugithordarson/d22e913b734d536e7188673d38b0994a to your computer and use it in GitHub Desktop.
Save hugithordarson/d22e913b734d536e7188673d38b0994a to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.cayenne.plugins</groupId>
<artifactId>maven-cayenne-plugin</artifactId>
<version>4.0.M4-SNAPSHOT</version>
<configuration>
<map>${project.basedir}/src/main/resources/datamap.map.xml</map>
<destDir>${project.basedir}/src/main/java</destDir>
<superTemplate>${project.basedir}/src/main/resources/wosuperclass.vm</superTemplate>
</configuration>
<executions>
<execution>
<goals>
<goal>cgen</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment