[jira] (SCM-718) Please include Java-based SVN client
[ https://jira.codehaus.org/browse/SCM-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332502#comment-332502 ] Robert Scholte commented on SCM-718: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/ba3b94da contains related description > Please include Java-based SVN client > > > Key: SCM-718 > URL: https://jira.codehaus.org/browse/SCM-718 > Project: Maven SCM > Issue Type: Improvement > Components: maven-scm-provider-svn >Affects Versions: future >Reporter: Markus KARG >Assignee: Robert Scholte > > It is rather annoying that both major "Maven Embedders" (Eclipse IDE and > Jenkins CI Server) are able to talk to SVN Servers without the need to have > Subversion installed explicitly, but when running MVN:SCM mojos the same > containers "inherit" Maven SCM's need for a native and explicitly installed > Subversion client. :-( > It would be so great if the SCM:SVN implementation would include a Java-based > SVN client just as Eclipse and Jenkins do. For most use cases this would > simplify the admin's job by far (think of a Jenkins CI build farm for > example, where the admin currently needs to install SVN on each build slave), > while all others could still explicitly disable the built-in Java-based > client, effectively falling back to the current need of having SVN on disk. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-289) DependenciesRenderer's FileDecimalFormat claims to use SI prefixes but calculated numbers do not match
[ https://jira.codehaus.org/browse/MPIR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MPIR-289. --- Resolution: Fixed > DependenciesRenderer's FileDecimalFormat claims to use SI prefixes but > calculated numbers do not match > -- > > Key: MPIR-289 > URL: https://jira.codehaus.org/browse/MPIR-289 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: dependencies >Affects Versions: 2.7 >Reporter: Michael Osipov >Assignee: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Javadoc refers to SI prefixes but actually calculates with power 2 numbers > and displays incorrect values. > Patch is available. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-289) DependenciesRenderer's FileDecimalFormat claims to use SI prefixes but calculated numbers do not match
[ https://jira.codehaus.org/browse/MPIR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPIR-289: Fix Version/s: 2.8 Assignee: Michael Osipov Remaining Estimate: 0 minutes Original Estimate: 0 minutes > DependenciesRenderer's FileDecimalFormat claims to use SI prefixes but > calculated numbers do not match > -- > > Key: MPIR-289 > URL: https://jira.codehaus.org/browse/MPIR-289 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: dependencies >Affects Versions: 2.7 >Reporter: Michael Osipov >Assignee: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Javadoc refers to SI prefixes but actually calculates with power 2 numbers > and displays incorrect values. > Patch is available. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-289) DependenciesRenderer's FileDecimalFormat claims to use SI prefixes but calculated numbers do not match
[ https://jira.codehaus.org/browse/MPIR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332510#comment-332510 ] Michael Osipov commented on MPIR-289: - Fixed with r1520805. > DependenciesRenderer's FileDecimalFormat claims to use SI prefixes but > calculated numbers do not match > -- > > Key: MPIR-289 > URL: https://jira.codehaus.org/browse/MPIR-289 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: dependencies >Affects Versions: 2.7 >Reporter: Michael Osipov >Assignee: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Javadoc refers to SI prefixes but actually calculates with power 2 numbers > and displays incorrect values. > Patch is available. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-289) DependenciesRenderer's FileDecimalFormat claims to use SI prefixes but calculated numbers do not match
[ https://jira.codehaus.org/browse/MPIR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPIR-289: Description: Javadoc refers to SI prefixes but actually calculates with base 2 numbers and displays incorrect values. Patch is available. was: Javadoc refers to SI prefixes but actually calculates with power 2 numbers and displays incorrect values. Patch is available. > DependenciesRenderer's FileDecimalFormat claims to use SI prefixes but > calculated numbers do not match > -- > > Key: MPIR-289 > URL: https://jira.codehaus.org/browse/MPIR-289 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: dependencies >Affects Versions: 2.7 >Reporter: Michael Osipov >Assignee: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Javadoc refers to SI prefixes but actually calculates with base 2 numbers and > displays incorrect values. > Patch is available. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MASSEMBLY-356) Improve predefined project descriptor
[ https://jira.codehaus.org/browse/MASSEMBLY-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MASSEMBLY-356: - Description: The predefined project descriptor is great but I could be better: {code:xml} project zip tar.gz **/target/ **/.settings/ **/.* {code} This code does the same but has less lines and excludes eclipse (and maybe) other IDEs project settings. was: The predefined project descriptor is great but I could be better: {code:xml} project zip tar.gz **/target/ **/.settings/ **/.* {code} This code does the same but has less lines and excludes eclipse (and maybe) other IDE's project settings. Remaining Estimate: 0 minutes Original Estimate: 0 minutes > Improve predefined project descriptor > - > > Key: MASSEMBLY-356 > URL: https://jira.codehaus.org/browse/MASSEMBLY-356 > Project: Maven Assembly Plugin > Issue Type: Improvement > Components: predefined descriptors >Affects Versions: 2.2-beta-2 >Reporter: Michael Osipov > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > The predefined project descriptor is great but I could be better: > {code:xml} > > project > > zip > tar.gz > > > > > **/target/ > **/.settings/ > **/.* > > > > > {code} > This code does the same but has less lines and excludes eclipse (and maybe) > other IDEs project settings. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-287) Misleading report titles in Project Information overview
[ https://jira.codehaus.org/browse/MPIR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPIR-287: Fix Version/s: 2.8 > Misleading report titles in Project Information overview > > > Key: MPIR-287 > URL: https://jira.codehaus.org/browse/MPIR-287 > Project: Maven Project Info Reports Plugin > Issue Type: Improvement > Components: summary >Affects Versions: 2.7 >Reporter: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Based on MPIR-281, titles for Project License and Issue Tracking are > misleading. > Proposed descriptions: > Project License: This document lists the project licenses. > Issue Tracking: This document provides information on the issue management > system used in this project. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-287) Misleading report titles in Project Information overview
[ https://jira.codehaus.org/browse/MPIR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332511#comment-332511 ] Michael Osipov commented on MPIR-287: - No objections, fixing as proposed. > Misleading report titles in Project Information overview > > > Key: MPIR-287 > URL: https://jira.codehaus.org/browse/MPIR-287 > Project: Maven Project Info Reports Plugin > Issue Type: Improvement > Components: summary >Affects Versions: 2.7 >Reporter: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Based on MPIR-281, titles for Project License and Issue Tracking are > misleading. > Proposed descriptions: > Project License: This document lists the project licenses. > Issue Tracking: This document provides information on the issue management > system used in this project. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-287) Misleading report titles in Project Information overview
[ https://jira.codehaus.org/browse/MPIR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332513#comment-332513 ] Michael Osipov commented on MPIR-287: - Fixed with r1520811. > Misleading report titles in Project Information overview > > > Key: MPIR-287 > URL: https://jira.codehaus.org/browse/MPIR-287 > Project: Maven Project Info Reports Plugin > Issue Type: Improvement > Components: summary >Affects Versions: 2.7 >Reporter: Michael Osipov >Assignee: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Based on MPIR-281, titles for Project License and Issue Tracking are > misleading. > Proposed descriptions: > Project License: This document lists the project license(s). > Issue Tracking: This document provides information on the issue management > system used in this project. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-287) Misleading report titles in Project Information overview
[ https://jira.codehaus.org/browse/MPIR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MPIR-287. --- Resolution: Fixed > Misleading report titles in Project Information overview > > > Key: MPIR-287 > URL: https://jira.codehaus.org/browse/MPIR-287 > Project: Maven Project Info Reports Plugin > Issue Type: Improvement > Components: summary >Affects Versions: 2.7 >Reporter: Michael Osipov >Assignee: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Based on MPIR-281, titles for Project License and Issue Tracking are > misleading. > Proposed descriptions: > Project License: This document lists the project license(s). > Issue Tracking: This document provides information on the issue management > system used in this project. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-287) Misleading report titles in Project Information overview
[ https://jira.codehaus.org/browse/MPIR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPIR-287: Description: Based on MPIR-281, titles for Project License and Issue Tracking are misleading. Proposed descriptions: Project License: This document lists the project license(s). Issue Tracking: This document provides information on the issue management system used in this project. was: Based on MPIR-281, titles for Project License and Issue Tracking are misleading. Proposed descriptions: Project License: This document lists the project licenses. Issue Tracking: This document provides information on the issue management system used in this project. Assignee: Michael Osipov > Misleading report titles in Project Information overview > > > Key: MPIR-287 > URL: https://jira.codehaus.org/browse/MPIR-287 > Project: Maven Project Info Reports Plugin > Issue Type: Improvement > Components: summary >Affects Versions: 2.7 >Reporter: Michael Osipov >Assignee: Michael Osipov > Fix For: 2.8 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Based on MPIR-281, titles for Project License and Issue Tracking are > misleading. > Proposed descriptions: > Project License: This document lists the project license(s). > Issue Tracking: This document provides information on the issue management > system used in this project. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (JXR-87) Change line number anchor name pattern
[ https://jira.codehaus.org/browse/JXR-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332514#comment-332514 ] Michael Osipov commented on JXR-87: --- Is anyone opposed to fix this after more than two years? I will apply this patch and target it for the next release. Those who care for compat should read CHANGES anyway. > Change line number anchor name pattern > -- > > Key: JXR-87 > URL: https://jira.codehaus.org/browse/JXR-87 > Project: Maven JXR > Issue Type: Improvement > Components: jxr >Affects Versions: 2.2 > Environment: Site plugin 2.2 >Reporter: Michael Osipov > Attachments: JXR-87.patch > > > Linenumber achor anames are solely the line number but this brings problems. > Then linking in APT to source code, it complains: > {noformat} > [WARNING] [APT Parser] Modified invalid link: '77' to > '../kcc-core/xref/package/Object.html#a77' > {noformat} > This means that I am not able to link to lines anymore. Change the anchor > name pattern to L\d+ -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (MPIR-265) Improve debug information in Dependencies report
[ https://jira.codehaus.org/browse/MPIR-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332515#comment-332515 ] Michael Osipov commented on MPIR-265: - Any objections fixing this to: - Title "Debug Information" - Values "Yes" or "No"? It is -- at least -- better than the currect situation. I'd go on and patch this for the next release. > Improve debug information in Dependencies report > > > Key: MPIR-265 > URL: https://jira.codehaus.org/browse/MPIR-265 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: dependencies >Affects Versions: 2.6 >Reporter: Michael Osipov > > The Debug column has Debug as title and Debug as value sometimes. Though no > meaning can be deduced from this. Even reading the source code I was having a > hard time to reall understand that column until I understand that souce files > have been compiled with debug flag. > This column should be more descriptive. The column title should say "Debug > Information" the value should be, as in other columns either "Yes" or > "No"/"-". > I could provide a patch if requested. This is just a few lines of source. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (SUREFIRE-978) Dead link in project repository
[ https://jira.codehaus.org/browse/SUREFIRE-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed SUREFIRE-978. --- Resolution: Fixed > Dead link in project repository > --- > > Key: SUREFIRE-978 > URL: https://jira.codehaus.org/browse/SUREFIRE-978 > Project: Maven Surefire > Issue Type: Bug > Components: documentation >Affects Versions: 2.14 >Reporter: Michael Osipov > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Open > http://maven.apache.org/surefire/maven-surefire-report-plugin/source-repository.html > click on the Web Access Git link: > https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git/maven-surefire-report-plugin > => 404: No such project -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (SUREFIRE-978) Dead link in project repository
[ https://jira.codehaus.org/browse/SUREFIRE-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-978: Remaining Estimate: 0 minutes Original Estimate: 0 minutes > Dead link in project repository > --- > > Key: SUREFIRE-978 > URL: https://jira.codehaus.org/browse/SUREFIRE-978 > Project: Maven Surefire > Issue Type: Bug > Components: documentation >Affects Versions: 2.14 >Reporter: Michael Osipov > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Open > http://maven.apache.org/surefire/maven-surefire-report-plugin/source-repository.html > click on the Web Access Git link: > https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git/maven-surefire-report-plugin > => 404: No such project -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (SUREFIRE-978) Dead link in project repository
[ https://jira.codehaus.org/browse/SUREFIRE-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332516#comment-332516 ] Michael Osipov commented on SUREFIRE-978: - Link has been fixed by someone, so I am closing this as fixed. Thanks to the anonymous patcher. > Dead link in project repository > --- > > Key: SUREFIRE-978 > URL: https://jira.codehaus.org/browse/SUREFIRE-978 > Project: Maven Surefire > Issue Type: Bug > Components: documentation >Affects Versions: 2.14 >Reporter: Michael Osipov > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Open > http://maven.apache.org/surefire/maven-surefire-report-plugin/source-repository.html > click on the Web Access Git link: > https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git/maven-surefire-report-plugin > => 404: No such project -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (JXR-61) Include bottom text in all pages
[ https://jira.codehaus.org/browse/JXR-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332517#comment-332517 ] Michael Osipov commented on JXR-61: --- I'd like to combine your issue with JXR-104 in one hoop. > Include bottom text in all pages > > > Key: JXR-61 > URL: https://jira.codehaus.org/browse/JXR-61 > Project: Maven JXR > Issue Type: Improvement > Components: jxr >Affects Versions: 2.1 >Reporter: Martin von Gagern > Attachments: bottom1.patch > > > Currently files generated through velocity templates will contain the bottom > text as configured, but source code listings, which constitute the majority > of the generated files, simply contain the hardcoded JXR.NOTICE. The > configured bottom text should be included in these cases as well, either in > addition or instead of the default one. This is especially important in order > to host generated reports on sourceforge, as they require users to include a > SourceForge.net icon in every serverd page. > The attached patch makes the configured bottom text replace the default one. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira