Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-04-21Bug 339968 - Import Wizard update configuration after ignoreMatthew Piggott4-4/+33
2011-04-20Bug 342379 - Parent project selection should automatically fill relative ↵Matthew Piggott1-1/+3
path when parent is in workspace
2011-04-20NPE when showing project selection dialog with closed/missing projectsIgor Fedorenko1-2/+6
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-20Revert "Fix preference access"Matthew Piggott1-1/+2
2011-04-20Reconciled dependency update and configuration update actionsIgor Fedorenko7-167/+106
Introduced MavenProjectActionSupport to handle project selection during depenency and configuration update consistently. Introduced IProjectConfigurationManager.updateProjectConfiguration(MavenUpdateRequest, IProgressMonitor) Some cleanup of updateProjectConfiguration implementation. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-19UpdateDependenciesDialog - fix checked bugMatthew Piggott1-10/+6
2011-04-19Code cleanupMatthew Piggott5-47/+50
2011-04-19UpdateDependenciesDialog - externalize stringsMatthew Piggott3-12/+31
2011-04-18Cleanup - unused code, NON-NLSMatthew Piggott5-35/+38
2011-04-18UserInterfacePreferencePage missed in earlier commitMatthew Piggott1-0/+50
2011-04-18Removed most Open menu items from right-click menuMatthew Piggott4-442/+4
2011-04-18LifecycleMappingPage - Sort tree elements by Maven columnMatthew Piggott1-0/+17
2011-04-18EditDependencyDialog - unused codeMatthew Piggott1-7/+1
2011-04-18SelectionUtil - removed unused private methodMatthew Piggott1-29/+17
2011-04-18Fix preference accessMatthew Piggott1-6/+8
2011-04-18Fix import wizard titleMatthew Piggott1-1/+1
2011-04-18343180 - cache parsed user settings.xmlIgor Fedorenko1-1/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-18Removed unused externalized stringsMatthew Piggott2-59/+2
2011-04-18UpdateDependenciesDialog - expand all elementsMatthew Piggott1-4/+7
2011-04-18Rename POM Editor preferences to User Interface preferences.Matthew Piggott5-4/+11
2011-04-18342910 do not force update by defaultIgor Fedorenko1-1/+1
It is commot to develop against locally installed snapshot dependency, when developing a patch for thirdparty code, for example. Forced update will replace locally installed artifacts, which we do not want by default. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-15342910 hooked the new UpdateDepenciesDialog to right-click actionsIgor Fedorenko4-67/+49
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-15342910 use 'never' global update policy by defaultIgor Fedorenko3-1/+7
Introduced new "do not update dependency from remote repositories" preference. When checked (the default) m2e will only contact remote repositories to resolve artifacts that are not present in the local repository and will never attempt to re-resolve artifacts that are already present locally. This is expected to guarantee that all workspace project use the same SNAPSHOT dependency version and improve dependency resolution performance in many common cases as well. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-15Bug 342910 - improved snapshot dependency managementMatthew Piggott1-57/+112
- Changed UpdateDependenciesDialog to CheckboxTreeViewer
2011-04-15Initial UpdateDependenciesDialogMatthew Piggott2-106/+345
2011-04-15Removed many uses of depreciated MavenPlugin.getDefault()Matthew Piggott35-250/+261
2011-04-15Bug 342913 - NPE in import wizard when discovery is not installedMatthew Piggott1-6/+5
2011-04-15Removed unused imageMatthew Piggott2-2/+0
2011-04-14Add icons to PomHierarchyCompositeMatthew Piggott1-2/+24
2011-04-14Added missing files to buildMatthew Piggott1-1/+4
2011-04-14Bug 339968 - Lifecycle Mapping Page improvementsMatthew Piggott12-178/+468
- passed.png from http://code.google.com/a/eclipselabs.org/p/workspacemechanic/
2011-04-14Move LifecycleMappingOperation to org.eclipse.m2e.core.uiMatthew Piggott1-0/+144
2011-04-14crlfIgor Fedorenko1-352/+352
2011-04-12Added support for choosing pom in hierarchy to ignore goalMatthew Piggott2-0/+322
2011-04-12bug 339968 - Externalize strings in LifecycleMappingPageMatthew Piggott3-34/+55
2011-04-12Bug 339968 - Removed Eclipse build columnMatthew Piggott5-69/+4
2011-04-08bug 339968 - Fix dialog setting persisted on cancelMatthew Piggott1-3/+6
2011-04-07fixed NPE in import wizard when discover is not availableIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-07Introduced IMavenProjectRegistry to replace MavenProjectManagerIgor Fedorenko14-40/+43
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-06Bug 339968 - Support to change selected discovery proposal using Combo boxMatthew Piggott5-81/+101
2011-04-06Removed unused importsvladt3-5/+0
2011-04-06do not expose internal classes through public MavenPluginIgor Fedorenko6-27/+34
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-06Fix NPE in LifecycleMappingPageMatthew Piggott1-1/+1
2011-04-05Bug 339968 - Improvements to MavenImportWizardMatthew Piggott5-6/+49
- Added warning for incomplete mapping (includes preference) - Cancelled p2 install does not complete wizard
2011-04-05Removed dead codeMatthew Piggott1-3/+0
2011-04-05Bug 339968 - Changed ratio for columns in import wizardMatthew Piggott1-5/+5
2011-04-05Bug 339968 - Changed import wizard details to use overview's summaryMatthew Piggott1-1/+1
2011-04-04Added help context for LifecycleMappingPageMatthew Piggott3-0/+16
2011-04-04Add detail box to LifecycleMappingPageMatthew Piggott1-23/+70
2011-04-04Added schema directory to outputMatthew Piggott1-1/+2

Back to the top