1. daf7084 [MNG-4238] Allow projects to specify a build extension that provides an artifact handler which will then be used for the project's own artifact. by John Dennis Casey · 15 years ago
  2. baf06ab [MNG-4228] Missed some new files. by John Dennis Casey · 15 years ago
  3. a184629 [MNG-4228] Adding unit tests to verify that selecting a provider for http wagon to use works from maven CLI properties, direct configuration of the wagon manager, and server configuration object passed to the wagon manager. by John Dennis Casey · 15 years ago
  4. 631a06a [MNG-4228] Fixing ITs after changing wagon manager to use mappings to lookup specific wagon component role-hints to use for a protocol. Also, using ComponentDescriptor lookup instead of component lookup to find extension wagons to register. by John Dennis Casey · 15 years ago
  5. 1694080 [MNG-3265] maven-model Extension.equals causes NPE when any field is uninitialized by Benjamin Bentmann · 15 years ago
  6. 484cc50 [MNG-3753] ArtifactResolverDiagnoser.diagnose() fails with NPE if nested IOException has no detail message by Benjamin Bentmann · 15 years ago
  7. edb0e16 null check for wagon components list. by John Dennis Casey · 15 years ago
  8. bfa3289 [MNG-4228] NEED ITS. This implements wagon-impl selection using 'maven.wagon.proto=implname' form of system property. Switched out extension loading to use component descriptor lookup instead of component lookup to avoid killing the system in the event that one wagon extension cannot load. This last is because something has screwed up the loading of the dav+http/s wagons, and it affects unrelated ITs. by John Dennis Casey · 15 years ago
  9. bf38979 eliminate duplicate entry for maven-toolchain in dependencyManagement by John Dennis Casey · 15 years ago
  10. abfe5dd o Added IDE files to svn:ignore by Benjamin Bentmann · 15 years ago
  11. 232b716 update SCM URLs by Brett Leslie Porter · 15 years ago
  12. 9ef9a3f moving over the 2.2.x branch by Brett Leslie Porter · 15 years ago
  13. 45b7599 o Clarified relevance of ids (merged from r792073) by Benjamin Bentmann · 15 years ago
  14. 263f9df remove unused directory by Brett Leslie Porter · 15 years ago
  15. 441628f ignore target by Brett Leslie Porter · 15 years ago
  16. c459edc merge the dual source descriptors to use best of both. by Brett Leslie Porter · 15 years ago
  17. c0adede Merging changes up to revId 788569 from maven-2.2.0-RC branch. by John Dennis Casey · 15 years ago
  18. b793d92 reverting mistaken commit. by John Dennis Casey · 15 years ago
  19. b295642 repairing from merge by John Dennis Casey · 15 years ago
  20. 625ddb1 merge -r 788583 from 2.1.x branch by Maria Odea B. Ching · 15 years ago
  21. 0ff5128 [MNG-4218] NPE in AbstractArtifactResolutionException if DefaultArtifactResolver.resolveTransitively is interrupted by Benjamin Bentmann · 15 years ago
  22. 5ab25f9 o Added license header by Benjamin Bentmann · 15 years ago
  23. d3851dd [MNG-4179] [regression] Artifact download hangs upon transfer failure by Benjamin Bentmann · 15 years ago
  24. 6be75f5 bumping version to 2.2.1-SNAPSHOT by John Dennis Casey · 15 years ago
  25. 9a06672 Revert r770570 to try again with generic conversion, this time taking more time to review any automated code changes by Eclipse. by John Dennis Casey · 15 years ago
  26. 7aea0e1 o Fixed SCM info by Benjamin Bentmann · 15 years ago
  27. 0c9b0ae o Fixed project version by Benjamin Bentmann · 15 years ago
  28. 0cfde3b o Fixed SCM info by Benjamin Bentmann · 15 years ago
  29. fd4dbaa o Fixed version property by Benjamin Bentmann · 15 years ago
  30. e6b71d9 [maven-release-plugin] prepare for next development iteration by John Dennis Casey · 15 years ago
  31. 91e721e [maven-release-plugin] prepare release maven-2.2.0-RC1 by John Dennis Casey · 15 years ago
  32. 2ab6f56 o Fixed version of IT importer by Benjamin Bentmann · 15 years ago
  33. 08c0a6d o Removed superfluos configuration element which is inherited from parent POM as per r770515 by Benjamin Bentmann · 15 years ago
  34. 5660146 [MNG-4151] started : use java5 syntax. by Nicolas De Loof · 15 years ago
  35. 41518f7 [MNG-4143] changed Modello configuration to use Java5 by Herve Boutemy · 15 years ago
  36. 2f51b5e [MNG-3776] settings namespace http://maven.apache.org/SETTINGS/1.0.0 (from settings-1.0.0.xsd) has to be used both in xmlns and xsi:schemaLocation by Herve Boutemy · 15 years ago
  37. bae000e Revert "[MNG-4133] Improve the error feedback for problems loading wagons from build extensions. Delay loading the actual wagons until they're needed, to prevent bringing down the whole build with an unloadable wagon that isn't going to be used." by John Dennis Casey · 15 years ago
  38. 8d36978 [MNG-4133] Improve the error feedback for problems loading wagons from build extensions. Delay loading the actual wagons until they're needed, to prevent bringing down the whole build with an unloadable wagon that isn't going to be used. by John Dennis Casey · 15 years ago
  39. fd52dd5 [MNG-2365] Adding unit test from patch, to verify test vs. compile classpath ordering. by John Dennis Casey · 15 years ago
  40. b19996e [MNG-3776] Fix case of 'settings' in the schemaLocation for conf/settings.xml by John Dennis Casey · 15 years ago
  41. 4b7edc3 Updating plexus-sec-dispatcher version to 1.3 by John Dennis Casey · 15 years ago
  42. bcb9ed2 update the version of core-it-runner. by John Dennis Casey · 15 years ago
  43. f3c4089 cleaning up components.xml by John Dennis Casey · 15 years ago
  44. eab2c1c fixing buildnumber-git profile AGAIN by John Dennis Casey · 15 years ago
  45. d65c262 [MNG-4146] reinstating sec dispatcher with maven-specific configuration. by John Dennis Casey · 15 years ago
  46. c4e2d5b adding profile to supply buildnumber for git repo builds. by John Dennis Casey · 15 years ago
  47. 74493f2 [MNG-4137] Initialize configInterpolator in case a custom component descriptor is provided for the lifecycle manager which doesn't wire in this field. This behavior is the same as that done for the modelInterpolator field, both of which cause NPE's in Hudson. by John Dennis Casey · 15 years ago
  48. 6969685 [MNG-4146] Use standard component descriptor for SecDispatcher component, brought in by plexus-sec-dispatcher, instead of the replicated one in maven-core. The replicated version was missing the requirement for the decryptors map. by John Dennis Casey · 15 years ago
  49. 1403887 [MNG-4147] Use the httpclient-based http wagon instead of http-lightweight in order to avoid long-password Base64 problems in the HTTPURLConnection implementation from Sun. by John Dennis Casey · 15 years ago
  50. 7ae066f fixing buildnumber profiles to eliminate the extra one...again by John Dennis Casey · 15 years ago
  51. a8f2238 fixing buildnumber profiles to eliminate the extra one by John Dennis Casey · 15 years ago
  52. 4dc125e adding profile to supply buildnumber for git repo builds. by John Dennis Casey · 15 years ago
  53. d345470 add missing license notices Merged from: r769011 by Brett Leslie Porter · 15 years ago
  54. 7a13dc7 use the correct included license files in the source distribution by Brett Leslie Porter · 15 years ago
  55. 72f79b1 revert r610773 which incorrectly removed notice requirements by Brett Leslie Porter · 15 years ago
  56. 6e48933 update buildnumber profiles to use canonical/non-canonical approach...any build not from SVN will have a buildnumber prefixed by NON-CANONICAL_ to mark it as unofficial by John Dennis Casey · 15 years ago
  57. a9c9f26 adding profile to supply buildnumber for git repo builds. by John Dennis Casey · 15 years ago
  58. ff75562 [MNG-4082] Use plexus-sec-dispatcher 1.3-SNAPSHOT which uses plexus-cipher 1.4-SNAPSHOT, which in turn provides support for escaping curly braces when they are intended as literals in password strings. by John Dennis Casey · 15 years ago
  59. 58c0115 adding profile to supply buildnumber for git repo builds. by John Dennis Casey · 15 years ago
  60. 377320e o Added merge info by Benjamin Bentmann · 15 years ago
  61. ec3d079 o Updated bootstrap due to r768763 by Benjamin Bentmann · 15 years ago
  62. 107b320 fixed one more typo :( (merged from 2.1.x branch r768800) by Herve Boutemy · 15 years ago
  63. ea1b414 fixed a typo (merged from 2.1.x branch r768796) by Herve Boutemy · 15 years ago
  64. fd0a463 added links to model documentation (merged from 2.1.x branch r768778) by Herve Boutemy · 15 years ago
  65. 14b2dd2 renamed toolchains Modello descriptor to toolchains.mdo (merged from 2.1.x branch r768762) by Herve Boutemy · 15 years ago
  66. cfd6a1d fixed typos (merged from 2.1.x branch r768751) by Herve Boutemy · 15 years ago
  67. 5039bbe merging to r767631 from maven-2.1.x branch for MNG-4074 by John Dennis Casey · 15 years ago
  68. 0bebd9d fix version by John Dennis Casey · 15 years ago
  69. 51d3355 creating 2.2.x branch to allow progress on generic conversion and other 1.5 syntax updates to continue. by John Dennis Casey · 15 years ago
  70. 40a27df [MNG-4140] Replace <version>.+</version> string search with xpath-based search for interpolator, to determine which sections of the POM to transform for install/deploy. This should leave plugin configurations that specify <version>${project.version}</version> intact. by John Dennis Casey · 15 years ago
  71. 1376881 update to 1.5 syntax by John Dennis Casey · 15 years ago
  72. 9c4cdd4 update to 1.5 syntax by John Dennis Casey · 15 years ago
  73. 05b79a1 update to java 1.5 syntax (partial) by John Dennis Casey · 15 years ago
  74. d357fde update to use 1.5 source/target by John Dennis Casey · 15 years ago
  75. 087e5c4 update to require java 1.5. by John Dennis Casey · 15 years ago
  76. c84b06a reformatted poms according to our conventions by Herve Boutemy · 15 years ago
  77. d4b9620 [MNG-4139] removed schema location in generated maven-metadata*.xml by Herve Boutemy · 15 years ago
  78. f33005e [MNG-3834] Improve missing version error message. by Paul Gier · 15 years ago
  79. 2f48d9c [MNG-4126] [regression] Properties defined in profiles.xml of parent are not inherited during multimodule build by Benjamin Bentmann · 15 years ago
  80. 8d3f6a0 [MNG-4074] Fixing cyclic reference problem with a parent pom declaring one of its modules as a plugin-level dependency in a plugin it uses. Also, fixing a problem where the version-expression transformation chokes on invalid POMs from the repository during invoker:install. by Brett Leslie Porter · 15 years ago
  81. 0a559a4 [MNG-4079] Fix duplication of error messages from sources like compiler errors. by Brett Leslie Porter · 15 years ago
  82. a0a66ed [MNG-4075][MNG-4077] Modifying log-levels for new warnings, and adding TODOs for MNG-4081 in DefaultLifecycleExecutor. by Brett Leslie Porter · 15 years ago
  83. 72970ef [MNG-4092] remove plugin listeners for minor memory improvement and to avoid scanning descriptors from dependencies of plugins by Brett Leslie Porter · 15 years ago
  84. 93f5e57 [MNG-4091] remove the listener for effeciency by Brett Leslie Porter · 15 years ago
  85. 1a07088 [MNG-4091] Validate the plugin descriptors and improve error reporting when mismatched with artifact by Brett Leslie Porter · 15 years ago
  86. ca31929 [MNG-4086] [regression] Explicitly using plugin metaversions crashes plugin manager by Benjamin Bentmann · 15 years ago
  87. d897c80 moved Doxia version to a property by Herve Boutemy · 15 years ago
  88. e33dd60 o upgraded maven-site-plugin to 2.0 by Herve Boutemy · 15 years ago
  89. 1ed2649 upgraded Modello to 1.0.1 by Herve Boutemy · 15 years ago
  90. 7f18567 o Fixed nesting of if's by Benjamin Bentmann · 15 years ago
  91. 3eb1ade [MNG-4084] Unnecessary Warning for an activate profile in child project by Brett Leslie Porter · 15 years ago
  92. f8359d0 [MNG-553] add some very specific instructions should decryption fail, and continue using the password as is by Brett Leslie Porter · 15 years ago
  93. b696477 fix version by Brett Leslie Porter · 15 years ago
  94. cc57776 o Fixed version property by Benjamin Bentmann · 15 years ago
  95. 00cd4c8 [maven-release-plugin] prepare for next development iteration by John Dennis Casey · 15 years ago
  96. ff193cc [maven-release-plugin] prepare release maven-2.1.0-RC1 by John Dennis Casey · 15 years ago
  97. 2c26cc0 rolling back failed release. by John Dennis Casey · 15 years ago
  98. d35a4c4 [maven-release-plugin] prepare for next development iteration by John Dennis Casey · 15 years ago
  99. 17368f0 Adjusting clirr config to use 2.1.0-M1, and to deal with new API modifications in 2.1.0...many of which are in the generated model classes. by John Dennis Casey · 15 years ago
  100. 2cdfb31 o fix error in r751404 by Vincent Siveton · 15 years ago