Guest User

Untitled

a guest
Jun 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.fusesource.scalate</groupId>
  3. <artifactId>maven-scalate-plugin</artifactId>
  4. <version>${scalate-version}</version>
  5. <executions>
  6. <execution>
  7. <goals>
  8. <goal>precompile</goal>
  9. </goals>
  10. <configuration>
  11. <templates>
  12. <!-- pre compile some templates that are in the classpath -->
  13. <template>/WEB-INF/scalate/errors/500.scaml</template>
  14. </templates>
  15. </configuration>
  16. </execution>
  17. </executions>
  18. </plugin>
Add Comment
Please, Sign In to add comment