1. 86e4e02 o in doing some refactoring on the filtering i noticed this class is not used by Jason van Zyl · 12 years ago
  2. 5df571c add generics by Olivier Lamy · 12 years ago
  3. 33a63ae use last parent by Olivier Lamy · 12 years ago
  4. 68b79d9 File mode changes WTF by Kristian Rosenvold · 12 years ago
  5. c697132 [MSHARED-215] maven-filtering brings in JUnit as transitive dependency by Olivier Lamy · 12 years ago
  6. eeb8d81 added javadoc and jxr reports links in top-level menu by Herve Boutemy · 13 years ago
  7. 490752d o Fixed test to account for missing default excludes in scanner by Benjamin Bentmann · 13 years ago
  8. e54dc6e o Added dummy file to make directory non-empty for git by Benjamin Bentmann · 13 years ago
  9. 82a0374 [MSHARED-195] maven-filtering incorrect states a dependency to maven-monitor by Olivier Lamy · 13 years ago
  10. fcd2ab5 [maven-release-plugin] prepare for next development iteration by Dennis Lundberg · 13 years ago
  11. ae2517a [maven-release-plugin] prepare release maven-filtering-1.0 by Dennis Lundberg · 13 years ago maven-filtering-1.0
  12. dd5e806 o Roll back release again by Dennis Lundberg · 13 years ago
  13. dcc13a8 o Restored Java 1.4 compatibility by Benjamin Bentmann · 13 years ago
  14. e90a2f0 o Removed svn:executable by Benjamin Bentmann · 13 years ago
  15. 33f7903 o Added license header by Benjamin Bentmann · 13 years ago
  16. 39c3fc4 [maven-release-plugin] prepare for next development iteration by Dennis Lundberg · 13 years ago
  17. 9e51935 [maven-release-plugin] prepare release maven-filtering-1.0 by Dennis Lundberg · 13 years ago
  18. 33696f5 o Roll back release by Dennis Lundberg · 13 years ago
  19. a1354da [MSHARED-188] DefaultMavenFileFilter modifies the MavenProject that comes in through a parameter by Dennis Lundberg · 13 years ago
  20. 626ff5c [maven-release-plugin] prepare for next development iteration by Dennis Lundberg · 13 years ago
  21. 3fa3c9c [maven-release-plugin] prepare release maven-filtering-1.0 by Dennis Lundberg · 13 years ago
  22. 7949ba3 o Used released maven-shared-components:16 by Benjamin Bentmann · 13 years ago
  23. 1c8d2b5 o Fix errors reported by Checkstyle. by Dennis Lundberg · 13 years ago
  24. 9539e0b o Add a JIRA report. by Dennis Lundberg · 13 years ago
  25. 380fbe8 [MSHARED-177] Filter files are not filtered with already known filter values by Olivier Lamy · 13 years ago
  26. 1d0c0e8 [MSHARED-179] FilteringUtils.escapeWindowsPath only works if the Windows path is at the beginning of a property by Dennis Lundberg · 13 years ago
  27. 2370f97 o Fix @since tags. by Dennis Lundberg · 13 years ago
  28. b4842ef [MSHARED-181] escapeString non follow by startToken remove character by Olivier Lamy · 13 years ago
  29. e4fc7de remove unused imports by Olivier Lamy · 13 years ago
  30. 394f3da o Next version will be 1.0 by Dennis Lundberg · 13 years ago
  31. 8149694 Revert r1055683 about wrong plexus annotations. by Dennis Lundberg · 13 years ago
  32. fe1641d Fix errors reported by Checkstyle. by Dennis Lundberg · 13 years ago
  33. 096a684 Tidy up the Javadoc. by Dennis Lundberg · 13 years ago
  34. a68d48f Fix wrong plexus annotations. by Dennis Lundberg · 13 years ago
  35. f7ec849 Clean up the site. by Dennis Lundberg · 13 years ago
  36. 390eabc [MSHARED-179] FilteringUtils.escapeWindowsPath only works if the Windows path is at the beginning of a property by Dennis Lundberg · 13 years ago
  37. 0adc598 o Replace String-comparison with reglar expression pattern matching. by Dennis Lundberg · 13 years ago
  38. 421d36c [MSHARED-121] FilteringUtils.escapeWindowsPath doesn't handle paths that leave out the drive letter. by Dennis Lundberg · 13 years ago
  39. fc4e20d fix encoding issue. by Olivier Lamy · 13 years ago
  40. c62c096 use last SNAPSHOT parent. by Olivier Lamy · 13 years ago
  41. 5730ba3 [MSHARED-176] Add support of stopping at the end of line to prevent issue with endToken not found. by Olivier Lamy · 13 years ago
  42. e687a10 move maven version to a property. upgrade site-plugin version by Olivier Lamy · 14 years ago
  43. 08a75ec [maven-release-plugin] prepare for next development iteration by Benjamin Bentmann · 14 years ago
  44. 3a68fde [maven-release-plugin] prepare release maven-filtering-1.0-beta-4 by Benjamin Bentmann · 14 years ago maven-filtering-1.0-beta-4
  45. 4015cd3 o Inherited from maven-shared-components:15 by Benjamin Bentmann · 14 years ago
  46. 65c0748 copying comments to places where it actually matters for the code's users. by Milos Kleint · 14 years ago
  47. fa9d86c [MSHARED-125] Current incremental build implementation failed when resources are removed from target folder by Benjamin Bentmann · 14 years ago
  48. 09e081c 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
  49. 9647080 added XML Schema reference to site.xml by Herve Boutemy · 15 years ago
  50. 2c488a4 release stuff is now coming from the parent pom. by Olivier Lamy · 15 years ago
  51. 32ec13f reduce log noise. by Olivier Lamy · 15 years ago
  52. 94f0cc4 [MSHARED-125] Current incremental build implementation failed when resources are removed from target folder by Olivier Lamy · 15 years ago
  53. ef216b2 [maven-release-plugin] prepare for next development iteration by John Dennis Casey · 15 years ago
  54. 38bd840 [maven-release-plugin] prepare release maven-filtering-1.0-beta-3 by John Dennis Casey · 15 years ago maven-filtering-1.0-beta-3
  55. fc4a4e6 use released plexus-interpolation by John Dennis Casey · 15 years ago
  56. aa8a227 fixing unit test in cases where maven.repo.local is specified. by John Dennis Casey · 15 years ago
  57. d4d6ff6 [MSHARED-122] Support session.*, settings.*, and localRepository expressions in filtering when MavenSession instance is present. by John Dennis Casey · 15 years ago
  58. 16989f4 [MSHARED-121] Adding comment related to this issue in a TODO, though it doesn't really add much to the essential problem. by John Dennis Casey · 15 years ago
  59. 00a63e8 Fixing interpolation for escaping, and simplifying escaping of windows paths. Also, moving to some standard ValueSource implementations and normal ValueSource stacking within the interpolator, rather than using more complex delegation of ValueSource instances. Finally, correcting windows-path escaping to account for pre-escaped paths. by John Dennis Casey · 15 years ago
  60. 0f0a38e pushing the configurable multi-delimiter support down to plexus-interpolator to get better functionality when expressions using different delimiters reference one another. by John Dennis Casey · 15 years ago
  61. 93f9e8f cleanup on custom delimiter support. by John Dennis Casey · 15 years ago
  62. 6990cf7 some documentation of the delimiters set. by John Dennis Casey · 15 years ago
  63. cf59bb2 simplify default delimiters spec, and fix a small logical error in handling delimiterSpec splitting. by John Dennis Casey · 15 years ago
  64. effb570 use a recursion interceptor to guard against recursive expressions spanning multiple project prefixes. by John Dennis Casey · 15 years ago
  65. 05775bb o Added license header by Benjamin Bentmann · 15 years ago
  66. e5e5ec9 Cleaning up the use of MavenResourcesExecution and MavenFileFilterRequest, and moving the new getDefaultFilterWrappers(..) call to use a common base class of these two execution requests: AbstractMavenFilteringRequest. Also, adding options to enable the request to turn on/off injection of POM build/filters (in cases where these are already in the filters list, it doesn't make sense to re-add them). by John Dennis Casey · 15 years ago
  67. 17fd556 ignore eclipse files in the ASF-compliant source release assembly by Olivier Lamy · 15 years ago
  68. e89d3bd New Properties to be able to add properties "on fly" without modifying project.properties (related to [MCHANGES-161]) by Olivier Lamy · 15 years ago
  69. 89bcc9c formatting by Olivier Lamy · 15 years ago
  70. 36152cf [MSHARED-114] Add an ASF-compliant source release assembly by Olivier Lamy · 15 years ago
  71. 1de9671 [MSHARED-100] null safe call for DefaultMavenFileFilter.getDefaultFilterWrappers() by Oliver Lamy · 15 years ago
  72. b70b89b [MSHARED-78] FilteringUtils escapeWindowsPath() doesn't work on Windows by Oliver Lamy · 15 years ago
  73. 3c46024 o Used http://maven.apache.org/xsd/* for schema location by Benjamin Bentmann · 15 years ago
  74. 2cc4698 o Formatted POMs by Benjamin Bentmann · 15 years ago
  75. 08084f6 o Inherited from maven-shared-components:11 by Benjamin Bentmann · 15 years ago
  76. fe37892 o Polished code by Benjamin Bentmann · 15 years ago
  77. cc639c6 o Fixed test to use normalized path names or TestIncrementalBuildContext freaks out on Windowx by Benjamin Bentmann · 15 years ago
  78. 93513fd o adding required test jar by Jason van Zyl · 15 years ago
  79. b8b9037 o adding tests for the new incremental mode Submitted by: Igor Fedorenko by Jason van Zyl · 15 years ago
  80. a37ff6a o new version of plexus-build-api by Jason van Zyl · 15 years ago
  81. ab94e2b use the new parent by Brian E Fox · 15 years ago
  82. 7731187 o update to latest build api and correcting packages by Jason van Zyl · 15 years ago
  83. 2a6b435 MSHARED-93: Support environments that support incremental builds by Jason van Zyl · 15 years ago
  84. 1b677c4 o Fixed file leaks by Benjamin Bentmann · 15 years ago
  85. 9b87476 o Fixed missing test isolation, i.e. don't set system properties by Benjamin Bentmann · 15 years ago
  86. 5df6315 remove codehaus snapshot repo by Oliver Lamy · 15 years ago
  87. 6dab83f use released version by Oliver Lamy · 15 years ago
  88. 3352500 fix svn properties by Oliver Lamy · 15 years ago
  89. bb036fe [MSHARED-81] change in @ translation behavior in maven-resources-plugin 2.3 by Oliver Lamy · 15 years ago
  90. 8227700 [maven-release-plugin] prepare for next development iteration by Oliver Lamy · 16 years ago
  91. 46df880 [maven-release-plugin] prepare release maven-filtering-1.0-beta-2 by Oliver Lamy · 16 years ago maven-filtering-1.0-beta-2
  92. 52747c4 fix typo by Oliver Lamy · 16 years ago
  93. 3e12e71 add undeclared used dependencies by Oliver Lamy · 16 years ago
  94. b44a875 use released parent by Oliver Lamy · 16 years ago
  95. 2254850 fix checkstyle issues by Oliver Lamy · 16 years ago
  96. b04b0b5 complete the what's new in beta-2 section by Oliver Lamy · 16 years ago
  97. 7bc9f0e use a private copyDirectoryLayout method to prevent a new directory scan by Oliver Lamy · 16 years ago
  98. fe3c76c o Increased log level for usage of platform encoding to warning by Benjamin Bentmann · 16 years ago
  99. 23c29f2 use new method copyDirectoryLayout from FileUtils by Oliver Lamy · 16 years ago
  100. 4f18ef2 o Fix typo. by Dennis Lundberg · 16 years ago