Module ploigos_step_runner.step_implementers.package.maven
DEPRECATED: use ploigos_step_runner.step_implementers.package.MavenPackage instead.
This is an alias to MavenPackage so as to keep things backwards compatible, but eventually should/can will be removed.
Classes
class Maven (workflow_result, parent_work_dir_path, config, environment=None)-
DEPRECATED: use ploigos_step_runner.step_implementers.package.MavenPackage instead.
This is an alias to MavenPackage so as to keep things backwards compatible, but eventually should/can will be removed.
Expand source code
class Maven(MavenPackage): """DEPRECATED: use ploigos_step_runner.step_implementers.package.MavenPackage instead. This is an alias to MavenPackage so as to keep things backwards compatible, but eventually should/can will be removed. """ def __init__( # pylint: disable=too-many-arguments self, workflow_result, parent_work_dir_path, config, environment=None ): super().__init__( workflow_result=workflow_result, parent_work_dir_path=parent_work_dir_path, config=config, environment=environment ) print("DEPRECATED: use ploigos_step_runner.step_implementers.package.MavenPackage instead.")Ancestors
- MavenPackage
- MavenGeneric
- StepImplementer
- abc.ABC
Inherited members
MavenPackage:configcreate_working_dir_sub_direnvironmentget_config_valueget_copy_of_runtime_step_configget_result_valueget_valueglobal_config_defaultsglobal_environment_config_defaultshas_config_valuemaven_phases_and_goalsmaven_settings_filerun_stepstep_configstep_config_overridesstep_environment_configstep_implementer_config_defaultsstep_namesub_step_implementer_namesub_step_namework_dir_pathworkflow_resultwrite_working_file