1. 1b5eba8 [MSHARED-593] Add interface to install a Maven Project by Karl Heinz Marbaise · 8 years ago
  2. 27e94f6 Removed unused classes. by Karl Heinz Marbaise · 8 years ago
  3. c98c4d5 Renaming ProjectDeployRequest into ProjectDeployerRequest to be in line by Karl Heinz Marbaise · 8 years ago
  4. 353994d Consistently renamed DeployProject into ProjectDeployer by Karl Heinz Marbaise · 8 years ago
  5. df04cef [MSHARED-591] Add interface to deploy a Maven Project by Karl Heinz Marbaise · 8 years ago
  6. 9897cf7 [MSHARED-580] Doclint errors in maven-artifact-transfer by Karl Heinz Marbaise · 8 years ago
  7. 175017d [MSHARED-573] Upgrade plexus-component-annotations to 1.7 to go by Karl Heinz Marbaise · 8 years ago
  8. ed34ea5 Ensure that aether-util is shaded AND aether-impl doesn't have compile-scope (see previous commit) by Robert Scholte · 8 years ago
  9. 2fc31c8 eclipse aether-util must have scope provided, otherwise it pulls in aether-api and then M3.0 can't be detected by Robert Scholte · 8 years ago
  10. 0cd3c66 Use Model instead of ProjectCoordinate so we have direct access to dependencies and dependencyMangement. by Robert Scholte · 8 years ago
  11. c3f84d9 Also shade filters, detected by maven-assembly-plugin/src/it/projects/multimodule/two-level-multimodule with M3.3.9 by Robert Scholte · 8 years ago
  12. 4f97e76 Improve exceptionhandling for the dependency resolvers by Robert Scholte · 8 years ago
  13. bcda291 Remove unused imports by Robert Scholte · 8 years ago
  14. ea5ecf7 use released version of plexus-component-metadata by Olivier Lamy · 8 years ago
  15. 3b50b43 Artifact resolution already done, no need to do it twice by Robert Scholte · 8 years ago
  16. 2019c14 Add DependencyResolver.resolveDependencies() with ProjectCoordinate by Robert Scholte · 8 years ago
  17. 5786ede Make it possible to collect dependencies for DependableCoordinate and ProjectCoordinate by Robert Scholte · 8 years ago
  18. 9171e11 Add disappeared licenses by Robert Scholte · 8 years ago
  19. 1997c03 Improve naming: it's not about dependencies, but about instances which have dependencies, now called dependables. by Robert Scholte · 8 years ago
  20. c3c8e04 oups fixing snapshot repository declaration by Olivier Lamy · 8 years ago
  21. d0da2bc add plexus snapshots repo by Olivier Lamy · 8 years ago
  22. aa3faf0 use last plexus-component-metadata to be able to build with 1.9 by Olivier Lamy · 8 years ago
  23. a09dda0 Fixed POM cause of wrong version for maven-shade-plugin. by Karl Heinz Marbaise · 8 years ago
  24. 4e9b3c9 Undone the following changes: by Karl Heinz Marbaise · 8 years ago
  25. 2496506 [MSHARED-550] Removed hard code version for animal-sniffer-maven-plugin by Karl Heinz Marbaise · 8 years ago
  26. 7a883df [MSHARED-549] Remove hard code version for maven-shade-plugin by Karl Heinz Marbaise · 8 years ago
  27. a5c0c34 Follow three digit version line. by Karl Heinz Marbaise · 8 years ago
  28. b727cd2 [MSHARED-523] Upgrade maven-shared-components parent to version 30 by Karl Heinz Marbaise · 8 years ago
  29. f4c736f updated Jira url by Herve Boutemy · 8 years ago
  30. 51390d6 added classical menu by Herve Boutemy · 8 years ago
  31. bb3d38a aether-impl is only used for tests by Herve Boutemy · 8 years ago
  32. 7e0a74b fix checkstyle-reported errors by Robert Scholte · 8 years ago
  33. 7761709 Improve javadoc by Robert Scholte · 8 years ago
  34. b5cc4be Prevent NPE with dependencyManagement and dependencies by Robert Scholte · 8 years ago
  35. bd60814 Add page explaining differences between an Artifact and a Dependency by Robert Scholte · 8 years ago
  36. b23e1be Add transform for ReportPlugin by Robert Scholte · 8 years ago
  37. 5721d9e Seems like Eclipse Mars keeps removing the license with every "Organize imports" :( by Robert Scholte · 8 years ago
  38. fe1a83f Change package for RepositoryManagers by Robert Scholte · 8 years ago
  39. f663a35 Change package for RepositoryManagers by Robert Scholte · 8 years ago
  40. 33d8475 Change package for DependencyCollectors by Robert Scholte · 8 years ago
  41. 2e5ff66 Moved dependency related methods from ArtifactResolver to DependencyResolver by Robert Scholte · 8 years ago
  42. 8c9c9c2 Add optional argument for localRepository by Robert Scholte · 8 years ago
  43. d23e63e Fix checkstyle reported errors by Robert Scholte · 8 years ago
  44. 0ebce70 Artifacts and Dependencies are 2 different kinds of beasts (type vs. extension, versionrange vs version). Separating them should make it more clear when to use what. by Robert Scholte · 8 years ago
  45. f6f1811 Cleaning up checkstyle reported errors/warnings by Karl Heinz Marbaise · 8 years ago
  46. e5739a4 Cleaning up checkstyle reported errors/warnings by Karl Heinz Marbaise · 8 years ago
  47. 1a26f76 [MSHARED-469] Upgrade maven common artifact filters to 3.0.0 by Karl Heinz Marbaise · 8 years ago
  48. 12551f7 Sync with current VOTE. by Karl Heinz Marbaise · 8 years ago
  49. d9cd2a6 Upgrade parent to Version 22. by Karl Heinz Marbaise · 8 years ago
  50. 7bd8a90 [MPOM-95] updated parent pom location by Herve Boutemy · 8 years ago
  51. 1788391 Fix checkstyle reported issue by Robert Scholte · 9 years ago
  52. 2297ffe When constructing custom repository (like with m-deploy-p), authentication/proxy is missing. Decided to enrich it here instead of adding helper methods in RepositoryManager, otherwise we keep translating Aether to Maven to Aether. by Robert Scholte · 9 years ago
  53. 314b9e1 Expose RemoteRepository as argument, so you don't need to set it on the artifact up front. by Robert Scholte · 9 years ago
  54. c67277e Add String getPathForLocalArtifact( ProjectBuildingRequest, ArtifactCoordinate ); by Robert Scholte · 9 years ago
  55. 6299e9c add managedDependencies arg to resolveDependencies, which should help with groupVersionAlignment of assembly-plugin by Robert Scholte · 9 years ago
  56. bb3c442 Fix DefaultArtifactCoordinate.toString() when type is not defined (defaults to jar) + tests by Robert Scholte · 9 years ago
  57. 1d1f6e8 Fix licenses by Robert Scholte · 9 years ago
  58. 96dc3af Make ArtifactCoordinate an interface, so other Objects can simply implement it. E.g. o.a.m.p.dependency.fromConfiguration.ArtifactItem needs some extra fields, but it already has all the methods of ArtifactCoordinate. Now we can simple pass ArtifactItem to the resolver without assembling a new Object. by Robert Scholte · 9 years ago
  59. 676a39c ArtifactResolver now uses ArtifactCoordinate by Robert Scholte · 9 years ago
  60. f7e7746 Add helper class to translate several standard Maven Objects to ArtifactCoordinate by Robert Scholte · 9 years ago
  61. d83015e In the end it should be as simple as this to be used as input by Robert Scholte · 9 years ago
  62. b0c3bbf Introduce ArtifactResult wrappers, dependency:purge-repository needs the extra info by Robert Scholte · 9 years ago
  63. 3441d44 Add DependencyCollector by Robert Scholte · 9 years ago
  64. 0a061f5 Use Aether Filter transformers provided by maven-common-artifact-filters by Robert Scholte · 9 years ago
  65. 6166ae5 Remove separate remoteRepositories argument, is already available by buildingRequest by Robert Scholte · 9 years ago
  66. d4de992 Removed windows-style line endings by Kristian Rosenvold · 9 years ago
  67. 30b82db Sniff for animals by Kristian Rosenvold · 9 years ago
  68. 3df82e3 Too soon, have to wait for Java7 to be able to do this by Robert Scholte · 9 years ago
  69. d0bfc1d Simplify Exception handling by Robert Scholte · 9 years ago
  70. 3db0772 Update description, it also can resolve artifacts by Robert Scholte · 9 years ago
  71. 9ba9693 Update enforce-bytecode-version rule by Robert Scholte · 9 years ago
  72. 830cd33 Compile with JDK6, also required due to maven-common-artifact-filters by Robert Scholte · 9 years ago
  73. ec384be use 3.0-SNAPSHOT versions by Robert Scholte · 9 years ago
  74. 4bb6686 Move filters from maven-artifact-transfer to maven-common-artifact-filters by Robert Scholte · 9 years ago
  75. 07087dd fixed configuration for documentation deployment by Herve Boutemy · 9 years ago
  76. 52190e8 fixed errors reported by rat and Checkstyle by Herve Boutemy · 9 years ago
  77. a1cf150 Add resolveTransitively methods to ArtifactResolver + corresponding implementations by Robert Scholte · 9 years ago
  78. 17c757d Filters can be chained, so we must use Visitor pattern in order to transform them all. by Robert Scholte · 9 years ago
  79. 03f873a Fix handling of metadata by Robert Scholte · 9 years ago
  80. 47ba173 Introduce RepositoryManager by Robert Scholte · 9 years ago
  81. b069069 Ensure that relocation is respected by Robert Scholte · 9 years ago
  82. c776ceb setLocalRepositoryBasedir should also clear the cache, so already resolved artifacts can be re-resolved for the new local repository (in case of invoker's install extra artifacts) by Robert Scholte · 9 years ago
  83. 377ff75 Add implementations for ArtifactResolver by Robert Scholte · 9 years ago
  84. 98416da Fix implementation for M3.1.1+ by Robert Scholte · 9 years ago
  85. 2cc737e Maven 3.0.2+ fix. by Robert Scholte · 9 years ago
  86. ede1572 Have unittests for setLocalRepositoryBasedir for both SimpleLocalRepositoryManager and EnhancedLocalRepositoryManager by Robert Scholte · 9 years ago
  87. 908ee47 Reuse parts of code of org.apache.maven.artifact.installer.DefaultArtifactInstaller by Robert Scholte · 9 years ago
  88. cc317d3 Use RepositorySystem, which validates the session first before calling the Deployer by Robert Scholte · 9 years ago
  89. 36f439d Add method to change localRepository basedir by Robert Scholte · 9 years ago
  90. 33181c6 add missing s by Robert Scholte · 9 years ago
  91. 38594f6 add missing s by Robert Scholte · 9 years ago