This is a Maven plugin for Armed Bear Common
Lisp. Currently, only one
goal is provided: abcl:repl
.
This project is not yet deployed to a Maven repository. To install it locally:
mvn install
See example/pom.xml
for a minimum viable pom.xml. Copy it to a new project directory. Then, in the project directory, run:
mvn abcl:repl
You should be presented with a REPL.
Copyright Alan Dipert [email protected], provided under the terms of the MIT License.
Portions borrowed from clojure-maven-plugin by Mark Derricutt and licensed under the Eclipse Public License 1.0.
AutoFlushingPumpStreamHandler
and AutoFlushingStreamPumper
are based on PumpStreamHandler
and StreamPumper
from Apache Commons Exec and were modified by Marty Pitt. I think these files are still Apache licensed.