https://github.com/semperos/jall-maven-plugin
Plugin for using JAll compiler and tooling
https://github.com/semperos/jall-maven-plugin
Last synced: about 1 year ago
JSON representation
Plugin for using JAll compiler and tooling
- Host: GitHub
- URL: https://github.com/semperos/jall-maven-plugin
- Owner: semperos
- Created: 2012-07-13T05:08:54.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-17T20:14:09.000Z (about 14 years ago)
- Last Synced: 2025-03-05T10:31:37.263Z (over 1 year ago)
- Language: Java
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JAll Maven Plugin #
JAll is a powerful templating language for Java that allows you to write code for JRuby, Clojure and soon Scala *inside* your Java source code. This is the Maven plugin to make working with JAll and compiling multiple JVM languages under one roof easy.
## Maven Goals ##
### compile ###
This goal parses Java source files, extracts JAll snippets, and performs the necessary transformations, including writing files to their appropriate locations within the project.
### pom ###
The jall-maven-plugin itself does not manage compilation of all the various JVM languages. Instead, you can run the `pom` goal to print out a working POM file configuration for running the jall-maven-plugin itself, compiling JRuby, Clojure, etc., and finally compiling and optionally running a default main class.