UNPKG

@auto-it/maven

Version:

Maven publishing plugin for auto

7 lines 414 B
import { Auto } from "@auto-it/core"; import { IMavenPluginOptions } from "./index"; /** execute the built in release goals */ export declare function executeReleaseGoals(options: IMavenPluginOptions): Promise<string>; /** Update the pom with maven */ export declare function updatePoms(version: string, options: IMavenPluginOptions, auto: Auto, message: string): Promise<void>; //# sourceMappingURL=maven.d.ts.map