UNPKG

@atomist/atomist-sdm

Version:

Atomist SDM to deliver our own projects

9 lines (8 loc) 305 B
import { SoftwareDeliveryMachine } from "@atomist/sdm"; /** * Add Maven implementations of goals to SDM. * * @param sdm Software Delivery machine to modify * @return modified software delivery machine */ export declare function addMavenSupport(sdm: SoftwareDeliveryMachine): SoftwareDeliveryMachine;