# MavenProjectConfig

## Members

|                    |                                                                                                                                                                                                                                                                                                                               |   |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| artifactId         | string                                                                                                                                                                                                                                                                                                                        |   |
| build              | optional { plugins?: { groupId: string; artifactId: string; version?: string; executions?: { id?: string; phase?: string; goals?: string\[]; }\[]; configuration?: Record\<string, any>; }\[]; resources?: { directory: string; includes?: string\[]; excludes?: string\[]; filtering?: boolean; targetPath?: string; }\[]; } |   |
| description        | optional string                                                                                                                                                                                                                                                                                                               |   |
| groupId            | string                                                                                                                                                                                                                                                                                                                        |   |
| javaVersion        | number                                                                                                                                                                                                                                                                                                                        |   |
| name               | optional string                                                                                                                                                                                                                                                                                                               |   |
| pluginRepositories | optional { id: string; url: string; }\[]                                                                                                                                                                                                                                                                                      |   |
| repositories       | optional { id: string; url: string; }\[]                                                                                                                                                                                                                                                                                      |   |
| version            | string                                                                                                                                                                                                                                                                                                                        |   |
