# maven-plugins-learn **Repository Path**: kevinlights/maven-plugins-learn ## Basic Information - **Project Name**: maven-plugins-learn - **Description**: Learn+maven,+such+as+maven+plugins - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-25 - **Last Updated**: 2021-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # maven plugins learn Learn how to develop maven plugins. hello-maven-plugin - sayhi mojo - report mojo plugin-test - test hello-maven-plugin note: 1. the report mojo requires doxia to render Sink content. 2. if you want to inject project parameter, you should add `required = true` 3. you should add execution id to different executions.