1. b4142e5 Remove the assembly configuration from the pom because the source assembly is now inherited from the maven parent pom. by Paul Gier · 14 years ago
  2. 3b1bc86 Add a simple readme file to describe how to build the Maven Ant tasks and run the tests. by Paul Gier · 14 years ago
  3. 4055280 Updating site documentation. by Paul Gier · 14 years ago
  4. 63833f5 Update Maven parent and assembly plugin and invoker plugin. by Paul Gier · 14 years ago
  5. 1e784fc [MANTTASKS-164] Minor improvement to site docs. by Paul Gier · 14 years ago
  6. 598f53d Remove unused imports, fix warnings. by Paul Gier · 14 years ago
  7. c4b0961 [MANTTASKS-151] Allow a jar with classifier to be deployed without a main project jar. by Paul Gier · 14 years ago
  8. 9d66d1b Rename test build from sample.build.xml to build-tests.xml. by Paul Gier · 14 years ago
  9. 04900e8 Move basic test pom into the test directory. by Paul Gier · 14 years ago
  10. 1b0d011 [MANTTASKS-4] Fix path when dependencies have system scope. Always create a fileset ref for each artifact and deprecate option addArtifactFileSetRefs. by Paul Gier · 14 years ago
  11. 3efa2eb Update to ant 1.6.5. by Paul Gier · 14 years ago
  12. 51f19c1 Adding some comments and minor refactoring. by Paul Gier · 14 years ago
  13. 7276604 Fix type in site docs. by Paul Gier · 14 years ago
  14. e02482a [MANTTASKS-169] Deprecate the verbose option in the dependencies task in favor of using standard Ant verbose output. by Paul Gier · 14 years ago
  15. 7cd96a0 Minor error handling improvement. by Paul Gier · 14 years ago
  16. ce92d6b [MANTTASKS-168] Updates to site docs. by Paul Gier · 14 years ago
  17. 333ba1b [MANTTASKS-168] Add new task to write a pom to a file. by Paul Gier · 14 years ago
  18. 3d1074b Update maven components to 2.2.1. by Paul Gier · 14 years ago
  19. e9d765f Minor improvements to comments. by Paul Gier · 14 years ago
  20. 00bc01c [MANTTASKS-167] Add the versions property to the generated ant build file. by Paul Gier · 14 years ago
  21. f65e65e o Updated to maven-invoker-plugin:1.4 by Benjamin Bentmann · 15 years ago
  22. bb3e705 [MANTTASKS-159] Wrong credentials used for mirrored repositories by Benjamin Bentmann · 15 years ago
  23. ee8c89b [MANTTASKS-160] Wrong metadata files created for mirrored remote repositories by Benjamin Bentmann · 15 years ago
  24. 601f911 o Simplified code by Benjamin Bentmann · 15 years ago
  25. 6e87f39 [MANTTASKS-141] Using expressions in a mirrorOf element brakes the downloading of depencies by Benjamin Bentmann · 15 years ago
  26. edbbad2 Add an echo message about where dependency paths are loaded from. by Paul Gier · 15 years ago
  27. 00a313c List classifier as a valid dependency attribute in the site docs. by Paul Gier · 15 years ago
  28. 23879a6 [MANTTASKS-156] Add documentation and do some minor refactoring. by Paul Gier · 15 years ago
  29. 798bd3e [MANTTASKS-156] First attempt at caching the list of dependencies in an ant build file. by Paul Gier · 15 years ago
  30. 29c5f18 Update to maven 2.2.0 by Paul Gier · 15 years ago
  31. 38c7444 Update wagon version. by Paul Gier · 15 years ago
  32. 36a5714 Update to use plexus-interpolation and fix deprecation warnings. by Paul Gier · 15 years ago
  33. 0aaaff0 Improve variable name. by Paul Gier · 15 years ago
  34. 43e09ec MANTTASKS-141: Using expressions in a mirrorOf element brakes the downloading of depencies by Jason van Zyl · 15 years ago
  35. 7715c03 [MANTTASKS-155] Make sure project reference is set for all Filesets. by Paul Gier · 15 years ago
  36. 6aea90c [MANTTASKS-152] Add local repository when using mvn task. by Paul Gier · 15 years ago
  37. ff495a4 [MANTTASKS-153] Allow properties to be passed from Ant to a Maven POM. by Paul Gier · 15 years ago
  38. a2b3d14 Update project version. by Paul Gier · 15 years ago
  39. f652325 Replace ant tasks trunk with branch 2.0.x by Paul Gier · 15 years ago
  40. d13439c [maven-release-plugin] prepare for next development iteration by Paul Gier · 15 years ago maven-ant-tasks-2.0.x
  41. d8f745b [maven-release-plugin] prepare release maven-ant-tasks-2.0.10 by Paul Gier · 15 years ago
  42. 3ce1ccd Add license and readme to the src assembly. by Paul Gier · 15 years ago
  43. 2568cea Updates to source assembly based on Benjamin's suggestions. by Paul Gier · 15 years ago
  44. a89ee93 [MANTTASKS-150] Add option for adding fileset references for individual resolved artifacts. by Paul Gier · 15 years ago
  45. bf0c09c Add configuration for creating the src dist files during a realease. by Paul Gier · 15 years ago
  46. 4299f70 Switch version back to 2.0.10-SNAPSHOT by Paul Gier · 15 years ago
  47. 9b1d956 [maven-release-plugin] prepare for next development iteration by Paul Gier · 15 years ago
  48. 0993c50 [maven-release-plugin] prepare release maven-ant-tasks-2.0.10 by Paul Gier · 15 years ago
  49. 5febc36 added accent on my name now that maven-site-plugin correctly handles encoding :) by Herve Boutemy · 15 years ago
  50. 1710242 fixed typos by Herve Boutemy · 15 years ago
  51. d7788e6 Switch release plugin version back to default from parent by Paul Gier · 15 years ago
  52. d69353b Try 2.0-beta-8 of release plugin by Paul Gier · 15 years ago
  53. bf444ef Use plugin management from parent pom by Paul Gier · 15 years ago
  54. a496514 [maven-release-plugin] rollback the release of maven-ant-tasks-2.0.10 by Paul Gier · 15 years ago
  55. cabf2b9 [maven-release-plugin] prepare release maven-ant-tasks-2.0.10 by Paul Gier · 15 years ago
  56. d0bea52 Minor site improvements and update release notes for 2.0.10 by Paul Gier · 15 years ago
  57. 0e791af [MANTTASKS-149] Allow type filter to accept multiple types. by Paul Gier · 15 years ago
  58. 6c3201f Improve documentation about type filtering the dependencies task. by Paul Gier · 15 years ago
  59. cdf98f0 Make sure that profileManager is always initialized before it is used. by Paul Gier · 15 years ago
  60. cc448a0 o Fix typos. by Dennis Lundberg · 15 years ago
  61. 1006835 [MANTTASKS-147] Some minor formatting changes. by Paul Gier · 15 years ago
  62. ef8631f [MANTTASKS-147] Preserve original behaviour of useScope and add new scope option. by Paul Gier · 15 years ago
  63. a1b5c5a [MANTTASKS-147] Make scope filtering more intuitive for ant users. by Paul Gier · 15 years ago
  64. e90eb90 [MANTTASKS-71] Add mvn task that can be used to call a maven build. Also add documentation for using the java task to call maven. by Paul Gier · 15 years ago
  65. c183842 [MANTTASKS-144] settings file should be ignored if it doesn't exist. by Paul Gier · 15 years ago
  66. 4cb3853 [MANTTASKS-146] Split content of usage page into a few examples pages. Other general site updates. by Paul Gier · 15 years ago
  67. 3f6858e [MANTTASKS-146] Update parent pom version, remove unnecessary site config. by Paul Gier · 15 years ago
  68. 05a7e3d [MANTTASKS-106] Change relocation shade pattern to avoid conflicts with other projects. Improve the IT for calling ant from maven. by Paul Gier · 15 years ago
  69. f3e216e Some improvements to the site docs. by Paul Gier · 15 years ago
  70. 614b30d Remove unused import and reorganize pom dependencies. by Paul Gier · 15 years ago
  71. 49ade7c [MANTTASKS-142] A couple improvements to default remote repository id suggested by Benjamin. by Paul Gier · 15 years ago
  72. 3be76b0 [MANTTASKS-142] Improve default remote repository id. by Paul Gier · 15 years ago
  73. fdc3ad5 [MANTTASKS-87] Copy each repository defined in the ant tag to a profile to be used by the maven project builder. by Paul Gier · 15 years ago
  74. 4c791ec o Added IDE files to svn:ignore by Benjamin Bentmann · 15 years ago
  75. 6938275 [MANTTASKS-142] improved unit-test for MANTTASKS-103 to better show that repo id is transformed to 'remote' (instead of remote repo url) by Herve Boutemy · 15 years ago
  76. 45c5dfa o added internal links to improve navigation by Herve Boutemy · 15 years ago
  77. cef2981 [MANTTASKS-106] Remove relocations from shade plugin configuration. This seems to resolve classloading issues when running the ant tasks inside the antrun plugin. Add IT for checking that this works. by Paul Gier · 15 years ago
  78. 7932515 improved profile documentation by Herve Boutemy · 15 years ago
  79. ddbd851 Add some info to the ant tests. by Paul Gier · 15 years ago
  80. 4c77a01 restored JDK 1.4 compatibility (Boolean.parseBoolean() Java5 only) by Herve Boutemy · 15 years ago
  81. 1148616 [MANTTASKS-35] Add tests for profiles. by Paul Gier · 15 years ago
  82. 107c852 [MANTTASKS-35] Add tests for profiles. by Paul Gier · 15 years ago
  83. 36cd910 [MANTTASKS-35] Support profiles in the Pom element. Modified patch from Pete Muir. by Paul Gier · 15 years ago
  84. c052420 [MANTTASKS-35] Support profiles in the Pom element. Modified patch from Pete Muir. by Paul Gier · 15 years ago
  85. 9c5cecc Get the ant tasks building. by Paul Gier · 15 years ago
  86. f4844f8 [MANTTASKS-145] Include dependency management when resolving dependencies. by Paul Gier · 15 years ago
  87. 9a8cd7b [MANTTASKS-145] Include dependency management when resolving dependencies. by Paul Gier · 15 years ago
  88. 95f0fc9 used http://maven.apache.org/xsd/* for schema location by Herve Boutemy · 15 years ago
  89. e12952e o Inherited from maven-parent:11 by Benjamin Bentmann · 15 years ago
  90. f7e578c reordered pom to follow our convention by Herve Boutemy · 15 years ago
  91. 1d09944 upgraded Maven dependency to 2.0.10 by Herve Boutemy · 15 years ago
  92. 3d5fe7b [MANTTASKS-114] added a FAQ by Herve Boutemy · 15 years ago
  93. 1c7a9f5 o fixed license header o using latest parent o ordering pom by Vincent Siveton · 15 years ago
  94. 7c21994 o fixed settings XSD due to r726420 (merged from r726448 in trunk) by Herve Boutemy · 15 years ago
  95. 42a598e o fixed settings XSD due to r726420 by Vincent Siveton · 15 years ago
  96. 405a675 o update to the released parent by Jason van Zyl · 15 years ago
  97. f0da4ac [MANTTASKS-111] updated install/deploy documentation to show that release and -SNAPSHOT versions are supported by Herve Boutemy · 16 years ago
  98. e841690 updated dependencies to same version as Maven 2.0.10-SNAPSHOT by Herve Boutemy · 16 years ago
  99. 473b987 improved the "Reference" menu item by Herve Boutemy · 16 years ago
  100. aa255bd added 2.0.6 release notes by Herve Boutemy · 16 years ago