UNPKG

@atomist/sdm-pack-spring

Version:

Atomist software delivery machine extension pack for Spring and Spring Boot applications

9 lines (8 loc) 248 B
import { GoalWithFulfillment } from "@atomist/sdm"; /** * Goal to execute Maven tests. Shows failures or errors if there are any. * @type {GoalWithFulfillment} */ export declare class MavenTest extends GoalWithFulfillment { constructor(); }