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 |
---|---|---|
@todo | 5 | @todo |
TODO | 6 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 5
org.apache.maven.plugins.site.AbstractDeployMojo | Line |
---|---|
Remove when {@link WagonManager#getWagon(Repository) is available}. It's available in Maven 2.0.5. | 507 |
org.apache.maven.plugins.site.AbstractSiteRenderingMojo | 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 | 90 |
should we deprecate in favour of reports? | 156 |
org.apache.maven.plugins.site.wagon.PathUtils | Line |
need to URL decode for spaces? | 301 |
org.apache.maven.plugins.site.wagon.repository.Repository | Line |
[BP] some things are specific to certain wagons (eg key stuff in authInfo, permissions) | 38 |
Number of occurrences found in the code: 6
org.apache.maven.plugins.site.AbstractDeployMojo | Line |
---|---|
work on moving this into the deployer like the other deploy methods | 248 |
this also uploads the non-default locales, is there a way to exclude directories in wagon? | 384 |
org.apache.maven.plugins.site.AbstractSiteRenderingMojo | Line |
I want to get rid of categories eventually. There's no way to add your own in a fully i18n manner | 390 |
org.apache.maven.plugins.site.ReportDocumentRenderer | Line |
would be nice to query the report to see if it is modified | 313 |
org.apache.maven.plugins.site.wagon.PathUtils | Line |
move to plexus-utils or use something appropriate from there | 473 |
org.apache.maven.plugins.site.wagon.repository.Repository | Line |
[BP]: refactor out the PathUtils URL stuff into a class like java.net.URL, so you only parse once can't use URL class as is because it won't recognise our protocols, though perhaps we could attempt to register handlers for scp, etc? | 142 |