[MDEP-419] dependency:list, dependency:build-classpath and dependency:tree result with the different dependencies order

MavenProject properly provides a set of dependencies in the order they appear in the POM. MDEP uses HashSet to copy those dependencies around. HashSet does not retain this order and causes confusion with the users. Use LinkedHashSet instead.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1791544 13f79535-47bb-0310-9956-ffa450edef68
10 files changed
tree: 0b8ecb449602b4c649c0e021db7caa746ffc9326
  1. src/
  2. pom.xml