You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/03 17:41:45 UTC

[maven-site-plugin] annotated tag maven-site-plugin-3.0-beta-1 created (now 008ad1e)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to annotated tag maven-site-plugin-3.0-beta-1
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


      at 008ad1e  (tag)
 tagging 92f4b2cd6707d356aa19d94002c13c41bdd9518d (commit)
      by Olivier Lamy
      on Sat Aug 7 19:36:02 2010 +0000

- Log -----------------------------------------------------------------
maven-site-plugin-3.0-beta-1
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 66f483a  Initial revision
     new 387d511  remove unnecessary maven-core dependencies
     new 5cc9b9b  Initial version of reporting integration
     new 7dc8a8b  set correct parent, update wagon dependencies so it doesnt break the deploy plugin when used
     new b8e6d73  fix compile error
     new 4cf93de  o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building) o Converted all "core" plugins (including maven-core-it-plugin) to use field-level annotations o Removed generation of parameter descriptors for ${/#component.* param specifications. o Added @readonly for parameters that cannot be overridden by user configuration (List override was dangerous here) o Added validation against pom-derived configuration for @readonly para [...]
     new 7a52a27  o check if plugin version is defined o refactor the report execution, it use only the MavenReportConfiguration o obtain reports list via reportManager.getReports
     new 1183124  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     new b1b763e  Add missing import
     new 7fa015c  Initial version of site generation with repots.
     new c3b4496  Remove System.out
     new 9690db8  add copyright
     new da9c6ea  Add some info traces.
     new d5dafb7  propogate exception
     new 06706c7  Generate reports links in menu
     new 474b32c  Report generate directly xhtml file
     new 00d8ef6  o Fix html generation o Categorize reports in "Project Info" and "Project Reports" o Generate overview page for "Project Info" and "Project Reports" pages
     new 07f6720  unifyf generated site directory, add default site descriptor
     new 59411a2  set the site deployment to the live environment, and use the wagon manager to get the authentication credentials
     new 9579cd9  set consistent versions
     new 7883698  update to released versions
     new d7fc90b  use released versions
     new a5e374b  bump versions
     new cb2487a  o let people know when the project name and url aren't set
     new b03aa7c  o clean import o Use MavenProject instead of Model for obtain more informations
     new 88e49a4  Use new reporting-api dependency
     new 20e1987  Clean imports
     new 22334b3  Upgrade doxia version
     new 6d76ce9  Flush and close always sink.
     new 28424f1  o page for emm to look at
     new a1a6571  git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-site-plugin@178538 13f79535-47bb-0310-9956-ffa450edef68
     new 47ac6c8  use resources directory instead
     new ddcc9d7  Use plexus-site-renderer for generate site with velocity templates.
     new ca53ab9  Remove unused file
     new e4097fc  o Extends AbstractReport to AbstractMojo => we need now to create only one class for a report and a mojo o Start implementation of internationalization
     new fb8f072  o tidy up the site template o set the classloader used where the template will be found
     new 6954405  o Fix copy of resources directory for exclude all "default" files o Fix xhtml for conformance with standard
     new 3bee992  Remove unused code.
     new 6d33d8e  Allow user to change the template
     new be66779  Update template, we now the site descriptor parsing in it for more flexibility
     new f608206  i18n template
     new 3c4982a  o Internationalize site plugin generation. o Add french translation
     new 1917b9c  only copy directory if it exists
     new 628a9c8  PR: MNG-366 reverse the reference. DoxiaMojo depends on maven-core instead of maven-core depending on the reporting api + doxia
     new e232d11  remove old cvs ignore files
     new fc1ffd2  update parent references to get access to the ci settings
     new 953753e  Working on issue: MNG-379 Added specified stop-gap patch for issue: MNG-473 (affects settings-builder and registry-builder)
     new 7483882  Resolving issue: MNG-379
     new 5d6c7da  Working on issue: MNG-469
     new f8448f8  PR: MNG-476 guarantee comands are executed in order
     new f88ee4f  Changing <reporter/> to <plugin/> in the reporting section.
     new d6838d8  add deprecation message
     new 61c3ebd  PR: MNG-469 configure reports according to spec: - <reporting> section affects reports run through site and standalone - <build> section affects reports run standalone and overrides anything already in <reporting> - command line parameters rule all
     new c910f1c  PR: MNG-469
     new 0ef075a  PR: MNG-471, MNG-489 - refactor project out of MavenSession so that it can be cloned - refactor lifecycle construction out so we can clone the existing one and pass it into a new execution - only resolve plugins that are executed (MNG-489)
     new 1de321f  Rename for correct use with i18n.
     new 9e0145e  Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot.
     new d422b67  Resolving: MNG-495
     new c0bf5d1  put the site mojo back how it was. deployment was silently failing
     new 46d24b2  [MNG-515]. Each language can have their own site descriptor (site.xml for default language, site_fr.xml for french menu) Each i18n site must be under site directory: src   site     apt <= default language     xdoc     fr       apt <= french content       xdoc
     new 84560c2  Update all versions to beta-1-SNAPSHOT
     new 36d4cb0  Add a check on objects return by DefaultPluginManager.getReports for MNG-530
     new e1b40db  Fix path to remote zip file
     new c4abe0a  [MNG-546]. copy resources in the correct order
     new 5f6a1c1  Working on: MNG-377
     new 67ec228  Take care about generatedSiteDirectory var
     new 28b4727  MNG-582: generate an index.html
     new 95b04ab  Added test cases
     new e3495b3  MNG-584 and MNG-585: updated the Velocity template and added test case
     new 0a0ba63  Fix svn properties
     new 8b88296  Updated Test case for MNG-584 and MNG-585 issues.
     new 7b15955  Beautified Velocity template
     new c10559b  Removed \U000C character in .apt files
     new 88c4442  Upgraded to plexus-site-renderer-1.0-alpha-2 and corrected a NPE
     new 14c2634  Correct typo and code format
     new cefe2be  refactor duplicate code
     new c394721  PR: MNG-366 separate api from implementation keeping most of doxia, reporting and other libraries out of the core
     new b596c9d  PR: MNG-530 don't attempt to configure non-report mojos during reporting
     new ab4b1a2  PR: MNG-596 add XSD definition to m2 poms and archetypes
     new dd13b22  Working on MNG-607
     new df3df4b  MNG-588: Throw an exception if two index files already exist
     new 8a1e49b  MNG-599: Using the organization name and the inception year in the Velocity template
     new c251718  Allow the creation of external reports. html files are now generated only by external reports and not by doxia mojo
     new c57ca87  Refactor the maven-site.vm: added a macro to handle the copyright
     new 9601e51  Throw an exception if files in the site directory or in the generated site directory are duplicates
     new 309f129  MNG-661: added link between parent project and modules
     new 782d108  o Fixing DoxiaMojo (there was an API incompatibility there, having to do with FileUtils...not sure if there is something that didn't get deployed, or what)
     new e36da3c  clean up code a little before attempting a bugfix
     new 3c6c43b  - disable parent copying for now, it's broken (infinite loop) - fix detection of files to correct two bugs: site.xml was incorrectly detected as a dupe of site.apt and identical filenames in different paths were incorrectly marked as dupes
     new 89c250e  o Put all m2 core dependencies (plexus-container-default and plexus-utils)   under dependencyManagement of m2 and maven-plugins, and removed   versions in all poms having either as a parent.   Used version 1.0.2-SNAPSHOT for plexus-utils as that was used in maven-core   and is not overridable.
     new 1056716  Rolling back to still allow exception on duplicate files and some small improvements.
     new 580dbbe  rollback last set of changes, and fix the bug in the existing revision by storing the filenames in a list rather than the identical keys in a set
     new cc87e95  Put plexus-utils dependency
     new c525fb1  MNG-722: added a new outputEncoding parameter in the DoxiaMojo class. Updated the maven-site.vm
     new 92eb17f  MNG-722: Applied changes proposed by Incze Lajos, ie using OutputStreamWriter(FileOutputStream(...), outputEncoding) instead of FileWriter(...). Added also the outputEncoding parameter in the default-site.xml.
     new bd8bac9  o Throwing an exception if the procotol isn't 'scp' as that's the only protocol   this provider currently supports.
     new 48eb55f  PR: MNG-479 workaround for failed unzipping of site. proper fix will require WAGONSSH-5 to be fixed.
     new 263b558  PR: MNG-729 fix artifact handler instantiation when the plugin extension is declared in a project that uses that packaging itself
     new 133831a  Added a test in the banner macro to remove Velocity error (RHS of #set statement is null. Context will not be modified....)
     new ae097b0  Cleaning up the code a bit: replace static array of all reports file name generated by Maven by a list (more dynamic); the first token in the locales variable is the default locale (set in the VM); create createDuplicateExceptionMsg() to handle the exception msg when some files are duplicated; move code to generate reports in a new method called generateReportsPages(); improve logging.
     new f98af2e  MNG-560: Added initLocalesList() and codeToLocale() methods to honnor correctly locales parameter; Added how to documentation to contribute a new translation; Added a test project
     new 6d51f00  reorganise but leave commented out
     new d591d2a  use component release
     new fb899fa  update dependency and parent versions
     new c338764  [maven-release-plugin] prepare release maven-site-2.0-beta-1
     new 56ba466  [maven-release-plugin] prepare for next development iteration
     new 73bcbf9  PR: MNG-911 Submitted by: Daniel Schömer Reviewed by:  Brett Porter don't scan hidden files/directories applied with modifications: also added .arch-ids to the default excludes
     new 7fdef1c  clean up site plugin, optimize descriptor creation
     new 0337a03  o store temp file in temp directory, not target which may not exist o error out if site doesn't exist to copy. o clean up
     new 762c096  more cleanup of site plugin
     new 14182f7  ignore release.properties and more
     new f78826e  PR: MNG-629 preparing for executing the lifecycle by passing reports into the site plugin, rather than extracting them from the plugin manager
     new f076cb5  PR: MNG-902 Submitted by: Allan Ramirez Reviewed by:  Brett Porter documentation for the site plugin
     new 1b3d332  PR: MNG-856 Submitted by: Allan Ramirez Reviewed by:  Brett Porter site plugin documentation
     new f84bd69  take out ASF as a default, we can't copyright content
     new e2d9d2f  For MNG-706, the generatedSiteDirectory should be processed at the end; Updated documentation.
     new d47fa4c  lining up versions. still use beta-1 where appropriate
     new e9ae18e  [maven-release-plugin] prepare release maven-site-plugin-2.0-beta-2
     new f016177  [maven-release-plugin] prepare for next development iteration
     new c4b29e3  PR: MNG-484 Submitted by: Binyan Reviewed by:  Brett Porter add file:// deployment mechanism to site:deploy
     new 70302f1  rename packages and mojos class names
     new c413fab  PR: MNG-912 Submitted by: Binyan Reviewed by:  Brett Porter avoid "duplicate files" checking during site generation for resources
     new 2595871  remove deprecated css/images directories in site plugin
     new 937300b  ignore target
     new f21846b  use base theme, add classic
     new 676cc62  MNG-1095: handle locale images in the maven-site.vm
     new 718a087  PR: MNG-1034 Submitted by: Johnny R. Ruiz III Reviewed by:  Brett Porter switch plugins to use the outputDirectory field of <reporting>
     new ee49298  PR: MNG-690 Submitted by: Bob Allison Reviewed by:  Brett Porter Make text in <code></code> appear the same size as the rest of the text
     new 58a3690  fix print css
     new 84a26fe  Documentation: removed duplicates from howto
     new d00e015  remove invalid info about the site plugin.
     new 9fbfd41  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has changed, so add a bunch of exclusions to ensure the old is not picked up fix bugs in mboot that wasn't honoring excludes.
     new 67bf14c  PR: MNG-962 unify defaults excludes
     new 2805505  set necessary prereqs and exclusions
     new 4d5ee86  more exclusions
     new 8355e7a  PR: MNG-484 allow using any directory copy enabled wagon for site
     new 2f0fe4e  PR: MNG-945 do not display reports that should not be generated in the navigation
     new 0478324  sort reports alphabetically
     new 0f7ee59  compilation fix
     new a05421b  change component tags
     new 0c71e5b  use consistent version of wagon
     new cb31630  clean up MavenReportException uses
     new 307e50e  updated for new plexus-velocity
     new ab65dbf  update versions in plugins
     new 44a49b8  PR: MNG-1185 Submitted by: Johnny R. Ruiz III align parameter name with site generation plugin to avoid conflict
     new c1c5392  PR: MNG-1030 Submitted by: Edwin Punzalan fix indentation of nav items
     new cd0a792  update snapshot
     new 4054f23  [maven-release-plugin] prepare release maven-site-plugin-2.0-beta-3
     new 2100c01  [maven-release-plugin] prepare for next development iteration
     new 76d802d  the canGenerateReport() has just been added to MavenReport: calling it from the site plugin makes all the plugins compiled with an earlier version fail with an AbstractMethodError. This is intended as a temporary patch to keep the site plugin compatible with existing reports.
     new 248ad94  [maven-release-plugin] prepare release maven-site-plugin-2.0-beta-4
     new bf78aa1  [maven-release-plugin] prepare for next development iteration
     new 1927b1c  MNG-1216, MNG-1239: Add a default bundle (safety) for assembly-plugin, pmd-plugin, clover-plugin, site-plugin
     new 3289b4a  MNG-1216: Move code part to sort projectInfos and projectReports with the default locale setted
     new 15b12ee  Update doxia for support docbook documents
     new f28e338  Submitted by: Naoki Nose Reviewed by:  Vincent Siveton Providing Japanese support. Updated documentation. http://mail-archives.apache.org/mod_mbox/maven-dev/200510.mbox/%3c4359F188.4030609@mail.goo.ne.jp%3e
     new 185ed99  Corrected a regression bug due to MNG-1216 ie Locale.ENGLISH is the default language for bundles. Reallowed the following configuration <locales>en,...</locales> by correcting initLocalesList() method.
     new c284715  ignore
     new cc29d43  remove unused code
     new f4fd898  PR: MNG-765 Submitted by: Allan Ramirez render docs in the ./xdocs directory for m1 compatibility
     new 349defe  update instructions for translators
     new 7d07515  Replaced UTF-8 by outputEncoding variable
     new ddf3ab0  PR: MNG-1382("duplicate files" exception) Update defaultExcludes depending locales and defaultLocale
     new de7b548  MNG-1400: German translation Original submission by Michael Wechner Reviewed and completed by Lukas Theussl
     new 4b0a7e4  PR: MNG-990 Submitted by Johnny R. Ruiz III Add basic positional configuration
     new 92068be  move plugins
     new e1765d3  Set correct subversion properties
     new 5bea388  add ability to add additional items to <head>
     new 2f43c64  fix head output
     new b5663af  remove warning
     new 4074244  PR: MNG-1360 Submitted by: Piotr Bzdyl Reviewed by: Vincent Siveton Added Polish bundles
     new 023fc28  Updated documentation and links.
     new 63bc062  avoid "RHS of #set statement is null" log when site descriptor is not defined
     new 7259169  PR # MNG-986
     new 13a95f1  revert change that stopped correct headers being set
     new b2dcf04  PR: MNG-1687 Submitted by: Dennis Lundberg Reviewed by: Vincent Siveton
     new 4ae4ca6  PR: MNG-1736 Submitted by: Yann Le Du Reviewed by: Vincent Siveton
     new 8e16a7e  PR: MNG-1738 Submitted by: Yann Le Du Reviewed by: Vincent Siveton
     new e99fc14  PR: MNG-1555 Custom velocity template error: unable to find resource 'maven.vm' in any class loader
     new 5198a92  PR: MNG-661 Submitted by: John Allen Reviewed by: Vincent Siveton In parent site, automatically create link to modules sites and vice-versa
     new 938f4c8  PR: MNG-983 Add staging site capabilities
     new 8c86a4f  PR: MNG-1706 Site doesn't display the Last Published: in the top left
     new 2fac20f  attach site descriptor during install
     new a126219  fix escaping oh <head> element
     new b0f0ea4  - move doxia's site renderer to a model for the decoration, while retaining the <custom> element to allow arbitrary extension that can be used from the velocity template. - simplify various parts of the API - add inheritance of the site descriptor from a file based source
     new 35c4566  resolve the site descriptor from the remote repository if necessary
     new a7908c0  PR: MSITE-44 resolve paths in the decoration model relative to different base URLs and add unit tests for inheritence
     new a7306fb  PR: MSITE-44 remove addModules - no need for it any more
     new 61209c2  PR: MSITE-59 populate the parent project
     new 27474ba  Prevent null pointer exception when parent url is not defined
     new ed4afc0  implement skinning PR: MSITE-48
     new 88c4047  Submitted by: Lucio Benfante
     new 4016014  ensure doctype is at the top
     new b59fef5  PR: MSITE-48 exclude META-INF from generated site, and use template if present in the skin
     new 8fa5635  add version element to decoration model for controlling position
     new 4fb5f45  setting window title
     new 24502da  fix link for current page
     new ddb058d  add modules without the reactor
     new 26e7aea  working towards 2.0
     new 3cdc748  [MSITE-65] Populate ${parentProject} at the right point
     new 60c10cf  [MSITE-62] improve relative path discovery and apply to whole descriptor
     new 18fdd11  [MSITE-62] fix timing of resolution
     new c339331  [MSITE-51] Add breadcrumbs
     new a9e0faf  Add missing property Submitted by: Lucio Benfante
     new c22ca78  PR: MPIR-12 Submitted by: Mark Donszelmann Dutch site translation
     new 6f7aa5d  Fixed NPE when pom.xml doesn't define a project <url>.
     new 8bdad17  upgrade after release
     new 16c4fb0  don't throw exception when there is no URL
     new 6559b6a  don't highlight items that have no link
     new 15947d4  PR: MSITE-75 Submitted by: Domingos Creado Reviewed by:  Vincent Siveton Added also the Apache license
     new f33f6af  PR: MSITE-19 Submitted by: Naoki Nose Reviewed by:  Vincent Siveton
     new e4a6994  Updated documentation
     new 5af4561  [MSITE-19] add Chinese simplified transation Submitted by: Yue Ni
     new 3d2d01f  PR: MSITE-96: SiteMojo generate an unclosed <div class="section"> tag.
     new 461fb4c  Set svn properties
     new 1434fa5  [MPSITE-49] Add spanish translation Submitted By: Arturo Vazquez
     new 23bd45d  adjust parent POMs
     new 0b94471  remove duplicate entries
     new 48f95e7  [MSITE-74]: Suport proxy
     new e74be88  [MSITE-102] Use latest plexus-utils
     new de40e63  Add explicitly default excludes list until maven use plexus-utils-1.2
     new 0118f33  merge from site-refactor refactoring branch, r384789:385828
     new 9f613bd  fix NPE
     new d27ec34  doc requirement for site:stage
     new db7c33b  [MSITE-109] process FML files in the legacy xdocDirectory
     new 34f4437  [MSITE-40] Don't regenerate docs that are unchanged Submitted by: Jesse McConnell
     new b688c7d  [MSITE-98] allow files to be excluded form site generation Submitted by: Jesse McConnell
     new d587b0c  [MSITE-72, MSITE-110] improve module parameter location, fix parent interpolation in the reactor due to a Maven bug, and improve relative path calculation Submitted by: John Allen
     new 329c086  [MSITE-111] fix Japanese i18n file Submitted by: Takayoshi Kimura
     new 06ef2d5  make site:run an aggregator
     new caa79f3  [MSITE-71] use the project builder to read the parent project from reactor, relative path, repository (in that order) to find an interpolated parent URL
     new a0ec159  [MSITE-23] use correct parent project in site:stage
     new 0f8eb55  allow site stage to have parent's outside of the execution root
     new c87fd03  [MSITE-91] use siteDirectory to resolve site descriptor Submitted by: Johann Reyes
     new d0eba3f  [MSITE-104] accept different input encodings Submitted by: Trustin Lee
     new d9cddb9  simplify
     new 54f25bc  [MSITE-86] fix link rendering when URL is null
     new b2daa02  [MSITE-40] always overwrite reports
     new 82bb9b8  [MSITE-24] quick fix for making deployed website group writable
     new 93b3ffd  Changing the chmod command to use -Rf rather than just -R.
     new 495ea1e  replace parent element name
     new cfeb6cc  o [MSITE-115] set a default staging directory for conveneice and for Mike Perham so he can see the latest assembly doco!
     new a835e27  match correct reactor project by group and version, not just artifact ID (which also would cause infinite recursion if the parent had the same artifact id but different group ID, such as Apache Directory's MINA).
     new 1daab8e  can't look for relative file if the parent is already from the repository
     new 7c746e4  improve performance of parent resolution
     new d4b3dd2  Reverted commit for MSITE-91.
     new b9b806c  Addendum to previous commit: i forgot to mvn clean before testing.
     new d0275b1  PR: MSITE-116
     new 0c7d615  remove empty dir
     new 25069d1  remove release.properties from ignores
     new 1451c13  formatting
     new 8e58521  [MSITE-113] correct behaviour of generated-site both under site:site and site:run
     new f4f7cd5  [MSITE-115] split into stage and stage-deploy to make deployment optional
     new ae0c45c  fix copyright
     new d4f6e99  [MSITE-127] allow 'welcome file' substitute, so that http://localhost:8080/ works
     new dda5cb6  some small fixes to site run
     new 33702bb  [MSITE-61, MSITE-73] inheritence clean up and populate modules/parent on deployment. Add docs
     new 319d85a  [maven-release-plugin] prepare release maven-site-plugin-2.0-beta-5
     new cdd8d41  [maven-release-plugin] prepare for next development iteration
     new d1820f1  remove duplicate
     new 6c21e92  [MSITE-25] site deploy ignores server configuration in settings.xml Submitted by: Petter L. H. Eide
     new f55da15  Bump version to 2.0
     new edc0fe6  Add the location where a custom velocity template should be stored
     new 0bae3df  PR: MSITE-149
     new 4486881  PR: MSITE-154
     new 31d8b01  Fixing MNG-2418: Norwegian translation for maven-site-plugin. Created by Hermor Opstvedt. Takk!
     new 0d56697  o Upgrading to the latest Doxia version.
     new 1d2417f  PR: MSITE-158
     new 8be6e92  MNG-2460: Incorrect POM inheritance for plugins
     new f4dd59c  Updated site.xml
     new b5ad20a  Updated site.xml
     new e83c920  o Add a bit about the id that is used when deploying a staged site.
     new cd7103a  Updated the plugin docs.
     new 18cdddc  [MSITE-137] The 'name' element does not work for a menu that references modules. o The preset menus parent and modules now acknowledge the name attribute in the same way as reports do.
     new a8063c3  MSITE-173: site:run Error from jetty while generating code
     new 59d05c7  Fix file permissions when deploying sites on accounts that have umask 077
     new 0b7861f  Add project Id to the 'NO_PROJECT_URL_SET' value so the project missing the <url> can be identified
     new 65b925e  PR: 2410
     new c29c44a  [MNG-2311] site plugin i18n HU Submitted by: Laszlo Hornyak Kocka
     new 1c3586f  [MSITE-175] Log message shows wrong port number for site:run. Submitted by: Wendy Smoak
     new cf5efe1  MSITE-138: site:stage does not create xref
     new 9ce222a  MSITE-114: "Frenglish" project info reports with site:run
     new 37a6735  update all parents
     new 24ce8c9  because of api changes, it currently requires Maven 2.1 which will need to be corrected
     new d01e741  use inheritence and make all the site appearances consistent
     new 2b07d97  PR: MSITE-185
     new 3ebbda9  document a little more for now
     new 853abfb  o Fix typo in a warning message.
     new 26f9e8f  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
     new 36c0df6  o Set EOL style to native.
     new 9de5b51  o Remove "end of xml comment" that was left behind by mistake.
     new 73e9c3e  [MSITE-133] Fix documentation of skinning: <groupId> seems to be "org.apache.maven.skins" instead of "org.apache.maven".
     new dfb16fd  [MSITE-91] "src/site/site.xml" hardcoded in AbstractSiteMojo.java.
     new 4182107  MSITE-191: ${project.organization.name} is not evaluated in site.xml
     new 97a86e5  o Fix typos.
     new 9d27dc0  [MSITE-192] Docs don't indicate where site.xml should be created
     new 8da9f9e  o A bridge that allows all the new site plugin functionality to work with 2.0.4
     new b600b2b  o site descriptor interpolation is in there
     new c875af6  o plexus stuff i missed
     new 3845f96  o plexus cli stuff
     new 7a451fc  o Revert changed issue management URLs.
     new 5960c42  o updating reference to the parent POM
     new db359af  o new that this works i'll try doxia snapshots again and run site generation tests, plexus definitely doesn't work   but hopefully there will not be linkage errors between the doxia sink-apis or reports that use the older   version.
     new fb628fb  o update compat notes o add copyright for release
     new a291e89  o note about plexus
     new d125ebd  o Revert changed issue management URL.
     new 97cb387  Add testcases for MSITE-201 and MSITE-202
     new 81233d3  o updating to latest released parent
     new 09492b2  [MSITE-205] maven site plugin typo prevents parent site.xml resolution from working Submitted by: Henning Schmiedehausen
     new 0020908  o Improve documentation for the moduleExcludes parameter.
     new ed3702a  - 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 - update to snapshots
     new e2ac7c1  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     new 3794b91  o all the site related tools, i will rename the directory shortly, it screwed up locally
     new 7c03fa3  git-svn-id: https://svn.apache.org/repos/asf/maven/sitetools/maven-site-plugin@519708 13f79535-47bb-0310-9956-ffa450edef68
     new 4272acb  put the site plugin back
     new cb14dca  o version props
     new 77d4713  Exclude plexus artifacts from doxia modules for maven 2.0.x compatibility
     new 3d14fa8  o p-u is safe to use now
     new 8fbdaa1  MSITE-221: Korean translation resource file Submitted by: Woonsan Ko
     new 437483c  o added Woonsan Ko as Korean translator
     new 51f8c5f  o reviewed the supported languages o added missing translators
     new d2e2bbb  MSITE-207: <poweredBy> not mentioned in the document
     new 8b1c0a6  MSITE-231: Please update the german localization. Submitted by: Christian Schulte Reviewed by: Vincent Siveton
     new 184fdab  Use snapshot parent to experiment with versioned plugin sites.
     new 70d9f0d  Document the new property filtering feature.
     new 1a95645  MSITE-219: Slovak translation of site-plugin.properties Submitted by: Martin Vysny
     new e2c4415  o Fix typos and add formating. o Add proper context to all site.xml examples.
     new 24309c3  o Update link to Velocity.
     new 14e2182  o Use the Site plugin's JIRA URL.
     new a095bb8  o Fix typos and add formating.
     new 0c91788  Fix confusing logs. Often, it's not a problem if the parent pom isn't found with a relative path but in the repository.
     new a0ab91f  o format xml o no code change
     new 7a0d202  o fixed encoding for some bundles to UTF-8 (with BOM) o updated i18n page
     new 19e4bbd  o finally preferred unicode
     new ba73881  o use p-u 1.4.5 which has the new encoding goodies like XmlStreamReader
     new 8b4aad8  [MSITE-243] Adding Czech translation.
     new b14cc44  o updated contributor in pom and i18n page due to MSITE-243
     new 6cdf94b  MSITE-239 encoding declaration in site.xml is ignored Submitted by Herve Boutemy
     new 547eb77  o Use the 1.0-alpha-9-SNAPSHOT version of doxia-sitetools.
     new 6a61520  o The next release will be 2.0-beta-6 according to JIRA.
     new c737211  [MSITE-201] ${modules} renders as [] causing parse error
     new 95f37e0  o Set the correct maven version in prerequisites.
     new 7cb805a  Add some logs
     new b7b3542  o Follow the codestyle.
     new 18b2e1f  o Reflect the changed artifactId for doxia-sitetools in the property.
     new c34c8e6  o Remove unused properties.
     new 38c9833  o Sort and indent properties.
     new c86e2ad  o Use released versions of doxia.
     new f3bc493  [MSITE-260] Bundle for Portuguese-BR is not correct Submitted by: George Gastaldi
     new ac83e04  [MSITE-265] filename with dot are considered as duplicate upgrade doxia version to 1.0-alpha-10-SNAPSHOT add an it test for this issue
     new 97c5b9b  add ignore files in it directory
     new 8e0c473  update the it to test : using apt files as download.apt.vm
     new 34cc038  upgrade jetty to a real release
     new 4c81969  [MSITE-239] copied XML encoding support classes to avoid Maven 2.0.6 prerequisite
     new b247882  o Use released version of doxia.
     new 1bded31  o Set EOL style to native.
     new 7bba6ee  o Make sure that the correct license headers are used.
     new f9181b0  o Fix some error reported by Checkstyle.
     new 6403827  [MSITE-264] Property names with periods are not resolved
     new c368006  [MSITE-159] Absolute URI rendered as relative URI if absolute URI related to domain of POM URI
     new 93a8c4a  [MSITE-45] Ability to create an ear/war/zip from site Submitted by: Matthew Beermann Reviewed by: Dennis Lundberg
     new 03cc5bc  o Minor refactoring to prepare for other archivers.
     new 3d4f7fb  o Add used but undeclared dependencies.
     new 5e67ed5  o Sort dependencies.
     new 6a4c691  o Use released version of doxia-sitetools.
     new fb9dcf4  o Add a section about how page titles are generated. o Add deprecation information about the old syntax for including generated menus, like ${reports}. o Add info about the level of support for expressions in different versions of the plugin. o Various minor changes to wording and formating.
     new 68e4b79  o Explain why links between parent and child modules doesn't work when you run 'mvn site'.
     new 28b56f3  o Add a link to a wiki page with examples of existing skins. o Adjust title.
     new 4ba6856  o Adjust link name.
     new 90c306f  o Add more formating.
     new 5a44558  o Make sure all non-java files have the new license headers.
     new 011234d  o Need to add scm section to be able to use plugins-parent 10.
     new dbaa5d1  o Clarify the difference between site:deploy and site-deploy.
     new 075e834  o Add a link to the default Velocity template.
     new 0b7da15  o Add @since tag.
     new 84a064a  o Explain how this works for different version of the plugin. o Add a note that it is better to build a skin.
     new 3bed00b  o Make sure that the pom doesn't need to be rewritten during release, by altering the project tag. This prevents the license header from being removed.
     new 78d9712  [maven-release-plugin] prepare release maven-site-plugin-2.0-beta-6
     new 5297698  [maven-release-plugin] prepare for next development iteration
     new 255941b  update doxia and doxia-sitetools to 1.0-alpha-11-SNAPSHOT
     new 610764d  o lock surefire-plugin version to 2.3 to avoid Plexus pb
     new 8b693d0  o improved legibility o added description tag
     new 485fdbb  added encoding tests
     new d22507c  [MSITE-271] Page title reads Introduction to $project.name
     new a4c26a0  o Fix typo.
     new 508d89e  [MSITE-280] Fix FAQ entry about staging. Submitted by: Benjamin Bentmann
     new 3a8f711  o reflect the goals on the doc
     new e16a598  o fixed IT to use the current version of site-plugin
     new 41c9c8b  fix the verify.sh to failed in case bad interpolation of download.apt.vm
     new 9637520  MSITE-289: site:run in maven's site/trunk doesn't show certain apt files
     new 897c50f  upgrade invoker plugin version ensure we use the current under developpement plugin version in the it
     new 7768fb7  o added faq entry for the difference between site and site:site
     new 790b910  MSITE-290: Move logic from AbstractSiteMojo and AbstractSiteRenderingMojo for Doxia related stuff
     new e09ad94  o typo in the javadoc
     new e7a2a1c  o fixed import
     new a195c15  MSITE-290: Move logic from AbstractSiteMojo and AbstractSiteRenderingMojo for Doxia related stuff
     new 8f0c298  MSITE-290: Move logic from AbstractSiteMojo and AbstractSiteRenderingMojo for Doxia related stuff
     new 000ae01  o updated the faq to handle twiki format
     new 9da6338  MSITE-279: Inheritance of elements from site descriptor quite broken
     new c47c0e1  [MSITE-174] Add explicit english resource bundle Submitted by: Benjamin Bentmann
     new fa03dca  o fixed code due to r628201
     new d80a4a7  [MNG-3316] use plexus-utils 1.5+ which fixes problem when an XML attribute is named *encoding
     new 3d6e30a  [MSITE-211] Can't deploy site using site:deploy due to a ProxyHTTP error Submitted by: Cyrille Le Clerc Reviewed by: Dennis Lundberg
     new f08d811  o added a localization report
     new 29aa568  o improved instructions
     new 586e3a8  [MSITE-25] mvn site:site ignores server configuration in settings.xml Submitted by: Rahul Akolkar Reviewed by: Dennis Lundberg
     new 8423719  [MSITE-199] Add publishDate position "none"
     new d697283  [MSITE-25] mvn site:site ignores server configuration in settings.xml Submitted by: Rahul Akolkar Reviewed by: Dennis Lundberg
     new 4c5bbf4  [MSITE-281] Employ consistent typesetting/formatting Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
     new 590790c  [MSITE-292] Swedish translation for the site Submitted by: Johan Andrén Reviewed by: Dennis Lundberg
     new ad37fed  o Alphabetize the supported languages.
     new b7ab742  [MSITE-292] Swedish translation for the site
     new a3375ad  o Reorganize the layout of the page, especially the links to properties files, and include links and references to Doxia Tools. o Rewrite instructions for translators according to the discussions we had about this.
     new 9593393  o Copy content from "Guide to creating a site" into the appropriate pages, to have all info in one place. o Reorder the examples in the menu to get a better flow of events.
     new 50575a7  o Add links to the new documents in the introductory paragraph.
     new 8858533  [MSITE-251] tr locale support Submitted by: gulcan yalcinkaya Reviewed by: Dennis Lundberg
     new 708fb6a  [MSITE-212] Catalan Language Submitted by: Javier de Ros Reviewed by: Dennis Lundberg
     new 4af34a5  o Removed svn:executable
     new ff39f66  [MSITE-313] Use proper file encoding when storing site descriptor in local repo
     new 2b6738b  o Fixed file encoding for POM reader
     new d90d137  o Added bin to svn:ignore
     new 1265b39  [MSITE-314] use ${project.build.sourceEncoding} as default value for "inputEncoding" parameter
     new 807b394  [MSITE-317] User proper encoding when interpolating site descriptor
     new f756d80  [MSITE-25] mvn site:deploy and site:stage-deploy ignores server configuration in settings.xml Submitted by: Rahul Akolkar Reviewed by: Dennis Lundberg
     new a4cb03f  [MSITE-303] Discard invalid characters from directory name generated for staging site
     new be8c7af  o Update links to Doxia APT reference.
     new 83771f1  [MSITE-327] Use Doxia 1.0-alpha-11
     new 14193b4  o Use released version of maven-doxia-tools.
     new 52d83b4  [MSITE-328] Danish internationalization properties file Submitted by: Kristian Mandrup Reviewed by: Dennis Lundberg
     new 16b23d8  [MSITE-328] Danish internationalization properties file
     new 4d62c7f  o Add version elements to POM examples.
     new ce6f6a9  o Fix typos.
     new 4623c58  Practicing my Danish...
     new 4f0a21b  [MSITE-332] Unable to load parent project from a relative path: Could not find the model file '<dir>/pom.xml'. for project unknown
     new aa35499  o Fix typo.
     new bfb4762  use last invoker plugin version configure it to use last features (faster build)
     new 72ee450  [MSITE-132] Use <artifactId> instead of <name> for staged directories Submitted by: Denis Cabasson Reviewed by: Dennis Lundberg
     new 2c01d96  [MSITE-332] SiteToolException: Error reading default site descriptor: ${OUTPUTENCODING} o Use the latest version of maven-doxia-tools, which fixes this.
     new 115600c  [MSITE-316] Broken links to submodules when staging site.
     new 6ab66cc  [MSHARED-22] Danish localization
     new 3400e9e  o Remove unused exception.
     new ba701c3  o Reuse the siteDirectory variable so that the SiteStageDeployMojo will copy from the correct directory.
     new 4b8f83f  [MSITE-304] site:stage-deploy creates different directory structure than site:site
     new bb66ce8  [MSITE-335] Use maven-doxia-tools 1.0.1
     new f8b953c  Bumping all parent versions to 11, to allow deployment to alternative locations.
     new fe200c3  o Clarify when links between modules in a multi module build works. o Sync the descriptions between the mojos and the site.
     new 528b623  o Correct apt syntax.
     new 5992a36  o Bump to maven-plugin-plugin 2.4.2-SNAPSHOT due to MPLUGIN-107.
     new af99282  o Fix errors reported by Checkstyle.
     new af3b0ea  o Reorder POM elements.
     new faaaf9e  o Use released version of maven-plugin-plugin.
     new 404b9ba  o Move declaration of maven-plugin-plugin version to <pluginManagement>.
     new f76c148  [maven-release-plugin] prepare release maven-site-plugin-2.0-beta-7
     new 1858afd  [maven-release-plugin] prepare for next development iteration
     new d528ee9  o added Properties Editor as IDE tool
     new f7de990  o used unicode provided by Properties Editor Eclipse Plugin
     new 3c34b1d  o used latest wagon version
     new e2e5b0a  o moved reporting section to a reporting profile
     new 2e3e59d  o Fix broken link.
     new df95448  o Removed unnecessary stuff
     new 5078f98  using release of maven-plugin-testing-harness:1.2
     new 1cec3d5  use last surefire version
     new 483b286  added project.build.sourceEncoding property to avoid warning caused by MSITE-314
     new 79bdc64  use last maven-invoker-plugin SNAPSHOT  version to see if hudson will be more happy declare plugin version in the build section in the it pom
     new e3758e7  Try to use the 12-SNAPSHOT parent
     new 085fabd  Use the same activation rule for all integration-tests in plugins builds (-Dintegration-tests=true)
     new fce1f12  Align activation properties for integration-tests profile because we cannot setup it in the parent (see MNG-3228)
     new 54c82f1  Remove plugins versions already defined in parent
     new 72b367e  Use invoker 1.2.1-SNAPSHOT required by several plugins. Will be released in few days
     new 167754e  o Synced id and activation of integration-tests with core ITs
     new e79d2ed  o Removed svn:executable
     new 4b5f065  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
     new 2808a3f  o Updated index page of plugin site
     new fec35d9  o Unified plugin name
     new c7e8871  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 3a3e385  o Explicitly stated UTF-8 as file encoding o Updated license header
     new 52627ea  o Updated index page of plugin site
     new f35b4d4  changed tabs to spaces
     new 0093c32  [MSITE-340] use ${project.reporting.outputEncoding} as default value for "outputEncoding" parameter and default to UTF-8
     new cb89347  [MSITE-352] Link to L10n Status Report for Project Info Reports Plugin
     new 517eb05  [MSITE-351] New language - Portuguese (Portugal) Submitted by: Samuel Santos Reviewed by: Dennis Lundberg
     new 1d33373  [MSITE-287] Clarify/fix documentation about encoding for translated resource bundles.
     new df81933  [MSITE-242] remove copy of plexus-utils sources from site plugin sources since it is a dependency
     new c387119  [MSITE-150] Inconsistent navigational mechanisms: If project defines its own index page (e.g. apt/index.apt) the Project Information->About link is missing.
     new 44f861c  [MSITE-349] Update this plugin's site documentation page: "Configuring the Site Descriptor" to include the <version> element
     new 017ab72  o Promote our selected values for format and position of the publishDate.
     new 9fc401a  o Use the non-deprecated API for getting the wagon.
     new 4f6e5f1  [MSITE-355] Upgrade to Wagon 1.0-beta-4
     new 6f861e8  fixed punctuation in "Project Reports" category description: "generated by Maven Each report is " becomes "generated by Maven. Each report is "
     new 42162cf  added reports summary page existence (project-reports.html) to IT checks
     new e8b7595  fixed IT pom: maven-site-plugin is not a report but a build plugin
     new 88a365d  added every locale available in maven-site-plugin to the IT
     new 19ddcd0  o Use the correct language code for the Chinese localization.
     new 78a33b0  o The Taglist Plugin does not generate a report unless there is a non-empty source directory. That's why the IT failed.
     new ad75e6d  o Do not run POMs recursively, so we can have multi module ITs.
     new c0837d5  [MSITE-304] site:stage-deploy creates different directory structure than site:site
     new 9a41f77  o Use a directory for the stage deploy that is writable on a Unix system.
     new 44f5919  o Fixed IT
     new a78763d  o Enabled cloning of IT projects to keep source tree clean
     new 1c01a69  o Verify that the site:stage-deploy directory structure is correct.
     new 0f02586  o Use the non-deprecated API for getting the wagon.
     new ef31c38  o Inherited from maven-plugins:12
     new 6e2e388  o Formatted/reordered POM
     new fcfe556  MSITE-368: added a comment in the source to show this interface had to be removed
     new a22d381  [MSITE-362] Site upload is not compatible with sourceforge.net changes
     new 44fee5b  MSITE-369: added a comment in the source to show this interface had to be removed
     new 6d6c033  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     new b74ac95  o Stabilized tests
     new 7a8ca35  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
     new 0d03fda  o Set svn:eol-style=native
     new e998732  o Fixed svn:keywords
     new 8d9dd70  o The next version will be 2.0, using Doxia 1.0.
     new 3768341  o Use released version of l10n-maven-plugin.
     new adeaead  o Use a real temporary directory to avoid cluttering up the disk.
     new bb5da90  o Fix deprecation warnings.
     new 19185cf  [MSITE-382] Add localization for zh_TW. Submitted by: Poyi Wu
     new 9413e4f  [MSITE-384] site:stage-deploy fails on Windows for projects with 3 levels of modules
     new fc7da77  [MSITE-238] multi project default URL is wrong
     new d904910  use the latest parents
     new cd8348c  [MSITE-101] schedule and release doxia 1.0
     new 2b86a61  o Inherited from maven-plugins:13
     new c0e18a0  o Add SVN properties for bugtraq
     new 4ff217c  [MSITE-101] schedule and release doxia 1.0
     new cb799d0  o Add a mavenVersion property to hold the version for Maven core dependencies
     new 58d9106  [MSITE-350] site:deploy not verbose enough, not, _at all_ with -X
     new 1ee00a4  [MSITE-320] Reference documentation
     new 39af3bf  [MSITE-388] Update to maven-doxia-tools 1.0.2
     new e391c35  o Fix IT because of r738305. o Improve error messages.
     new e539620  used http://maven.apache.org/xsd/* for schema location
     new 7f4995a  o Sync and improve the documentation of goals.
     new 2d7ceb4  o Improve the documentation.
     new 4aedddb  [maven-release-plugin] prepare release maven-site-plugin-2.0
     new e9522dc  [maven-release-plugin] prepare for next development iteration
     new 0d4b849  [MSITE-394] Deploying a staging site doesn't set the same permissions as when deploying a site
     new 02fbc54  [MSITE-400] Make repository id for stage-deploy configurable
     new af7df82  o Dennis, Vincent and Lukas, I have removed the reference to the MavenProjectBuilder here and all tests seem to pass. I am trying to reduce the signature foot print of the MavenProjectBuilder and older versions of the site plugin (or underlying tools like doxia) seem to use:
     new 842ef48  create a 3.x branch for the site plugin.
     new d5b6d1f  update version
     new e49f93e  fix ClassCastException
     new 6fa1099  temporary commit to fix compilation failure
     new 1a19e81  add codes to renable reporting working with mvn trunk (branch MNG-4162). Note hardcoding the report (I will review that later)
     new 17189b1  now execute all reports and not the only one harcoded. One issue noticed with the autogenerated : org.apache.maven.report.projectinfo.HelpMojo which is not a MavenReport but a Mojo.
     new 7ba7ebe  really use plugin ClassRealm when render the report.
     new d04a5d8  cleanup code use maven-project-info-reports-plugin 2.2-SNAPSHOT
     new 73055f5  check implementationClass before trying to load the mojo.
     new a201441  import some org.codehaus.plexus.util.xml classes from core realm
     new 0ea2635  skip error on LinkageError and add a warning in the console.
     new 3523dca  fix with current mvn trunk. NOTE : to build you need to apply patch from MNG-4162 in trunk
     new f8c000f  upgrade plexus-container version to last one
     new 5ab44ab  adapt to last trunk change (now CNFE :-) ) merge site-plugin from trunk. Temporary commit in order to share work with benjamin.
     new eb0c46e  fix mojo check when testing if it's a build mojo or a report
     new 4322a51  now it works with current trunk
     new 1e4cfbe  o Removed unused imports
     new 6aa8a62  o Fixed mojo lookup (as per the API doc, the class given to getConfiguredMojo() is the role of the mojo component, not some arbitrary interface the caller wants to invoke after the lookup)
     new 8969b56  o Optimized code
     new 77279ed  add some comments and FIXME
     new 1637b7b  we don't need anymore this hack with mvn 3.x
     new c2aa40e  merge new its from trunk (merge -r 806897:806906 )
     new 3863a25  fix NPE
     new 83d9919  fix it. uniqueVersion = false is not any more supported in mvn 3.x
     new 42bca0f  fix wagon connection
     new f6fe98f  use injection (remove container.lookup). remove unused imports.
     new d572202  upgrade help plugin and upgrade to last invoker 1.4-SNAPSHOT
     new c9735e6  debug statement
     new 2d384f6  use site plugin released version in the default build
     new 23f799f  fix site-deploy it.
     new fa81c1d  test commit
     new b1c0da2  revert test commit
     new 987e2f8  use resources plugin released version (2.4)
     new b71aa6d  merge surefire report it from trunk. svn merge -r 807942:808180 https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin
     new 59b4e97  move the new report logic to a componenent for easy debug (at least more human readable code :-). Start working on report which fork a lifecycle : surefire-report it now works.
     new fe34c69  add missing license headers.
     new 81195e3  code cleanup
     new 2a39d0a  use a new bean to transport report execution information. it will help for future (and replace the ugly Map<MavenReport,ClassLoader>
     new 7b0316d  merge new it from trunk. merge -r 809251:809252
     new b0611f2  temporary hack to fix it
     new f5a3aa3  move javadoc plugin version to a property.
     new fec8fce  merge -r 810297:810298 from site plugin trunk.
     new 2d198a4  add more details on exception.
     new a023add  add back wagon providers which are not anymore in core to be able to deploy with scp/scpexe/ftp/webdav Note : currently webdav deployment failed with a CNFE (need more investigation)
     new 2491846  remove my test setup
     new 9fd134d  use last wagon version. disable webdav wagon.
     new f87b1cf  o Fixed handling of empty report sets
     new e44ae14  restore canGenerateReport method call.
     new 2b1c8b3  fix empty-report it.
     new 5ea069b  use repositories from the project.
     new 95f8e74  not necessary to add repos from the request.
     new 86527ea  use p-c released version
     new 4d03722  canGenerateReport() must be called after lifecycle (cobertura report check if a file generated by the forking exists).
     new da15994  fix scm url.
     new bd75417  use invoker plugin released version
     new 8ae7d51  fix for emma plugin (it added).
     new ec4efdc  fix injection of configuration section coming from the reporting/plugin section. copy it coming from maven-changes-plugin.
     new 894053d  NPE free. debug level is more appropriate than info.
     new 5a26dfa  remove commented block
     new 307fb46  reduce some log level info -> debug
     new e98a354  handle report plugin without any version.
     new 030c781  if empty try to resolve/find plugin  version from the pom : - first from build.plugins. - second from build.pluginManagement.plugins. - third with the current repositories (can resolve a SNAPSHOT version)
     new fb69971  set offline flag in pluginVersionRequest (value from the mavenSession)
     new 1fe5234  set forceUpdate flag in pluginVersionRequest (value from the mavenSession.request)
     new 48b1bee  o Updated to plexus:1.4.0
     new 493a536  update plexus version use release javadoc plugin version
     new 0414482  use maven released version
     new bff3689  use checkstyle plugin snapshot version which fix MCHECKSTYLE-123
     new 0d0ca7e  o Fixed repository request
     new 7ef9a30  o Updated to maven:3.0-alpha-4
     new 719df51  exclude some artifacts when loading report plugin classloader.
     new 1e82514  upgrade plexus-velocity version to 1.1.8
     new da98e97  use maven-plugin-testing-harness released version
     new 613b0b1  upgrade parent version
     new b6e3af8   use maven-doxia-tools released version
     new b497bd2  remove unused imports
     new bbfba68  merge rev 884316 [MSITE-436] use the new DecorationModel lastModification check to force output generation when site.xml is modified
     new 8010a2f  note rev from trunk to merge here
     new a1cacd5  merge -r 886843:886844 from trunk
     new 599a41c  merge -r 886846:886847 from trunk
     new e3ff573  use doxia released version
     new cafc806  use maven-doxia-tools released version 1.2
     new dcd87b9  exclude some maven 2 dependencies.
     new ce198ae  exclude more maven 2 dependencies.
     new c47f273  merge -r 890093:890094 from trunk
     new 12ed454  merge -r 890123:890124 from trunk
     new 9d1e1fb  use last plexus version
     new cef7446  remove FIXME as it has been done :-)
     new 0269054  [MSITE-460] error when using Maven 3.x with maven-site-plugin 3.x for mojo using org/apache/maven/plugin/registry/PluginRegistry.
     new 86ee028  use released version of maven-reporting-impl
     new cb890be  upgrade parent version
     new c9928ed  upgrade maven-compiler-plugin version
     new d1051cf  use last maven-plugin-plugin version
     new c276dfe  use checkstyle plugin released version
     new 4c3acb5  o Decoupled plugin from reporting section and used ordinary plugin parameters
     new dfbba9b  add @since 3.0-beta-1
     new 61b9ded  o use the new reporting-api artifact version decoupled from Maven core o use associated maven-reporting-impl o removed now unused o.a.m.reporting.MavenMultiPageReport class copy (contained in maven-reporting-api)
     new 50c5a74  upgraded maven-compiler-plugin version
     new b3005fa  dependencies cleanup
     new 1e08515  used more Java 5 generics
     new a0de67e  no need to wait for Maven 3.0-beta-2 to release maven-site-plugin 3.0-beta-1 (even if it won't work with Maven 3.0-beta-1)
     new 373aa7b  [MSITE-478] Attach site descriptor as an artifact, not metadata, to the project merge -r 942621:942622 from trunk
     new c97bbc7  remove unused import
     new 9023f80  upgrade parent version
     new 758f014  update merge from trunk TODO
     new a4477c2  o upgraded maven-reporting-api dependency to 3.0 (decoupled from Maven core version) o upgraded maven-reporting-impl dependency to 2.1
     new 5a8e34a  removed unused maven-reporting-impl dependency to let plugin choose their own version independently
     new 0b1c022  add a rev to merge in this branch
     new a4f6195  use released version
     new 10dce37  [MSITE-482] Update to Doxia 1.1.3
     new b8674ee  [MSITE-477] merge -r 944144:944145 from trunk
     new 69baa03  update merge todo
     new 6f35043  [MSITE-474] merge -r 943454:943455 from trunk
     new 3025371  update merge todo
     new 5a54aea  [MSITE-463] Lithuanian translation Submitted by: Mindaugas Greibus Reviewed by: Dennis Lundberg
     new 1b34d20  merge 949865 from trunk [MSITE-456] [regression] Site navigation not generated Use last version of maven-doxia-tools.
     new 825038f  NPE free in debug mode
     new cce49fa  fixed code formatting
     new 082a2e2  updated ITs pom format, groupId, artifactId, xsd url
     new aea3e47  fixed groupIds
     new 87543eb  added a log message to show the skin used to render the site
     new 8fe63c7  [MSITE-487] use Java 5 generics (merged from trunk r956681)
     new 7f19e8d  code simplification
     new 050ab94  polished debug messages for report plugin version resolution
     new 6493a41  fixed new MavenMultiPageReport interface detection
     new ac72ad0  added a warning when a report doesn't implement new MavenMultiPageReport interface but only old MavenReport
     new d7beee8  added plugin information to report generation message
     new 9fa6983  removed the warning when a report doesn't implement new MavenMultiPageReport interface but only old MavenReport
     new 00ea713  improved comments in code
     new 60ab746  avoid platform encoding for multi-page reports but use rendering context encoding
     new 56b4708  removed unused import
     new 85be17a  added an exclusion to velocity:velocity which is a duplicate of org.apache.velocity:velocity
     new 0022662  [MSITE-465] added site:effective-site goal (similar to help:effective-pom) (merged from trunk r959794)
     new dca2465  downgraded maven-doxia-tools to 1.2.1: 1.3 is not released and contains nothing worth it yet
     new db8c611  updated Maven core dependency to 3.0-beta-2
     new 62ad171  [maven-release-plugin] prepare release maven-site-plugin-3.0-beta-1
     new 92f4b2c  [maven-scm] copy for tag maven-site-plugin-3.0-beta-1

The 673 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].