1. 87cd2fe added filter to DependencyGraphBuilder by Herve Boutemy · 12 years ago
  2. aab3629 [MSHARED-167] created DependencyGraphBuilder component with Maven 2 and Maven 3 implementations selected by default implementation by Herve Boutemy · 12 years ago
  3. 69de9df use plexus annotations instead of javadoc tags by Herve Boutemy · 12 years ago
  4. bfac270 use plexus annotations instead of javadoc tags by Herve Boutemy · 12 years ago
  5. 2a2a73e added an intro page by Herve Boutemy · 12 years ago
  6. 9a07327 updated parent pom by Herve Boutemy · 13 years ago
  7. 77e46cc removed unused import and cast by Herve Boutemy · 13 years ago
  8. 2235237 added javadoc and jxr reports links in top-level menu by Herve Boutemy · 13 years ago
  9. b6a99e0 [MSHARED-197] upgraded to Java 5 by Herve Boutemy · 13 years ago
  10. 1203d41 upgrade parent version fix relativePath warning for m3 by Olivier Lamy · 13 years ago
  11. 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
  12. 192bf58 o Used http://maven.apache.org/xsd/* for schema location by Benjamin Bentmann · 15 years ago
  13. a6eea37 o Formatted POMs by Benjamin Bentmann · 15 years ago
  14. eddefd1 o Inherited from maven-shared-components:11 by Benjamin Bentmann · 15 years ago
  15. 381c035 use the new parent by Brian E Fox · 15 years ago
  16. 0c885c6 o Inherited from maven-shared-components:10 by Benjamin Bentmann · 16 years ago
  17. a34536d o specified <issueManagement/> by Vincent Siveton · 16 years ago
  18. c4fc60f [maven-release-plugin] prepare for next development iteration by Mark Hobson · 16 years ago
  19. 94f864f [maven-release-plugin] prepare release maven-dependency-tree-1.2 by Mark Hobson · 16 years ago maven-dependency-tree-1.2
  20. 7ca0a81 Added SCM block by Mark Hobson · 16 years ago
  21. 5ee80b8 Upgraded maven-artifact to 2.0.9 from 2.0.9-SNAPSHOT now that it has been released by Mark Hobson · 16 years ago
  22. 12919c6 Simplified Javadoc by Mark Hobson · 16 years ago
  23. 1a9484e Fixed some warnings by Mark Hobson · 16 years ago
  24. 0e07990 [MNG-3548] Added commented-out test to reproduce problem by Mark Hobson · 16 years ago
  25. b5ad00d o Fix potential recursion in hashCode with parent.hashCode by using parent's artifact only by Mark Hobson · 16 years ago
  26. 1d42063 use the latest released parent by Brian E Fox · 16 years ago
  27. 7da5af1 Add snapshots repo by Carlos Sanchez Gonzalez · 16 years ago
  28. 44e6f4d Added the range information to toString. Now we need maven artifact 2.0.9 because of the missing VersionRange.equals in 2.0.8 by Carlos Sanchez Gonzalez · 16 years ago
  29. e1224d3 [MNG-3093] Track selectVersionFromRange events in the tree by Carlos Sanchez Gonzalez · 16 years ago
  30. 5d8b67b o lock surefire-plugin version to 2.3 to avoid Plexus pb by Vincent Siveton · 17 years ago
  31. d0a1600 [maven-release-plugin] prepare for next development iteration by Carlos Sanchez Gonzalez · 17 years ago
  32. 62cc256 [maven-release-plugin] prepare release maven-dependency-tree-1.1 by Carlos Sanchez Gonzalez · 17 years ago maven-dependency-tree-1.1
  33. 25fd6d9 Upgrade release plugin, previous is broken by Carlos Sanchez Gonzalez · 17 years ago
  34. c18f69b Revert the 1.1 release by Carlos Sanchez Gonzalez · 17 years ago
  35. 6c92c83 [maven-release-plugin] prepare for next development iteration by Carlos Sanchez Gonzalez · 17 years ago
  36. bc41556 [maven-release-plugin] prepare release maven-dependency-tree-1.1 by Carlos Sanchez Gonzalez · 17 years ago
  37. d7e1ef5 Upgrade maven-project by Carlos Sanchez Gonzalez · 17 years ago
  38. 426e5d6 update some released dependencies by Brett Leslie Porter · 17 years ago
  39. d934ec1 Reinstated scope conflict tests now that the assertion code is fixed, although still not convinced by the resultant tree. by Mark Hobson · 17 years ago
  40. 85d6549 Renamed DependencyTreeBuilderTest to DefaultDependencyTreeBuilderTest since it is now implementation specific. by Mark Hobson · 17 years ago
  41. e4feb55 Made DependencyTreeBuilderTest assert resolution tree against the internal one used by DefaultDependencyTreeBuilder. Previously it was asserting against the result of performing a further artifact collection, which caused misleading results since artifacts are mutated during collection. by Mark Hobson · 17 years ago
  42. 952f9e3 Added issue references by Mark Hobson · 17 years ago
  43. 50f425d Upgrade parent by Carlos Sanchez Gonzalez · 17 years ago
  44. c21a444 Attempted to justify nasty package protection. by Mark Hobson · 17 years ago
  45. a6113f9 Fixed dependency management information for nodes that are also omitted for conflicts. by Mark Hobson · 17 years ago
  46. a8114e6 Added descriptions of tree tests with their serialised expected trees. by Mark Hobson · 17 years ago
  47. 0cb82f6 Correctly clone all node properties in BuildingDependencyNodeVisitor. by Mark Hobson · 17 years ago
  48. ff13d77 Added debug logging to DependencyTreeResolutionListener that outputs the received resolution listener events. by Mark Hobson · 17 years ago
  49. 1d7ab7a Added toString tests for managed nodes by Mark Hobson · 17 years ago
  50. 8b06c07 Fix compatibility with Java 1.4 by Carlos Sanchez Gonzalez · 17 years ago
  51. 705e1ad manageArtifactVersion and manageArtifactScope can be called at any time by Carlos Sanchez Gonzalez · 17 years ago
  52. e107d07 Initialized properly premanagedVersion by Carlos Sanchez Gonzalez · 17 years ago
  53. 82b5ac2 Corrected deprecated message for context. by Mark Hobson · 17 years ago
  54. 0f243bc Add comment by Mark Hobson for getDepth deprecation by Carlos Sanchez Gonzalez · 17 years ago
  55. 8a89470 Solve problem when artifact has version range by Carlos Sanchez Gonzalez · 17 years ago
  56. 01098be Add a hasChildren method by Carlos Sanchez Gonzalez · 17 years ago
  57. 884f51f Create the artifacts if project hasn't done it already by Carlos Sanchez Gonzalez · 17 years ago
  58. ce2deb6 Add test for addNode by Carlos Sanchez Gonzalez · 17 years ago
  59. 263f431 Fix bug when an updateScopeCurrentPom event is received prior to an includeArtifact by Carlos Sanchez Gonzalez · 17 years ago
  60. 8aa56b5 Add test for getDepth by Carlos Sanchez Gonzalez · 17 years ago
  61. ba1caa6 o Changed commented-out testProjectWithConflictDependencyScope to the behaviour Maven appears to exhibit - real expected outcome is still preserved in comments by Mark Hobson · 17 years ago
  62. 67d5930 Used LinkedHashSet when recording artifact dependencies in tests, since dependency order is significant by Mark Hobson · 17 years ago
  63. bd5a6e1 Fixed for updateScope events being received prior to includeArtifact events by Mark Hobson · 17 years ago
  64. 50b2682 Added support for node changes in DependencyNode.toNodeString for all node states by Mark Hobson · 17 years ago
  65. 3b3a716 Added issue references by Mark Hobson · 17 years ago
  66. a879f42 Added references by Mark Hobson · 17 years ago
  67. d340d4e Added commented out testProjectWithFilter that requires event filter fix to DefaultArtifactCollector by Mark Hobson · 17 years ago
  68. 1e426a9 Handle potential NPE when things go wrong inside Maven by Mark Hobson · 17 years ago
  69. 3893751 Major changes to maven-dependency-tree: by Mark Hobson · 17 years ago
  70. 5b52836 align parents to latest release (snapshot has nothing significant other than SCM adjustments) by Brett Leslie Porter · 17 years ago
  71. eac1553 adjust parent so we get the right SCM element by Brett Leslie Porter · 17 years ago
  72. 7d9f147 [maven-release-plugin] prepare for next development iteration by Carlos Sanchez Gonzalez · 17 years ago
  73. 9fbf688 [maven-release-plugin] prepare release maven-dependency-tree-1.0 by Carlos Sanchez Gonzalez · 17 years ago maven-dependency-tree-1.0
  74. 2eb6c00 Upgrade testing harness by Carlos Sanchez Gonzalez · 17 years ago
  75. e8f2bdf [MNG-2931] Add workaround to MNG-2931 by Carlos Sanchez Gonzalez · 17 years ago
  76. df3e149 Upgrade maven-project by Carlos Sanchez Gonzalez · 17 years ago
  77. 7e1d645 Upgrade parent and remove custom license copying by Carlos Sanchez Gonzalez · 17 years ago
  78. 133d971 Add license by Carlos Sanchez Gonzalez · 17 years ago
  79. a786b77 Move iterator methods to dependency node by Carlos Sanchez Gonzalez · 17 years ago
  80. 7e6a8bd Upgrade testing harness by Carlos Sanchez Gonzalez · 17 years ago
  81. 826b681 Add toString and iterator methods to traverse the dependency tree by Carlos Sanchez Gonzalez · 17 years ago
  82. d63aab5 [maven-release-plugin] prepare for next development iteration by Joakim Erdfelt · 18 years ago
  83. e2ab3a1 [maven-release-plugin] prepare release maven-dependency-tree-1.0-alpha-2 by Joakim Erdfelt · 18 years ago maven-dependency-tree-1.0-alpha-2
  84. 0220355 Correcting javadoc error with assert usage by Joakim Erdfelt · 18 years ago
  85. 36d4a08 [maven-release-plugin] prepare for next development iteration by Joakim Erdfelt · 18 years ago
  86. e4a2092 [maven-release-plugin] prepare release maven-dependency-tree-1.0-alpha-1 by Joakim Erdfelt · 18 years ago maven-dependency-tree-1.0-alpha-1
  87. a796815 * Updating license headers in the sources file (java/xml) by Joakim Erdfelt · 18 years ago
  88. d8f3064 [MNG-2654] Adding Maven Dependency Tree. Thanks Mark Hobson! by Joakim Erdfelt · 18 years ago