1. ef13c18 fix grid build on windows. by John Dennis Casey · 15 years ago
  2. 4a3420a [MRESOURCES-77][MRESOURCES-81][MRESOURCES-79] Shifting the parameter used for the POM build/filters values to be named 'buildFilters' to make room for specifying 'filters' in the plugin configuration...this is to work around a quirk in the way plexus configures List-type parameters that have a default-value specified. This parameter name-shifting prompted me to rename the 'extraFilters' parameter from MRESOURCES-79 to simply 'filters' to accomplish this. Finally, reworked MavenResourcesExecution to contain a flag: escapeWindowsPaths, which allows simplification of the ResourcesMojo to use the default filter wrappers implicitly through the request instance. by John Dennis Casey · 15 years ago
  3. d8caabe adding some information to the failing assertion in testResourceSystemProperties_Filtering. by John Dennis Casey · 15 years ago
  4. ae40d15 [MRESOURCES-79] Adding parameter 'extraFilters' to allow users to configure resources mojo separately from testResources mojo using default-resources and default-testResources executionIds (starting in Maven 2.2.0). The build/filters section of the POM will be used as 'global' filters, and the extraFilters parameter is added in FRONT of the build/filters entries (extraFilters have the opportunity to override filters from the build section of the POM). by John Dennis Casey · 15 years ago
  5. 3231d8a [MRESOURCES-81] Adding a flag to enable/disable escaping windows paths when filtering, then passing this on to the filtering wrappers directly, rather than allowing the filtering components to create the default wrappers by forcing windows-path-escaping. This can be simplified if the flag is passed through the resources execution instance, but that will require a new release of maven-filtering. by John Dennis Casey · 15 years ago
  6. 468e2f9 o fixed ambiguous links o added Doxia xsd by Vincent Siveton · 15 years ago
  7. c419966 o filtering version in doc by Vincent Siveton · 15 years ago
  8. 5805c17 Add an ASF-compliant source release assembly by Olivier Lamy · 15 years ago
  9. ea5364f o Added plugin version to POM snippets in documentation by Benjamin Bentmann · 15 years ago
  10. 52eb349 used http://maven.apache.org/xsd/* for schema location by Herve Boutemy · 15 years ago
  11. 1f2dbba [MRESOURCES-81] fix junit due to change in [MSHARED-78] by Oliver Lamy · 15 years ago
  12. 9c05234 o Inherited from maven-plugins:13 by Benjamin Bentmann · 15 years ago
  13. 0d34c82 use the latest parents by Brian E Fox · 15 years ago
  14. 7a674ec o updating plexus-utils to 1.5.8 by Jason van Zyl · 15 years ago
  15. e4a282d o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid by Benjamin Bentmann · 15 years ago
  16. 6eff7bc o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures by Benjamin Bentmann · 15 years ago
  17. 0817f3b use plexus-interpolation released version remove codehaus snapshot repo by Oliver Lamy · 16 years ago
  18. bedba32 really enable it MRESOURCES-78 : fixing groovy post build script execution by Oliver Lamy · 16 years ago
  19. 98d2462 fix syntax even if groovy didn't complain by Oliver Lamy · 16 years ago
  20. ec297b5 fix svn props by Oliver Lamy · 16 years ago
  21. a79eb62 [MRESOURCES-78] change in @ translation behavior in maven-resources-plugin 2.3 by Oliver Lamy · 16 years ago
  22. 39e89d5 [maven-release-plugin] prepare for next development iteration by Oliver Lamy · 16 years ago
  23. 8932ef5 [maven-release-plugin] prepare release maven-resources-plugin-2.3 by Oliver Lamy · 16 years ago maven-resources-plugin-2.3
  24. 1ca274b fix svn properties by Oliver Lamy · 16 years ago
  25. 21091b8 add documentation on how to prevent filtering on some file extensions. by Oliver Lamy · 16 years ago
  26. 459460c fix it by Oliver Lamy · 16 years ago
  27. 9803878 add samples link in the index page by Oliver Lamy · 16 years ago
  28. 150545b update index page by Oliver Lamy · 16 years ago
  29. 6515007 use released version by Oliver Lamy · 16 years ago
  30. 836dbf5 remove svn:executable property by Oliver Lamy · 16 years ago
  31. 9912826 add an it for [MRESOURCES-24] by Oliver Lamy · 16 years ago
  32. 238a5df use invoker plugin released version by Oliver Lamy · 16 years ago
  33. 31aa21d add property chain it by Oliver Lamy · 16 years ago
  34. 2a686e0 [MRESOURCES-74] configuring file extension to not filtering by Oliver Lamy · 16 years ago
  35. 8fde662 we don't need a new p-u version by Oliver Lamy · 16 years ago
  36. a6fea9f use released parent by Oliver Lamy · 16 years ago
  37. 8f33ed1 reduce scanning by Oliver Lamy · 16 years ago
  38. 736e2f2 we don't a new p-u release by Oliver Lamy · 16 years ago
  39. b23c37f o Migrated core IT 0105 over to the corresponding plugin project by Benjamin Bentmann · 16 years ago
  40. feff0ed o Enabled debug output by Benjamin Bentmann · 16 years ago
  41. 58caadd o Reordered POM by Benjamin Bentmann · 16 years ago
  42. 0507aeb [MRESOURCES-36] resource copy to target/classes: empty directories are ignored by Oliver Lamy · 16 years ago
  43. 4c965e4 [MRESOURCES-8] mark fields @readonly by Oliver Lamy · 16 years ago
  44. 0037151 o Fixed Checkstyle errors by Benjamin Bentmann · 16 years ago
  45. 3caad8e [MRESOURCES-21] when pom specifies multiple resource directories, the directories should be copied in the order they are in the pom by Oliver Lamy · 16 years ago
  46. 8536ef2 [MRESOURCES-8] new mojo copy-resources add an example page by Oliver Lamy · 16 years ago
  47. ed8eeb9 fix @since by Oliver Lamy · 16 years ago
  48. c211c82 [MRESOURCES-8] new mojo copy-resources by Oliver Lamy · 16 years ago
  49. 56338a8 don't attach the copy-resources mojo to a phase by Oliver Lamy · 16 years ago
  50. 96ccda6 plexus-interpolation 1.6 has been released by Oliver Lamy · 16 years ago
  51. da3cac8 [MRESOURCES-8] maven-resources-plugin ignores configuration/resources property (add a new mojo to copy resources) by Oliver Lamy · 16 years ago
  52. b456cbe add example documentation on how to escape filtering by Oliver Lamy · 16 years ago
  53. 11d11f5 [MRESOURCES-29] An escape mechanism for property interpolation is missing. by Oliver Lamy · 16 years ago
  54. b0af4a2 o Note that Maven Filtering is used. by Dennis Lundberg · 16 years ago
  55. b56e6e6 o Sync the versions of Maven dependencies with the prerequisite Maven version. by Dennis Lundberg · 16 years ago
  56. ab01ad6 o Update the description. by Dennis Lundberg · 16 years ago
  57. 80bdb1d [MRESOURCES-59] filtering with @property@ complete it with a test for this token by Oliver Lamy · 16 years ago
  58. e567b0e [MRESOURCES-39] Filtering fails for command line properties add test in an it by Oliver Lamy · 16 years ago
  59. 268192d [MRESOURCES-20] Filtering ${foo.file} evaluates to in full path to pom.xml by Oliver Lamy · 16 years ago
  60. 77cc8ea adding it for test resources filtering by Oliver Lamy · 16 years ago
  61. 2246707 enable it by Oliver Lamy · 16 years ago
  62. 9c7568c remove unused imports by Oliver Lamy · 16 years ago
  63. 4c39c64 [MRESOURCES-56] use (and release) the maven-filtering component by Oliver Lamy · 16 years ago
  64. 388a09d o Fix typos and improve the presentation. by Dennis Lundberg · 16 years ago
  65. 23c8949 o Adjust indentation for readability. by Dennis Lundberg · 16 years ago
  66. 6e0dbe1 o Set EOL style to Native. by Dennis Lundberg · 16 years ago
  67. 8900257 o Pointed out pitfalls about filtering binary files by Benjamin Bentmann · 16 years ago
  68. 5ff20e5 o Updated index page of plugin site by Benjamin Bentmann · 16 years ago
  69. 0c4d3ac o Explicitly stated UTF-8 as file encoding o Updated license header by Benjamin Bentmann · 16 years ago
  70. b73a44d o Changed encoding of site descriptor to UTF-8 just like used for POMs by Benjamin Bentmann · 16 years ago
  71. 80eeb29 o Unified plugin name by Benjamin Bentmann · 16 years ago
  72. d378458 o Updated index page of plugin site by Benjamin Bentmann · 16 years ago
  73. 4876fd8 o Added stub IT profile to highlight plugins during CI by Benjamin Bentmann · 16 years ago
  74. 5ec73da Try to use the 12-SNAPSHOT parent by Arnaud Heritier · 16 years ago
  75. 2ace09d Bumping all parent versions to 11, to allow deployment to alternative locations. by John Dennis Casey · 16 years ago
  76. 353eee6 o Update links to Doxia APT reference. by Dennis Lundberg · 16 years ago
  77. 70b78d5 [MRESOURCES-57] use ${project.build.sourceEncoding} as default value for "encoding" parameter by Benjamin Bentmann · 16 years ago
  78. 1131423 [MRESOURCES-57] use ${project.build.sourceEncoding} as default value for "encoding" parameter by Herve Boutemy · 16 years ago
  79. 1a304e9 [MRESOURCES-57] use ${project.build.sourceEncoding} as default value for "encoding" parameter by Herve Boutemy · 16 years ago
  80. 59450e6 [MRESOURCES-62] changed message from "default encoding" to "platform encoding (xxx actually)" to be more explicit by Herve Boutemy · 16 years ago
  81. 63d8f44 o Added svn:eol-style=native by Benjamin Bentmann · 16 years ago
  82. d72e91b o improved readingness of POM by Vincent Siveton · 16 years ago
  83. a189997 o fixed license header o no code change by Vincent Siveton · 16 years ago
  84. 8c973ff MRESOURCES-52 the output dir parameter is supposed to be java.io.File to work correctly with the -f switch or embedded use. Patch submitted by Benjamin Bentmann. by Milos Kleint · 16 years ago
  85. 4e60eab MRESOURCES-32 always make resources root absolute. by Milos Kleint · 16 years ago
  86. 8ceb24f plexus-utils 1.4.1 shipped with 2.0.6 and later, therefor updating the prerequisites's maven section to match the that version. by Milos Kleint · 17 years ago
  87. 066068d plexus-utils defined twice, removing one def. by Milos Kleint · 17 years ago
  88. cfd2194 MRESOURCES-47: added test left out in patch application. by Mauro Talevi · 17 years ago
  89. abe8e4e MRESOURCES-47: applied patch from William Ferguson. by Mauro Talevi · 17 years ago
  90. c294002 MNG-2065 Using FileUtils for resource filtering Submitted by: Brian Topping by Jason van Zyl · 17 years ago
  91. 165c52b o specify direct dependency on plexus-utils by Jason van Zyl · 17 years ago
  92. b8563b7 Update exception handling to include resource filename for debugging purposes by Mike Perham · 17 years ago
  93. 570529f o add compile time dep by Jason van Zyl · 17 years ago
  94. fa3f9f7 Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released by Kenney Westerhof · 17 years ago
  95. 8586993 - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation by Brett Leslie Porter · 17 years ago
  96. c16f118 o updating to latest released parent by Jason van Zyl · 17 years ago
  97. c2bfa7c Fixed broken unit tests - it assumed 100 chars. Now done properly. by Kenney Westerhof · 18 years ago
  98. 8eb09cc put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - by Brett Leslie Porter · 18 years ago
  99. 90bde8b use inheritence and make all the site appearances consistent by Brett Leslie Porter · 18 years ago
  100. 0a48c5f update all parents by Brett Leslie Porter · 18 years ago