Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-01354505 fixed wrong mavenLaunchParticipant interface nameIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-19366998 maven launch configuration extensibility APIIgor Fedorenko2-102/+21
Collapsed mavenLaunchParticipants and sourceLookupParticipants extension points. mavenLaunchParticipants can now provide list of source lookup participants. Introduced launch configuration tab to see, enable and disable available launch participants. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-17366998 introduced maven launch configuration extensibility APIIgor Fedorenko2-0/+204
org.eclipse.m2e.launching.mavenLaunchParticipants extension point allows contribution of additional program and vm arguments to Maven launch command line. org.eclipse.m2e.launching.sourceLookupParticipants extension point allows contribution of additional source lookup participants to Maven launch source lookup. Additionally, existing org.eclipse.debug.ui.launchConfigurationTabs extension point can be used to introduce new launch configuration GUI tabs. Both mavenLaunchParticipants and sourceLookupParticipants should be considered as experimental (and are documented as such) and can be removed or changed without notice. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>

    Back to the top