@jnxplus/nx-maven
Version:
[](https://badge.fury.io/js/@jnxplus%2Fnx-maven)
12 lines (11 loc) • 327 B
TypeScript
export interface NxMavenInitGeneratorSchema {
aggregatorProjectGroupId: string;
aggregatorProjectName: string;
aggregatorProjectVersion: string;
mavenRootDirectory: string;
skipWrapper?: boolean;
localRepoRelativePath: string;
skipFormat?: boolean;
formatter?: 'none' | 'prettier';
buildTargetName: string;
}