maven-scalate-plugin_2.10

A Scalate Maven Plugin

License

License

Categories

Categories

Scala Languages Maven Build Tools
GroupId

GroupId

org.fusesource.scalate
ArtifactId

ArtifactId

maven-scalate-plugin_2.10
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

maven-scalate-plugin_2.10
A Scalate Maven Plugin
Project Organization

Project Organization

FuseSource, Corp.

Download maven-scalate-plugin_2.10

How to add to project

<plugin>
    <groupId>org.fusesource.scalate</groupId>
    <artifactId>maven-scalate-plugin_2.10</artifactId>
    <version>1.6.1</version>
</plugin>

Dependencies

compile (11)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.0
org.scala-lang : scala-compiler Optional jar 2.10.0
org.slf4j : slf4j-nop jar 1.6.1
commons-lang : commons-lang jar 2.6
org.apache.maven : maven-compat jar 3.0
org.apache.maven.wagon : wagon-provider-api jar 2.2
org.apache.maven.wagon : wagon-file jar 2.2
org.apache.maven.wagon : wagon-ssh jar 2.2
org.apache.maven.wagon : wagon-http-lightweight jar 2.2
org.codehaus.plexus : plexus-utils jar 2.0.2
org.codehaus.swizzle : swizzle-confluence jar 1.4

Project Modules

There are no modules declared in this project.

Scalate

Build Status build Maven Central

Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.

The following template languages are supported:

  • Mustache: is a Mustache template language for Java/Scala
  • Jade: The Jade style of Haml/Scaml template language
  • Scaml: Provides Haml style template language
  • Ssp: Provides a JSP, Erb and Velocity style template language

In Scaml and SSP all expressions are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your pages. Mustache uses dynamic typing and reflection; a trade off of hiding code and logic from inside the templates.

Building

To build Scalate from the source please see the building instructions

Links

org.fusesource.scalate

Scalate

Versions

Version
1.6.1
1.6.0