resort.component.maven¶
-
class
resort.component.maven.Project(base_dir, dependency=False)¶ Bases:
objectMaven project. Implements
Component.Parameters: - base_dir (Contextual) – Project base directory.
- dependency (bool) – Project must be installed or only packaged.
-
available(context)¶ Always return
None.Parameters: context (resort.engine.execution.Context) – Current execution context.
-
insert(context)¶ Build the project.
Parameters: context (resort.engine.execution.Context) – Current execution context.
-
delete(context)¶ Does nothing.
Parameters: context (resort.engine.execution.Context) – Current execution context.