Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 464 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 464 Bytes

An example Maven project which uses macros (Scala 2.10, scala-maven-plugin 3.1.0)

To verify that everything works fine, do mvn run.

Note that Zinc (incremental compiler used in the Scala plugin) doesn't yet support recompilation of macro clients if macro implementation has changed: harrah/xsbt#399.

Huge thanks to Nikita Volkov, who I've ripped off to throw together this project: https://github.com/nikita-volkov/macros-and-maven.