1. 6be7729 simplified output by Herve Boutemy · 10 years ago
  2. 277dfa0 refactored code to better show the logic by Herve Boutemy · 10 years ago
  3. bfe1205 fixed javadoc by Herve Boutemy · 10 years ago
  4. 8d43871 do not install, just compile which is the minimum prerequisite for o.a.m.ReactorReader to find artifact in reactor by Herve Boutemy · 10 years ago
  5. 4c8d444 hardened checks by Herve Boutemy · 10 years ago
  6. 0b55795 fixed typo by Herve Boutemy · 10 years ago
  7. 6fbeaa6 changed plugin to extension, since this is the only useful part by Herve Boutemy · 10 years ago
  8. 4016b95 ensure ResolveDependenciesLifecycleParticipant was executed by Herve Boutemy · 10 years ago
  9. 96be4fb use @project.version@ by Herve Boutemy · 10 years ago
  10. 06c7380 directories organization to better show the intent: forgot to commit pom.xml modification... by Herve Boutemy · 10 years ago
  11. 6d33c4c directories organization to better show the intent by Herve Boutemy · 10 years ago
  12. 0425be9 removed unused resources by Herve Boutemy · 10 years ago
  13. 7e4dee1 make IT follow convention: module id = artifact id by Herve Boutemy · 10 years ago
  14. 6bc5e35 use Invoker for every reflection needs by Herve Boutemy · 10 years ago
  15. c4b64fe use Set instead of Map since the Map value is unused by Herve Boutemy · 10 years ago
  16. eeee415 avoid Invoker instantiation: define static methods by Herve Boutemy · 10 years ago
  17. 95bbff7 code simplification by Herve Boutemy · 10 years ago
  18. 862a5eb improved rat config: ignore only expected IT results by Herve Boutemy · 10 years ago
  19. a2e5938 MSHARED-336: Create a method in the DependencyGraphBuilder that accepts the reactor projects and resolves dependencies from within the reactor by Jason van Zyl · 10 years ago
  20. 72c53fd fixed typo by Herve Boutemy · 10 years ago
  21. 53e0f2a fixed typo by Herve Boutemy · 10 years ago
  22. 21c4ab0 Source formatting by Jason van Zyl · 10 years ago
  23. a7416a5 Turning the rat check on by default to help make sure that with any subsequent changes that license issues are detected. by Jason van Zyl · 10 years ago
  24. 0044b6b s/plugins/shared/ by Herve Boutemy · 10 years ago
  25. 731ecf4 added license header by Herve Boutemy · 10 years ago
  26. d188593 MSHARED-336: Added an overloaded method to DependencyGraphBuilder that accepts the reactor projects and resolves dependencies from within the reactor. by Jason van Zyl · 10 years ago
  27. a8f8850 [MNGSITE-152] by Karl Heinz Marbaise · 10 years ago
  28. dd9fb01 [MNGSITE-152] by Karl Heinz Marbaise · 10 years ago
  29. 92dfc63 updated parent pom by Herve Boutemy · 10 years ago
  30. a9b9580 [MSHARED-326] enable all maven-dependency-tree ITs by Herve Boutemy · 10 years ago
  31. 1b1b041 configured site deploy to /shared-archives/<artifactId>-LATEST by Herve Boutemy · 10 years ago
  32. bf99f4c Configure explicit RAT exclusions for the files that cannot contain a license header. by Dennis Lundberg · 11 years ago
  33. ac8617c Add missing license headers. by Dennis Lundberg · 11 years ago
  34. bbc7371 Add license header to documentation files. by Dennis Lundberg · 11 years ago
  35. 066dac0 Follow ASF branding rules. by Dennis Lundberg · 11 years ago
  36. e55d891 [maven-release-plugin] prepare for next development iteration by Herve Boutemy · 11 years ago
  37. 49148dc [maven-release-plugin] prepare release maven-dependency-tree-2.1 by Herve Boutemy · 11 years ago maven-dependency-tree-2.1
  38. 942d363 deprecated API that cannot work with Maven 3 in favor of another one that can by Herve Boutemy · 11 years ago
  39. 2a5de01 renamed inner class by Herve Boutemy · 11 years ago
  40. 2e0bbcb renamed inner class by Herve Boutemy · 11 years ago
  41. 025002a improved verbose IT by Herve Boutemy · 11 years ago
  42. 332388c more complete test case by Herve Boutemy · 11 years ago
  43. d3f5146 prepared publication to -LATEST by Herve Boutemy · 11 years ago
  44. 6b47892 added more explanation about the problems encountered with Maven 3 by Herve Boutemy · 11 years ago
  45. 69efa27 improved description by Herve Boutemy · 11 years ago
  46. 43bf03a added a note about dirty graph not supported by Herve Boutemy · 11 years ago
  47. 6bdfab9 [MSHARED-167] added IT by Herve Boutemy · 11 years ago
  48. 01da6f3 improved IT descriptions by Herve Boutemy · 11 years ago
  49. 9ed4cd7 improved IT descriptions by Herve Boutemy · 11 years ago
  50. 6335bea added verbose IT (with m-dependency-p 2.4, before the option was removed) by Herve Boutemy · 11 years ago
  51. e57ba9e fixed unwanted difference between M3 and M2 output by Herve Boutemy · 11 years ago
  52. b0e7f07 more dependency resolution test cases by Herve Boutemy · 11 years ago
  53. 73f0234 added different expected result for M3 than for M2 since M3 gives more details when dependencyManagement is used and we won't improve output with M2 but improve output with M3 when it is not as good as expected by Herve Boutemy · 11 years ago
  54. 4acd4ae [MSHARED-250] added IT and fixed support for Maven 3.1-alpha-1/Eclipse Aether 0.9.0-M2 when using Maven 3.0.x (a lot easier to detect with this IT...) by Herve Boutemy · 11 years ago
  55. 84a2578 [MSHARED-250] updated support for Maven 3.1-alpha-1/Eclipse Aether 0.9.0-M2 by Herve Boutemy · 11 years ago
  56. 1b3aa75 prefer TCCL.loadClass over Class.forName by Olivier Lamy · 11 years ago
  57. 5799e2f use last shared parent 19 by Olivier Lamy · 11 years ago
  58. d0cfaf1 [MSHARED-250] added support for Maven 3.1/Eclipse Aether by Herve Boutemy · 11 years ago
  59. e9586a7 removed version already defined in parent dependencyManagement by Herve Boutemy · 11 years ago
  60. a2b7a6d code formatting by Herve Boutemy · 12 years ago
  61. 5a88a61 add Tuomas Kiviaho in contributors section by Olivier Lamy · 12 years ago
  62. eef3d84 [MSHARED-235] Invalid artifact type with maven 3 Submitted by Tuomas Kiviaho. by Olivier Lamy · 12 years ago
  63. 91bd093 upgrade parent version by Olivier Lamy · 12 years ago
  64. 581c4dd [maven-release-plugin] prepare for next development iteration by Herve Boutemy · 12 years ago
  65. b50d404 [maven-release-plugin] prepare release maven-dependency-tree-2.0 by Herve Boutemy · 12 years ago maven-dependency-tree-2.0
  66. e5e74b6 [MSHARED-233] premanagedScope and premanagedVersion fields switched by Herve Boutemy · 12 years ago
  67. b621532 revert release by Herve Boutemy · 12 years ago
  68. e4eb9f6 [maven-release-plugin] prepare for next development iteration by Herve Boutemy · 12 years ago
  69. 43aa9e2 [maven-release-plugin] prepare release maven-dependency-tree-2.0 by Herve Boutemy · 12 years ago
  70. 3b0c9e4 fixed problems reported by Checkstyle by Herve Boutemy · 12 years ago
  71. aded7a5 added groups to javadoc configuration by Herve Boutemy · 12 years ago
  72. a080a87 fixed versionSelectedFromRange value by Herve Boutemy · 12 years ago
  73. b7b3ef6 fixed empty field by Herve Boutemy · 12 years ago
  74. e97d083 added missing license header by Herve Boutemy · 12 years ago
  75. 6edee2c added last missing API for maven-dependency-plugin:tree by Herve Boutemy · 12 years ago
  76. a10a28e added toNodeString() and dependent APIs by Herve Boutemy · 12 years ago
  77. 2886f55 replaced DependencyNode implementations with DefaultDependencyNode by Herve Boutemy · 12 years ago
  78. 524bef8 only included nodes are supported by Herve Boutemy · 12 years ago
  79. 7682df7 copied ancestor filter by Herve Boutemy · 12 years ago
  80. daacfcb extended graph wrapper API with content easily taken from tree API by Herve Boutemy · 12 years ago
  81. 0810842 added debug message by Herve Boutemy · 12 years ago
  82. 581a99a filter can be null by Herve Boutemy · 12 years ago
  83. 1234128 added optional attribute to dependency artifact by Herve Boutemy · 12 years ago
  84. 72be276 updated documentation by Herve Boutemy · 12 years ago
  85. 87cd2fe added filter to DependencyGraphBuilder by Herve Boutemy · 12 years ago
  86. aab3629 [MSHARED-167] created DependencyGraphBuilder component with Maven 2 and Maven 3 implementations selected by default implementation by Herve Boutemy · 12 years ago
  87. 69de9df use plexus annotations instead of javadoc tags by Herve Boutemy · 12 years ago
  88. bfac270 use plexus annotations instead of javadoc tags by Herve Boutemy · 12 years ago
  89. 2a2a73e added an intro page by Herve Boutemy · 12 years ago
  90. 9a07327 updated parent pom by Herve Boutemy · 13 years ago
  91. 77e46cc removed unused import and cast by Herve Boutemy · 13 years ago
  92. 2235237 added javadoc and jxr reports links in top-level menu by Herve Boutemy · 13 years ago
  93. b6a99e0 [MSHARED-197] upgraded to Java 5 by Herve Boutemy · 13 years ago
  94. 1203d41 upgrade parent version fix relativePath warning for m3 by Olivier Lamy · 13 years ago
  95. b9f6e35 removing one-off source release assemblies (and config), then upgrading parent version for all shared projects up to 12, so source-release will be automatic. by John Dennis Casey · 15 years ago
  96. 192bf58 o Used http://maven.apache.org/xsd/* for schema location by Benjamin Bentmann · 15 years ago
  97. a6eea37 o Formatted POMs by Benjamin Bentmann · 15 years ago
  98. eddefd1 o Inherited from maven-shared-components:11 by Benjamin Bentmann · 15 years ago
  99. 381c035 use the new parent by Brian E Fox · 15 years ago
  100. 0c885c6 o Inherited from maven-shared-components:10 by Benjamin Bentmann · 16 years ago