Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-26337010 better detect java projectsIgor Fedorenko1-18/+23
Java project project configurator is enabled for maven-compiler-plugin with compilerId=javac regardless of project packaging type. To allow such conditional enablement, introduced new optional <pluginExecutionFilter> <parameters> element. For example <parameters> <compilerId>javac</compilerId> </parameters> Current implementation uses string comparison to match parameter value, i.e. ``javac'', to the corresponding mojo execution configuration parameter, i.e. ``compilerId'', and ignored plugin execution mapping if values do not match. Additionally, relaxed requirement to have specific lifecycle mapping for project packaging type. New lifecycle mapping with id=DEFAULT will be used for projects without specific lifecycle mapping. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-01-12separate bundle for default lifecycle mapping metadataIgor Fedorenko1-38/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-01-11temporary added maven-plugin mappingIgor Fedorenko1-0/+38
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-01-10moved lifecycle mapping configuration to a separate extension pointIgor Fedorenko1-0/+28
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>

    Back to the top