Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Bug 536475 - Support fragments for Maven embedded jarsAurélien Pupier1-0/+7
2020-05-14Bug 563038 - Missing auto-update of configuration on pom changeMickael Istria1-1/+2
2020-03-05Bug 560689 - NPE accessing IResource.getLocation on a non standardreleases/1.15/1.15.0.20200310-1746milestones/1.15/1.15.0.20200310-1746Reto Weiss1-1/+1
2020-02-25Bug 560205: Add maven.version and maven.build.version to MavenExecutionReques...Fred Bricon3-8/+145
2020-02-04Bug 493991: add preference to enable SNAPSHOT archetypesFred Bricon2-0/+9
2020-01-08Bug 512006: respect nonProxyHosts setting when fetching indexesFred Bricon1-4/+18
2019-12-16Lambda conversion.Alexander Kurtakov1-15/+11
2019-12-09Bug 553880: Migrate license to EPL v2.0Fred Bricon221-442/+884
2019-12-05Bug 553789: Fix NPE when 'Hide Nested Projects' is enabledFred Bricon1-3/+11
2019-11-20Lambda conversion in m2e.core.Alexander Kurtakov10-164/+112
2019-10-27Move away of deprecated StringUtils.equals.Alexander Kurtakov1-5/+5
2019-08-13Convert to lambda.Alexander Kurtakov2-49/+32
2019-07-24Bug 548652 - Lifecycle mapping from parent not foundMickael Istria1-0/+3
2019-07-24Some code cleanup on LifecycleMapping related classesMickael Istria2-57/+54
2019-06-12Move away of the deprecated WagonManager.Alexander Kurtakov1-1/+1
2019-05-31Do not use deprecated plexus-utils method.Alexander Kurtakov1-1/+1
2019-05-31Fix generification warnings in the workspace.Alexander Kurtakov2-15/+14
2019-05-17Fix various deprecation usages.Alexander Kurtakov4-4/+7
2019-05-14Bug 547172 - Can't read project if parent coordinates don't matchMickael Istria1-1/+14
2019-05-13Bug 515668 - Group operations in ProjectRegistryRefreshJobMickael Istria1-23/+71
2019-05-13Bug 515668 - Fix bug in project resolutionMickael Istria1-6/+0
2019-05-09Bug 515668 - Use more efficient APIs to read projects during refreshMickael Istria1-74/+98
2019-05-09Bug 515668 - Introduce APIs to group MavenProject readsMickael Istria3-45/+138
2019-05-02Prepare move to Maven 3.6.xMickael Istria3-2/+12
2019-02-20Make a bunch of constants finalFred Bricon1-1/+1
2019-02-19Bug 508238 Support projects as root of deltasTobias Liefke1-2/+1
2019-01-08Better report MavenProblemsMickael Istria1-4/+23
2018-11-22Bug 540700 - StackOverflowError in LocalProjectScannerSnjezana Peco1-5/+5
2018-11-21Bug 515668 - [Preliminary] Remove useless parameterMickael Istria1-4/+4
2018-11-21Bug 515668 - [Preliminary] Make ICallable a @FunctionalInterfaceMickael Istria3-56/+28
2018-11-15Bug 515668 - [Preliminary] ResolverConfiguration equals/hashCodeMickael Istria1-1/+25
2018-09-21Add lookup(Class<T>) to IMaven APIErwin Tratar2-1/+11
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 Istria4-0/+29
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 Pazderski3-0/+10
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 Bricon4-5/+5
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

Back to the top