1. 490f0b1 Merge pull request #4 from apache/infrastructure-ruleset-bot/default-branch-protection by Stefan Bodewig · 6 weeks ago master
  2. 667b7f4 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 6 weeks ago infrastructure-ruleset-bot/default-branch-protection
  3. 509ca1f moved to gitbox by Stefan Bodewig · 8 years ago
  4. f2f6dae archive EasyAnt by Jan Matèrne · 10 years ago
  5. 8ef1021 Fix plugin report information by Adrien Quillet · 10 years ago
  6. 642d7a0 Merge branch 'feature/EASYANT-76' into 'develop-microej' by Adrien Quillet · 10 years ago
  7. 276111f Upgrade Junit: fix Eclipse project classpath by Adrien Quillet · 10 years ago
  8. 7444b32 Compliance with J2SE 1.7 https://issues.apache.org/jira/browse/EASYANT-75 by Adrien Quillet · 11 years ago
  9. b4f4c70 fix easyant -p -v by Jean-Louis Boudart · 11 years ago
  10. e141741 Upgrade junit by Jean-Louis Boudart · 11 years ago
  11. a0ab4ba Upgrade antcontrib by Jean-Louis Boudart · 11 years ago
  12. 930f05e fix EASYANT-72 Test SearchModuleTest.shouldFindExistingModuleWithRegexpParameter fails (thanks to Jérôme Leroux) by Jean-Louis Boudart · 11 years ago
  13. 0d30d6f drop dead code since ivy now exposes procted method to specify how to choose ModuleDescriptors by Jean-Louis Boudart · 11 years ago
  14. d2df32a disable useOrigin on cache since it's creating error with jarResolver and absolute path by Jean-Louis Boudart · 11 years ago
  15. a23f26a update to ivy 2.4 by Jean-Louis Boudart · 11 years ago
  16. d2d5fb9 fix EASYANT-70 Specified targets order not kept when building multi-modules (thanks to Jérôme Leroux) by Jean-Louis Boudart · 12 years ago
  17. 0b161f8 remove deadcode by Jean-Louis Boudart · 12 years ago
  18. 12b28d0 use foreach loops by Jean-Louis Boudart · 12 years ago
  19. 370e5b4 use isEmpty by Jean-Louis Boudart · 12 years ago
  20. dee6006 use stringbuilder instead of stringbuffer by Jean-Louis Boudart · 12 years ago
  21. e031538 remove unused import by Jean-Louis Boudart · 12 years ago
  22. 34eeaea simplify some loops by Jean-Louis Boudart · 12 years ago
  23. c61c43e Fix EASYANT-71 Offline mode does not retrieve transitive dependencies of the project (thanks to Jérôme Leroux) by Jean-Louis Boudart · 12 years ago
  24. ab296d6 add offline folder and .patch files to gitignore by Jean-Louis Boudart · 12 years ago
  25. 5c2e0b9 add idea to gitignore by Jean-Louis Boudart · 12 years ago
  26. 15a52db avoid unnecessary directory creation by Jean-Louis Boudart · 12 years ago
  27. 7166451 cleanup MultiModuleLogger by Jean-Louis Boudart · 12 years ago
  28. 0a91e0d merge BuildExecutionTimer and MultiModuleLogger by Jean-Louis Boudart · 12 years ago
  29. 911a298 extract ExecutionResult class by Jean-Louis Boudart · 12 years ago
  30. 04116bf simplifying loop by Jean-Louis Boudart · 12 years ago
  31. 9eff2e8 cleanup by Jean-Louis Boudart · 12 years ago
  32. dd213c2 cleanup by Jean-Louis Boudart · 12 years ago
  33. 4dda45e workwaround to fix unit tests as Hamcrest's IsCollectionContaining seems buggy by Jean-Louis Boudart · 12 years ago
  34. 4366629 remove unnecessary cast by Jean-Louis Boudart · 12 years ago
  35. cfcd7c2 use varargs by Jean-Louis Boudart · 12 years ago
  36. eb50051 cleanup by Jean-Louis Boudart · 12 years ago
  37. bb7e81a set array size by Jean-Louis Boudart · 12 years ago
  38. a0cd109 fix some javadoc issues by Jean-Louis Boudart · 12 years ago
  39. 97c5886 stringbuilder instead of stringbuffer by Jean-Louis Boudart · 12 years ago
  40. f5e6083 unnecessary boxing/unboxing by Jean-Louis Boudart · 12 years ago
  41. 118a6be contains instead of indexof by Jean-Louis Boudart · 12 years ago
  42. b343823 use foreach loops by Jean-Louis Boudart · 12 years ago
  43. 4490add cleanup by Jean-Louis Boudart · 12 years ago
  44. ca0df14 add version.properties in test classpath to avoid any steps to run tests by Jean-Louis Boudart · 12 years ago
  45. 1f6f1cd code cleaning by Jean-Louis Boudart · 12 years ago
  46. 3f1f2b3 EASYANT-64 by Jean-Louis Boudart · 12 years ago
  47. 37db09e Upgrade to ant 1.9.4 by Jean-Louis Boudart · 12 years ago
  48. 853e858 Initiate gitignore file by Jean-Louis Boudart · 12 years ago
  49. 251d1de Performance improvement no need to check changing artifacts when fetching plugin infos by Jean-Louis Boudart · 12 years ago
  50. a3a7a97 Add xooki as git submodule by Jean-Louis Boudart · 12 years ago
  51. 1746ea4 Remove disclaimer as project is no longer in incubation by Jean-Louis Boudart · 12 years ago
  52. d438f17 update scm url by Jan Matèrne · 12 years ago
  53. 502071a remove unnecessary classes by Jean-Louis Boudart · 12 years ago
  54. c2ae821 code cleaning by Jean-Louis Boudart · 12 years ago
  55. 36ee73f Cleaning easyantOption by Jean-Louis Boudart · 12 years ago
  56. 4a41a29 Allow ivy types that need to be appended to import classpath configurable (if not specified 'jar' and 'bundle' types are used by default) by Jean-Louis Boudart · 12 years ago
  57. 2ec569a Make easyantEngine test less dependent on environment (was failing if personnal easyant-ivysettings.xml was present in user.home) by Jean-Louis Boudart · 12 years ago
  58. 9120eba refactor easyant engine api by Jean-Louis Boudart · 12 years ago
  59. d8fad4b Fix broken unit tests, pluginservice should usecacheonly if easyant is run in offline mode by Jean-Louis Boudart · 12 years ago
  60. ef251f4 improve pluginupdatechecker logging when all plugins are up to date by Jean-Louis Boudart · 12 years ago
  61. bb63309 Performance enhancement on pluginservice : use cache by default by Jean-Louis Boudart · 12 years ago
  62. 2305fe4 Performance enhancement on pluginservice : use cache by default by Jean-Louis Boudart · 12 years ago
  63. dc1caf3 fix EASYANT-62 Error in the documentation about the usage of the skeletons by Jean-Louis Boudart · 12 years ago
  64. 567ab13 by Jean-Louis Boudart · 12 years ago
  65. 57ce5a7 fix EASYANT-62 Error in the documentation about the usage of the skeletons by Jean-Louis Boudart · 12 years ago
  66. 6543830 Cleanup unnecessary cast, @deprecated, code formatting by Jean-Louis Boudart · 12 years ago
  67. 6087598 Happy new year by Nicolas Lalevee · 12 years ago
  68. 703e8bb Refactor tests to use test plugins by Jean-Louis Boudart · 12 years ago
  69. 02e420e Refactor PluginService test to rely on local plugins, strongly improves execution time by Jean-Louis Boudart · 12 years ago
  70. e2a8a59 Fix registerArtifact bug at publish time. by Jean-Louis Boudart · 12 years ago
  71. 3858680 Add missing license headers by Jean-Louis Boudart · 12 years ago
  72. ba5c64d Add a new test to RegisterArtifact, it currently fails with a can't set a null property from DefaultEasyAntXmlModuleDescriptorParser at publish time by Jean-Louis Boudart · 12 years ago
  73. 927c9b1 Fix test includes/excludes pattern by Jean-Louis Boudart · 12 years ago
  74. 679365d Remove unused dependency by Jean-Louis Boudart · 12 years ago
  75. f7e0df0 Upgrade to ant 1.9.3 by Jean-Louis Boudart · 12 years ago
  76. 626ad42 fix NOTICE by Nicolas Lalevee · 13 years ago
  77. cea4699 Extract FakeInputHandler by Jean-Louis Boudart · 13 years ago
  78. 17ced8d Fix links pointing to incubator by Jean-Louis Boudart · 13 years ago
  79. 677c9a4 EASYANT-58 required attribute of path parameter is ignored (thanks to Jérôme Leroux) by Jean-Louis Boudart · 13 years ago
  80. 35b0fdc IvyInfo should be invoked BEFORE loading plugins/buildtypes if a module.ivy is found by Jean-Louis Boudart · 13 years ago
  81. 4b366e7 Refactor some tests with TemporaryFolder rule by Jean-Louis Boudart · 13 years ago
  82. 0d01b7e Refactor some tests to use ExpectedException and TemporaryFolder rules by Jean-Louis Boudart · 13 years ago
  83. 4251ecc Add SearchModule unit tests by Jean-Louis Boudart · 13 years ago
  84. 361b610 Add GoOffline unit tests by Jean-Louis Boudart · 13 years ago
  85. e6d23d6 rename configureProject method into configureBuildLogger by Jean-Louis Boudart · 13 years ago
  86. ee446c4 Since java 1.5 String.format can be used to lpad/rightpad a given string by Jean-Louis Boudart · 13 years ago
  87. 5f380f9 Avoid multithreading issue while updating static field by Jean-Louis Boudart · 13 years ago
  88. 757fc65 Useless String.valueOf by Jean-Louis Boudart · 13 years ago
  89. afe271b Fields in interfaces are automatically public static final, and methods are public abstract. by Jean-Louis Boudart · 13 years ago
  90. fabd3b5 Add missing modifiers by Jean-Louis Boudart · 13 years ago
  91. d742937 Be less dependent on implemntation used by ant by Jean-Louis Boudart · 13 years ago
  92. 58b4838 ProjectUtils should not depend on EasyAntEngine by Jean-Louis Boudart · 13 years ago
  93. ddee2cb Fix potential NPE by Jean-Louis Boudart · 13 years ago
  94. 44864da Add some javadoc on installMultiModuleLogger method by Jean-Louis Boudart · 13 years ago
  95. 6bb5280 Add basic tests on metabuild executor by Jean-Louis Boudart · 13 years ago
  96. cfc40c2 Add missing headers by Jean-Louis Boudart · 13 years ago
  97. 3a4caf7 Move MultiModuleLogger logic to MetaBuildExecutor, make it configurable through properties by Jean-Louis Boudart · 13 years ago
  98. d6f9732 Add some tests on easyant ivy settings file configuration by Jean-Louis Boudart · 13 years ago
  99. e48c761 Add EasyAntEngine basic tests by Jean-Louis Boudart · 13 years ago
  100. f24c3cc Add submodule basic tests by Jean-Louis Boudart · 13 years ago