1. 9f6589a [MSHARED-611] Drop any href validation and pass as-is by Michael Osipov · 7 years ago
  2. 2a3f84b [maven-release-plugin] prepare for next development iteration by Robert Scholte · 7 years ago
  3. b6f8760 [maven-release-plugin] prepare release maven-invoker-3.0.0 by Robert Scholte · 7 years ago
  4. 6890371 [MSHARED-610] PrettyPrintXMLWriter internally uses java.io.PrintWriter without checking for any errors. by Christian Schulte · 7 years ago
  5. b740f0a [MSHARED-610] PrettyPrintXMLWriter internally uses java.io.PrintWriter without checking for any errors. by Christian Schulte · 7 years ago
  6. 060bf80 [MSHARED-610] PrettyPrintXMLWriter internally uses java.io.PrintWriter without checking for any errors. by Christian Schulte · 7 years ago
  7. 4f44c8e Revert "[MSHARED-607] Simplify UrlValidationUtil to modern rules" by Michael Osipov · 7 years ago
  8. 7854e54 [MSHARED-608] Remove index.html-adding block in AbstractMavenReportRenderer#getValidHref() by Michael Osipov · 7 years ago
  9. 2fc55e0 Avoid locale-sensitive toLowerCase() by Michael Osipov · 7 years ago
  10. 90c8a18 Accidentially committed unwanted main() by Michael Osipov · 7 years ago
  11. 387b8ab [MSHARED-607] Simplify UrlValidationUtil to modern rules by Michael Osipov · 7 years ago
  12. 9d2a8ae [MSHARED-606] Upgrade to Commons Validator 1.5.1 by Michael Osipov · 7 years ago
  13. a175550 Fix incorrect Javadoc by Michael Osipov · 7 years ago
  14. 570843f Drop some exception by Michael Osipov · 7 years ago
  15. d95c653 Improve some parameter naming by Michael Osipov · 7 years ago
  16. b116235 [MSHARED-488] Make input source file encoding default to platform encoding by Michael Osipov · 7 years ago
  17. 230f0f7 o Updated to add a test verifying invocations in directories with spaces and special chars are working (Windows). by Christian Schulte · 7 years ago
  18. 97c9791 [MSHARED-602] NoSuchMethodException using DependencyCollector with Maven 3.0 by Guillaume Boué · 7 years ago
  19. 9506d2e [MSHARED-601] Update examples with "Archiver-Version" manifest entry by Michael Osipov · 7 years ago
  20. e4bbb3c Pass source+target to m-invoker-p, easiest way to override default values of maven-compiler-plugin by Robert Scholte · 7 years ago
  21. 584e680 Pass source+target to m-invoker-p, easiest way to override default values of maven-compiler-plugin by Robert Scholte · 7 years ago
  22. fd240c8 Pass source+target to m-invoker-p, easiest way to override default values of maven-compiler-plugin by Robert Scholte · 7 years ago
  23. 331ca14 Make it possible to test project on Windows + M3.3.9 + Java9 by Robert Scholte · 7 years ago
  24. 0184bd3 Upgrade org.codehaus.plexus:plexus-component-metadata to 1.7.1 by Robert Scholte · 7 years ago
  25. 81d00c6 Upgrade parent to org.apache.maven.shared:maven-shared-components:30 by Robert Scholte · 7 years ago
  26. 754624f o Backing this off. Fix will take more time to also pass 'testEdgeCases'. by Christian Schulte · 7 years ago
  27. d71dfda [MSHARED-600] Upgrade of plexus-interpolation to 1.24. by Christian Schulte · 7 years ago
  28. 006d0e7 [MSHARED-599] Escaping the escape string produces incorrect output. by Christian Schulte · 7 years ago
  29. 0435393 [maven-release-plugin] prepare for next development iteration by Karl Heinz Marbaise · 8 years ago
  30. ae59ac2 [maven-release-plugin] prepare release maven-artifact-transfer-0.9.0 by Karl Heinz Marbaise · 8 years ago
  31. b0ddb56 Undone Release step. by Karl Heinz Marbaise · 8 years ago
  32. d56ad59 [maven-release-plugin] prepare for next development iteration by Karl Heinz Marbaise · 8 years ago
  33. 372c32b [maven-release-plugin] prepare release maven-artifact-transfer-0.9.0 by Karl Heinz Marbaise · 8 years ago
  34. 796c804 [MSHARED-598] Simplify ProjectInstaller by not requiring an ArtifactRepository by Guillaume Boué · 8 years ago
  35. 23cfae0 [MSHARED-598] Simplify ProjectInstaller by not requiring an ArtifactRepository by Guillaume Boué · 8 years ago
  36. 556a003 [MSHARED-596] Support for getting local metadata for RepositoryManager by Guillaume Boué · 8 years ago
  37. 53adaf4 [MSHARED-597] Change to version 0.9.0 to make clear it is not final yet by Karl Heinz Marbaise · 8 years ago
  38. d8e82ef [maven-release-plugin] prepare for next development iteration by Robert Scholte · 8 years ago
  39. e139a54 [maven-release-plugin] prepare release maven-common-artifact-filters-3.0.1 by Robert Scholte · 8 years ago
  40. faabd88 [MSHARED-386] Wildcard does not work with null classifier by Robert Scholte · 8 years ago
  41. 2727063 [maven-release-plugin] prepare for next development iteration by Herve Boutemy · 8 years ago
  42. 505ff0b [maven-release-plugin] prepare release maven-reporting-exec-1.3 by Herve Boutemy · 8 years ago
  43. da6c792 refactoring by Herve Boutemy · 8 years ago
  44. 0482e70 updated wording by Herve Boutemy · 8 years ago
  45. 0afd23f [MSHARED-595] In DefaultProjectInstaller, the path to the local repository should be retrieved from the RepositoryManager by Guillaume Boué · 8 years ago
  46. 6b061d9 [MSHARED-594] NullPointerException is thrown when trying to install a project without POM file by Guillaume Boué · 8 years ago
  47. 0ef2f88 Improved code: fixed usage of raw types (except Commons Collections) and converted use of Iterator to for-each loop by Guillaume Boué · 8 years ago
  48. d5e9235 Updated broken jira.codehaus.org links to issues.apache.org/jira by Guillaume Boué · 8 years ago
  49. 2a5b10f Fixed failure in Maven 3.0.5 by Karl Heinz Marbaise · 8 years ago
  50. 585a2f5 Consistently renamed methods in interfaces by Karl Heinz Marbaise · 8 years ago
  51. 54e112f o Using NoFileAssignedException instead of IllegalArgumentException by Karl Heinz Marbaise · 8 years ago
  52. 06491d8 DefaultProjectDeployer, DefaultProjectInstaller by Karl Heinz Marbaise · 8 years ago
  53. 4b7348b Added some docs. by Karl Heinz Marbaise · 8 years ago
  54. b70680c [MSHARED-593] Add interface to install a Maven Project by Karl Heinz Marbaise · 8 years ago
  55. 2827465 Removed unused classes. by Karl Heinz Marbaise · 8 years ago
  56. 7dec9f4 Renaming ProjectDeployRequest into ProjectDeployerRequest to be in line by Karl Heinz Marbaise · 8 years ago
  57. bab2e3d Consistently renamed DeployProject into ProjectDeployer by Karl Heinz Marbaise · 8 years ago
  58. 86feeee [MSHARED-591] Add interface to deploy a Maven Project by Karl Heinz Marbaise · 8 years ago
  59. 7d3c9bd grrrr, fixed wrong reformatting... by Herve Boutemy · 8 years ago
  60. 5fb4317 [MSHARED-590] prepended report goal by plugin artifactid by Herve Boutemy · 8 years ago
  61. df57b0f Added some @since etc. by Karl Heinz Marbaise · 8 years ago
  62. d4da745 [MSHARED-589] improved after forked execution by Herve Boutemy · 8 years ago
  63. e969803 [MSHARED-589] added a message after forked execution to remember for which report preparation it was done by Herve Boutemy · 8 years ago
  64. d2527b9 [MSHARED-587] improved documentation by Herve Boutemy · 8 years ago
  65. 38833d7 [MSHARED-587] typos by Herve Boutemy · 8 years ago
  66. ae8bf70 [MSHARED-587] extracted LoggerLevelRenderer interface from MessageBuilder by Herve Boutemy · 8 years ago
  67. 5115b12 [MSHARED-586] Upgrade maven-plugin-testing-harness to 2.1 by Karl Heinz Marbaise · 8 years ago
  68. a3f9243 [MSHARED-585] Upgrade maven-plugin-testing-harness to 2.1 by Karl Heinz Marbaise · 8 years ago
  69. ec2b6bd [MSHARED-584] Upgrade maven-shared-components parent to version 30 by Karl Heinz Marbaise · 8 years ago
  70. 5440eb1 [MSHARED-583] Make three digit version number by Karl Heinz Marbaise · 8 years ago
  71. c362b5e [MSHARED-582] Upgrade maven-shared-components parent to version 30 by Karl Heinz Marbaise · 8 years ago
  72. 92f22c4 [MSHARED-580] Doclint errors in maven-artifact-transfer by Karl Heinz Marbaise · 8 years ago
  73. f394c7d Removed maven-compiler-plugin properties, by Karl Heinz Marbaise · 8 years ago
  74. 8196714 [MSHARED-579] Upgrade to plexus-archiver 3.4 by Karl Heinz Marbaise · 8 years ago
  75. 33f2613 [MSHARED-578] Upgrade maven-shared-utils to 3.1.0 by Karl Heinz Marbaise · 8 years ago
  76. 488df80 Fix typo in method name by Michael Osipov · 8 years ago
  77. b8e0af2 [MSHARED-545] maven-dependency-analyzer fails on classes containing constant long or double by Michael Osipov · 8 years ago
  78. df179c9 [MSHARED-575] Upgrade maven-shared-utils to 3.1.0 by Karl Heinz Marbaise · 8 years ago
  79. 42d9d00 [MSHARED-573] Upgrade plexus-component-annotations to 1.7 to go by Karl Heinz Marbaise · 8 years ago
  80. 46cee2f [maven-release-plugin] prepare for next development iteration by Herve Boutemy · 8 years ago
  81. 511ad18 [maven-release-plugin] prepare release maven-shared-utils-3.1.0 by Herve Boutemy · 8 years ago
  82. ab05d05 [MSHARED-562] renamed MessageBuffer to MessageBuilder by Herve Boutemy · 8 years ago
  83. afe9121 [MSHARED-562] API simplification by Herve Boutemy · 8 years ago
  84. 5b94446 fixed error reported by Checkstyle... by Herve Boutemy · 8 years ago
  85. 581999e [MSHARED-562] applied updates proposed by Michael by Herve Boutemy · 8 years ago
  86. 8546284 [MSHARED-562] fixed typo for link by Herve Boutemy · 8 years ago
  87. a8f2472 [MSHARED-562] improved documentation by Herve Boutemy · 8 years ago
  88. 5d27bef [MSHARED-562] added documentation on the styled message API by Herve Boutemy · 8 years ago
  89. 4126d96 Ensure that aether-util is shaded AND aether-impl doesn't have compile-scope (see previous commit) by Robert Scholte · 8 years ago
  90. d6b567e [MINVOKER-207] Remove @Deprecated marked code by Karl Heinz Marbaise · 8 years ago
  91. 7a6aa77 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
  92. e49a749 Use Model instead of ProjectCoordinate so we have direct access to dependencies and dependencyMangement. by Robert Scholte · 8 years ago
  93. f24ae33 Removed apache-release profile cause it is handled by the parent. by Karl Heinz Marbaise · 8 years ago
  94. e6834ff Fixed typo by Karl Heinz Marbaise · 8 years ago
  95. d0be137 [MSHARED-562] added support for bright colors by Herve Boutemy · 8 years ago
  96. 9a9c05c [MSHARED-572] Drop Maven 2 Support by Karl Heinz Marbaise · 8 years ago
  97. 590746a [MSHARED-562] added background color support by Herve Boutemy · 8 years ago
  98. 5454d1b [MSHARED-571] Bump version to 3.0.0-SNAPSHOT by Karl Heinz Marbaise · 8 years ago
  99. aa8be51 [MSHARED-570] Upgrade plexus-component-metadata plugin / plexus-component-annotations by Karl Heinz Marbaise · 8 years ago
  100. 443a9c0 [MSHARED-569] Upgrade plexus-utils to 3.0.24 by Karl Heinz Marbaise · 8 years ago