UNPKG

@auto-canary/maven

Version:

Maven publishing plugin for auto

9 lines 290 B
import { Auto, IPlugin } from '@auto-it/core'; /** Deploy project to maven */ export default class MavenPlugin implements IPlugin { /** The name of the plugin */ name: string; /** Tap into auto plugin points. */ apply(auto: Auto): void; } //# sourceMappingURL=index.d.ts.map