Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class Deprecated Work 0 @deprecated FIXME Work 2 fixme, @fixme Todo Work 7 todo, @todo

Each tag is detailed below:

FIXME Work

Number of occurrences found in the code: 2

org.apache.maven.plugins.site.deploy.SiteDeployMojoTest Line find a way to restore those tests as wagonManager.addProxy is not anymore available in maven 3. public void testGetProxyInfoNoProxyForRepositoryProtocol() { wagonManager.addProxy( "http", "proxy-host", 8080, "my-user", "my-password", null ); ProxyInfo proxyInfo = SiteDeployMojo.getProxyInfo( repository, wagonManager ); assertNull( "ProxyInfo must be null because http != scp", proxyInfo ); } 51 org.apache.maven.plugins.site.descriptor.SiteDescriptorArtifactMetadata Line what todo here ? 102

Todo Work

Number of occurrences found in the code: 7

org.apache.maven.plugins.site.deploy.AbstractDeployMojo Line work on moving this into the deployer like the other deploy methods 262 this also uploads the non-default locales, is there a way to exclude directories in wagon? 365 org.apache.maven.plugins.site.descriptor.AbstractSiteDescriptorMojo Line this is used for site descriptor resolution - it should relate to the actual project but for some reason they are not always filled in 60 org.apache.maven.plugins.site.render.AbstractSiteRenderingMojo Line should we deprecate in favour of reports directly using Doxia Sink API, without this Doxia source intermediate step? 116 I want to get rid of categories eventually. There's no way to add your own in a fully i18n manner 406 org.apache.maven.plugins.site.render.ReportDocumentRenderer Line would be nice to query the report to see if it is modified 278 org.apache.maven.plugins.site.run.SiteRunMojo Line is it sane to call getReports() method a second time? 128