------ SQL ------ Mark Struberg ------ November 29, 2010 ------ SQL The following build configuration shows how to use the OpenJPA MappingTool for generating the SQL file for creating a fresh database. Please consult the OpenJPA documentation for more details on the SQL file creation. The {{{../sql-mojo.html}openjpa:sql}} mojo will typically be called manually, so there is no <<>> section. ------------------- [...] [...] org.apache.openjpa openjpa-maven-plugin 1.2 build src/main/sql/create.sql [...] [...] [...] ------------------- * If no <<>> is set this will default to <<>> * If no <<>> is set it will default to <<>> Please consult the OpenJPA documentation for a list of valid <<>>s.