Maven plugin for interacting with Redline Smalltalk.
Copyright (c) 2011 Robert Roland. Released under the MIT License. See the LICENSE file for more information.
This Mojo currently has one goal: stic
It has three required configuration parameters:
- sourceClass
- sourcePath
- runtimePath
sourceClass is the Redline Smalltalk classname to execute (i.e. st.redline.HelloWorld) sourcePath is the absolute path to this source file. runtimePath is the absolute path to the Redline Smalltalk runtime library.
See (https://github.com/robertrolandorg/redline-maven-plugin-sample/blob/master/pom.xml) for an example.