- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- CassandraMojo, DSLMojo, QueryMojo, RDBMojo, SDOMojo, UMLMojo, XSDMojo
public abstract class ClassRealmMojo
extends org.apache.maven.plugin.AbstractMojo
Abstract mojo which has an injected Plexus class realm such that
subclass mojo's can add resource and other URL's etc..
to the class world as needed using the injected
additionalClasspathElements List parameter,
as well as system properties using the {@link ClassRealmMojo.systemProperties systemProperties)
Properties collection parameter.
- Since:
- 1.1.3
- Author:
- Scott Cinnamond