Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-21Bug 515668 - [Preliminary] Remove useless parameterMickael Istria1-4/+4
2018-11-21Bug 515668 - [Preliminary] Make ICallable a @FunctionalInterfaceMickael Istria2-55/+25
2018-09-21Add lookup(Class<T>) to IMaven APIErwin Tratar1-1/+1
2018-09-12Bug 536867 - Support maven mojos refreshing whole folder in BuildContextMickael Istria1-1/+3
2018-09-06Bug 538461 : let MavenBuilder use a null scheduling ruleMickael Istria3-0/+21
2018-09-05Bug 538609: Call writeWorkspaceState in a save participant instead of in Mave...Snjezana Peco1-1/+27
2018-08-29Bug 533463: prevent NPE when importing Maven project without artifactId.Paul Pazderski2-0/+3
2018-05-30Bug 465882 - "Open XML page in the POM editor by default" by defaultMickael Istria1-0/+1
2018-05-29Bug 427437: add possibility to disable archetype catalogsFred Bricon3-28/+75
2018-05-22Bug 387736 - NPE thrown when no "action" supplied in lifecycle-mappingTill Brychcy1-2/+4
2018-04-10Code cleanup: replace StringBuffers with StringBuildersFred Bricon2-2/+2
2018-03-25Bug 512653 : fix Javadoc spellingFred Bricon1-0/+1
2018-03-16Remove unneeded suppress warnings.Alexander Kurtakov1-1/+0
2018-03-16Generify getAdapter implementations.Alexander Kurtakov3-13/+11
2018-03-15Use StandardCharsets.Alexander Kurtakov1-5/+7
2018-03-14Remove unnecessary casts.Alexander Kurtakov2-4/+4
2018-03-13Update Maven embedder to 3.5.3Fred Bricon3-3/+3
2018-03-08Use the generic getServiceReference method.Alexander Kurtakov2-8/+8
2018-02-23531565 - Use default SSLContext for AetherClientResourceFetcherMatthew Piggott3-0/+18
2018-02-14Bug 531151: update aether-connector-okhttp to fix connection leaksSnjezana Peco1-18/+10
2018-01-19501553: download Javadoc when sources are missingFred Bricon1-0/+4
2018-01-11493295: prevent failure when trying to create a folder that already existsFred Bricon1-2/+12
2017-10-05522333 : ensure classpath uses OS pathsFred Bricon1-0/+2
2017-07-11Bug 519467 - Mechanism to map classifiers to files during workspaceAnton Tanasenko5-9/+203
2017-02-28512825 add missing column info for certain error MarkersFred Bricon1-2/+2
2016-11-22500552 : revert download sources by defaultFred Bricon1-1/+1
2016-11-20Bug 500552 - Automatic download of src/javadoc run after project configMickael Istria1-1/+1
2016-11-04506473 ensure slf4j is added to the embedded Maven runtimeFred Bricon2-2/+51
2016-08-09473953 Import should store projects in the project set before buildingmilestones/1.8/1.8.0.20160809-162401Anton Tanasenko1-8/+44
2016-06-21496492 fixed MavenExecutionContext#executeBare does not reset thread context ...Igor Fedorenko1-0/+2
2016-05-31494858 Support processing instructions for lifecycle mappingAnton Tanasenko5-14/+342
2016-05-04490230 : fix local (as in embedded) archetype catalogsFred Bricon2-10/+45
2016-05-03490083 Add support for changing maven pom propertiesRastislav Wagner2-25/+111
2016-05-03486732 : Avoid NPE when no source location is availableCarsten Pfeiffer1-22/+36
2015-12-14484359 Refactor marker resolutions and quick fixesAnton Tanasenko1-40/+75
2015-12-07444262 Configured global settings.xml is not honored by Run as MavenAnton Tanasenko4-12/+14
2015-09-30478679 : NPE fix in MavenProblemInfo.processMarker when closing projectsFred Bricon1-0/+4
2015-09-29439309 : Make 'Overriding managed version' problem severity configurableFred Bricon3-0/+26
2015-08-19471843 : fix configurators order per their mojo executionFred Bricon1-1/+1
2015-08-18371618 : fix NPE when lifecycle-mapping plugin version is set in parent pomFred Bricon1-3/+7
2015-08-18471840 : fix configurator isRoot computationFred Bricon1-7/+7
2015-07-24473546 : restore AbstractEclipseBuildContext.getFiles()Fred Bricon3-0/+16
2015-06-25471038 : fix project configurator sortFred Bricon1-4/+12
2015-05-26468164 Missing dependency marker with imported dependencyManagement;releases/1.6/1.6.0.20150526-2032milestones/1.6/1.6.0.20150526-2032Anton Tanasenko1-1/+36
2015-05-25468164 Missing managed transitive dependency marker is shown at a weirdAnton Tanasenko1-3/+16
2015-05-02449495 : improve ProjectConfiguration sort orderFred Bricon5-91/+416
2015-03-25463075 don't force-flush project realmsIgor Fedorenko2-20/+0
2015-03-24462898 : turn autoupdater off by default, for nowFred Bricon1-1/+2
2015-03-24336461 : update archetyper to 2.3Fred Bricon4-25/+9
2015-03-24461881 updated to use maven 3.3.1 runtimeIgor Fedorenko3-6/+65

Back to the top