1. c44fdf5 Bump commons-io:commons-io in /maven-javascript-plugin (#10) by dependabot[bot] · 11 months ago main
  2. 3cd4962 Merge pull request #9 from apache/dependabot/maven/maven-tagdoc-plugin/org.codehaus.plexus-plexus-utils-3.0.16 by Melloware · 3 years, 2 months ago
  3. f3093aa Bump plexus-utils from 1.0.5 to 3.0.16 in /maven-tagdoc-plugin by dependabot[bot] · 3 years, 2 months ago
  4. 9b64058 Merge pull request #8 from apache/dependabot/maven/maven-javascript-plugin/commons-io-commons-io-2.7 by Melloware · 3 years, 2 months ago
  5. 9153767 Bump commons-io from 1.0 to 2.7 in /maven-javascript-plugin by dependabot[bot] · 3 years, 2 months ago
  6. 13f0473 Merge pull request #6 from apache/dependabot/maven/maven-tagdoc-plugin/xerces-xercesImpl-2.12.2 by Melloware · 3 years, 2 months ago
  7. e8dd7e5 Merge pull request #7 from apache/dependabot/maven/maven-faces-plugin/xerces-xercesImpl-2.12.2 by Melloware · 3 years, 2 months ago
  8. 290f7b1 Bump xercesImpl from 2.6.2 to 2.12.2 in /maven-faces-plugin by dependabot[bot] · 3 years, 3 months ago
  9. 931b888 Bump xercesImpl from 2.6.2 to 2.12.2 in /maven-tagdoc-plugin by dependabot[bot] · 3 years, 3 months ago
  10. fd57a46 update myfaces parent to latest release by Dennis Kieselhorst · 8 years ago
  11. e785257 update scm URLs from svn to git by Dennis Kieselhorst · 8 years ago
  12. fad206c fixed ciManagement url by Dennis Kieselhorst · 8 years ago
  13. a4f742b add .gitignore by Dennis Kieselhorst · 8 years ago
  14. 4454c44 [Trinidad-2494] Switch plugin code to use generics by Blake Sullivan · 11 years ago
  15. 0d8f108 TRINIDAD-2483 -- fix other usages where getValue is passed null so that j2ee7 containers do not throw exceptions by Andrew Robinson · 11 years ago
  16. 8005982 Fixed some issues with RAT audits by Scott Bryan · 12 years ago
  17. 2e9b2b0 Fixed some issues with RAT audits by Scott Bryan · 12 years ago maven-plugin-parent-2.0.8
  18. 95673f8 [maven-release-plugin] prepare for next development iteration by Scott Bryan · 12 years ago
  19. 32eae77 [maven-release-plugin] copy for tag maven-plugin-parent-2.0.8 by Scott Bryan · 12 years ago
  20. d82e613 [maven-release-plugin] prepare release maven-plugin-parent-2.0.8 by Scott Bryan · 12 years ago
  21. 9a9f954 Changed SCM locations which was preventing release:prepare from functioning. by Scott Bryan · 12 years ago
  22. 37fbe85 Undo failure on release:prepare by Scott Bryan · 12 years ago
  23. 97bf0a7 [maven-release-plugin] prepare release maven-plugin-parent-2.0.8 by Scott Bryan · 12 years ago
  24. 3340365 Undo failure on release:prepare by Scott Bryan · 12 years ago
  25. 3736da1 Prepare the trinidad plugins for release. by Scott Bryan · 12 years ago
  26. d272f93 [maven-release-plugin] prepare release maven-plugin-parent-2.0.8 by Scott Bryan · 12 years ago
  27. b4b6106 Revert plugin version to 2.0.8-SNAPSHOT by Scott Bryan · 12 years ago
  28. 063ad87 TRINIDAD-2405 Allow numberConverter to specify roundingmode by Jeanne Waldman · 12 years ago
  29. 44f68f2 Add a 12.1.3.0.0 workspace/project for the jdev plugin. by Matthew Cooper · 12 years ago
  30. 4e86ade TRINIDAD-1892 - provide ability to generate the base classes of JSP tags so that custom sub-classes may be used to override functionality by Andrew Robinson · 12 years ago
  31. 57c2447 TRINIDAD-1892 - Add support for custom tag sub-classes of generated tag classes by Andrew Robinson · 12 years ago
  32. c9c1580 TRINIDAD-1892 - Add support for custom tag sub-classes of generated tag classes by Andrew Robinson · 12 years ago
  33. f08b958 Make a branch to work on JIRA TRINIDAD-1892 by Andrew Robinson · 12 years ago
  34. 332bc0d Commit the patch for TRINIDAD-2271 by Andrew Robinson · 13 years ago
  35. 557e2a1 Change to work with other xml parsers. The verison of Saxon we're using is erroneously automatically namespace aware. Other XML Parsers need this set in order to handle default elements for the purposes of our XInclude filter. by Scott Bryan · 13 years ago
  36. 268f6af Make PartialClasses public (though still with package private constructor) to work around a Java Introspection bug where when getMethod() is called on a public class for a public final method inherited from a package private superclass, the returned Method object refers to the package private superclass and thus blows up when invoked outside of that package. by Blake Sullivan · 13 years ago
  37. caecb4e Added support for specifying facelets-processing and application-extension by Max Starets · 13 years ago
  38. 585b150 TRINIDAD-2248 Change component templating scheme to generate superclasses of templated components rather than the templated components themselves by Blake Sullivan · 13 years ago
  39. 78d912c by Blake Sullivan · 13 years ago
  40. 897cf63 TRINIDAD-2212 JDev plugin could use some improvements by Matthew Cooper · 14 years ago
  41. 3b57e81 Add missing file from the patch for TRINIDAD-2205 provided by Jeremy Hull by Andrew Robinson · 14 years ago
  42. 36e66ab Applied patch for TRINIDAD-2205 thanks to Jeremy Hull by Andrew Robinson · 14 years ago
  43. 091e357 TRINIDAD-2200 - Allow non-fmd data in the global-metadata block. Also fixed the component metadata and property-metadata to recursively copy their nodes since there is no generic node matching by Andrew Robinson · 14 years ago
  44. dd8ee72 Trinidad plugin 2.0.x is now trunk. by Scott Bryan · 14 years ago
  45. 2b180ff Oops. restoring the branches. It was not supposed to be deleted. by Scott Bryan · 14 years ago
  46. 0345038 [maven-release-plugin] prepare for next development iteration by Scott Bryan · 14 years ago
  47. d796dda [maven-release-plugin] prepare release maven-plugin-parent-2.0.7 by Scott Bryan · 14 years ago
  48. 64c50fe TRINIDAD-2185 - Removed some unnecessary logging by Scott Bryan · 14 years ago
  49. 9e92f44 TRINIDAD-2137 Improve Trinidad component and tagdoc generation plugin to handle deprecated classes by Matthew Cooper · 14 years ago
  50. b910dc3 TRINIDAD-2137 Improve Trinidad component and tagdoc generation plugin to handle deprecated classes by Matthew Cooper · 14 years ago
  51. a084563 TRINIDAD-2183 - Added a 12.1.2.0.0 workspace. by Matthew Cooper · 14 years ago
  52. 7c3ec7b Added a 12.1.2.0.0 workspace. by Matthew Cooper · 14 years ago
  53. e2d707a TRINIDAD-2183 - Taking a stab at a 12.1.1.0.0 file format. by Matthew Cooper · 14 years ago
  54. 4a7847e Taking a stab at a 12.1.1.0.0 file format. by Matthew Cooper · 14 years ago
  55. 9a2ea78 Fix NullPointerException when using Maven 3.0.3: by Matthew Cooper · 14 years ago
  56. d33f6d1 TRINIDAD-2184 - Fix NullPointerException when using Maven 3.0.3: by Matthew Cooper · 14 years ago
  57. 9e17331 [maven-release-plugin] prepare for next development iteration by Scott Bryan · 14 years ago
  58. 542b234 [maven-release-plugin] prepare release maven-plugin-parent-2.0.6 by Scott Bryan · 14 years ago
  59. 25cd8e8 Revert null pointer check that was removed in revision 749515 (prior to branching); causes a NullPointerException. by Matthew Cooper · 14 years ago
  60. d48ec14 Revert null pointer check that was removed in revision 749515; causes a NullPointerException. by Matthew Cooper · 14 years ago
  61. e23c8b8 TRINIDAD-2094 support adding mutable information to property key in the trinidad tools by Gabrielle Crawford · 14 years ago
  62. bc1be47 TRINIDAD-2094 support adding mutable information to property key in the trinidad tools by Gabrielle Crawford · 14 years ago
  63. 8239df6 [maven-release-plugin] prepare for next development iteration by Scott Bryan · 14 years ago
  64. c69614d [maven-release-plugin] prepare release maven-plugin-parent-2.0.5 by Scott Bryan · 14 years ago
  65. e9bd0ea Touched the pom.xml file by Scott Bryan · 14 years ago
  66. 05e789d TRINIDAD-2068 - Trinidad's faces-config.xml should have metadata-complete=true by Max Starets · 14 years ago
  67. c3cdddb TRINIDAD-1789: maven-tagdoc-plugin POM fails on Maven 3 by Scott Bryan · 15 years ago
  68. 90abe75 Updated to the MyFaces Master POM 10 by Scott Bryan · 15 years ago
  69. e60cbc9 TRINIDAD-2042: Trinidad TagDoc report plugin does not allow mvn site:site target to run by Scott Bryan · 15 years ago
  70. db70477 some more POM clean up by Matthias Wessendorf · 15 years ago
  71. 0b397e5 naming changes... by Matthias Wessendorf · 15 years ago
  72. 0571def [maven-release-plugin] prepare for next development iteration by Matthias Wessendorf · 15 years ago
  73. 33ad1d0 [maven-release-plugin] prepare release maven-plugin-parent-1.2.13 by Matthias Wessendorf · 15 years ago
  74. 606a3c9 adding auto versioning by Matthias Wessendorf · 15 years ago
  75. 71a9257 pom clean-up to reflect ASF wide 'apache-release' profile by Matthias Wessendorf · 15 years ago
  76. 70e2a18 pom clean-up to reflect ASF wide 'apache-release' profile by Matthias Wessendorf · 15 years ago
  77. f8be4a3 [maven-release-plugin] prepare for next development iteration by Matthias Wessendorf · 15 years ago
  78. d49f49a [maven-release-plugin] prepare release maven-plugin-parent-2.0.4 by Matthias Wessendorf · 15 years ago
  79. 97c6bc8 adding auto versioning by Matthias Wessendorf · 15 years ago
  80. b2930bc TRINIDAD-2007 - change TLD namespace schemas by Matthias Wessendorf · 15 years ago
  81. 47e95d9 TRINIDAD-2007 - change TLD namespace schemas by Matthias Wessendorf · 15 years ago
  82. 51ce1f5 [maven-release-plugin] prepare for next development iteration by Matthias Wessendorf · 15 years ago
  83. 6dc2e4b [maven-release-plugin] prepare release maven-plugin-parent-2.0.3 by Matthias Wessendorf · 15 years ago
  84. c7245d2 removed one comment by Matthias Wessendorf · 15 years ago
  85. af35aa2 parent pom change by Matthias Wessendorf · 15 years ago
  86. c00c0ee some update on the parent pom by Matthias Wessendorf · 15 years ago
  87. 76b8570 Merge of TRINIDAD-1945 and TRINIDAD-1946 by Andrew Robinson · 15 years ago
  88. 8fc5d05 TRINIDAD-1946 - support the JSR-276 hidden property by Andrew Robinson · 15 years ago
  89. 01a5b6c TRINIDAD-1945 - Add the ability to override properties and not have errors in the JSP tags or components due to overridding final methods by Andrew Robinson · 15 years ago
  90. 1dac0e2 updated version... by Matthias Wessendorf · 15 years ago
  91. 12c7d06 [maven-release-plugin] prepare for next development iteration by Matthias Wessendorf · 15 years ago
  92. c204a3d [maven-release-plugin] prepare release maven-plugin-parent-2.0.2 by Matthias Wessendorf · 15 years ago
  93. b5b21ee tmp master pom change.... by Matthias Wessendorf · 15 years ago
  94. c9b9a38 removing a TODO by Matthias Wessendorf · 15 years ago
  95. 6978818 TRINIDAD-1898 by Matthias Wessendorf · 15 years ago
  96. 8d30638 reverting REV: 991591, adding generics by Matthias Wessendorf · 15 years ago
  97. 7b83d0d revert ReduceJS change from rev 991591. by Matthias Wessendorf · 15 years ago
  98. acdc115 TRINIDAD-1898 - Stop using the TagSupport convenience class by Matthias Wessendorf · 15 years ago
  99. cbf1ff1 pom update by Matthias Wessendorf · 15 years ago
  100. 1a34357 pom update by Matthias Wessendorf · 15 years ago