Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BA1010517 for ; Sun, 26 Jan 2014 11:05:29 +0000 (UTC) Received: (qmail 16717 invoked by uid 500); 26 Jan 2014 11:05:25 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 16678 invoked by uid 500); 26 Jan 2014 11:05:22 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 16669 invoked by uid 99); 26 Jan 2014 11:05:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jan 2014 11:05:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jan 2014 11:05:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5794F23889DA for ; Sun, 26 Jan 2014 11:04:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r895453 [3/4] - in /websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/scmpublish/ xref/org/apache/maven/plugins/scmpublish/ Date: Sun, 26 Jan 2014 11:04:53 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140126110454.5794F23889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/findbugs.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/findbugs.html (original) +++ websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/findbugs.html Sun Jan 26 11:04:53 2014 @@ -192,7 +192,7 @@
-

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
4700

org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkCreateRemoteSvnPath()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE418Medium
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkCreateRemoteSvnPath()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE419Medium
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkoutExisting()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE341Medium
exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.execute()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE483Medium
exceptional return value of java.io.File.mkdir() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.execute()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE484Medium

org.apache.maven.plugins.scmpublish.HelpMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugins.scmpublish.HelpMojo.build() may fail to clean up java.io.InputStreamEXPERIMENTALOBL_UNSATISFIED_OBLIGATION68Medium

org.apache.maven.plugins.scmpublish.ScmPublishPublishScmMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdir() ignored in org.apache.maven.plugins.scmpublish.ScmPublishPublishScmMojo.update(File, File, List)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE144Medium
+

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
4700

org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkCreateRemoteSvnPath()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE421Medium
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkCreateRemoteSvnPath()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE422Medium
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkoutExisting()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE344Medium
exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.execute()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE486Medium
exceptional return value of java.io.File.mkdir() ignored in org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.execute()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE487Medium

org.apache.maven.plugins.scmpublish.HelpMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugins.scmpublish.HelpMojo.build() may fail to clean up java.io.InputStreamEXPERIMENTALOBL_UNSATISFIED_OBLIGATION68Medium

org.apache.maven.plugins.scmpublish.ScmPublishPublishScmMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdir() ignored in org.apache.maven.plugins.scmpublish.ScmPublishPublishScmMojo.update(File, File, List)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE144Medium
Modified: websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/pmd.xml ============================================================================== Binary files - no diff available. Modified: websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/publish-scm-mojo.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/publish-scm-mojo.html (original) +++ websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/publish-scm-mojo.html Sun Jan 26 11:04:53 2014 @@ -188,7 +188,10 @@ without project, so usable to update any pubScmUrl String - - Location of the scm publication tree.
Default value is: ${project.distributionManagement.site.url}.
User property is: scmpublish.pubScmUrl. + Location of the scm publication tree: +scm:<scm_provider><delimiter><provider_specific_part>. +Example: +scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/plugins/maven-scm-publish-plugin-LATEST/
Default value is: ${project.distributionManagement.site.url}.
User property is: scmpublish.pubScmUrl.
@@ -321,7 +324,7 @@ user to run manually.
User prope boolean - If the checkout directory exists and this flag is activated, the -plugin will try an SCM-update rather than delete then checkout.
Default value is: false.
User property is: scmpublish.tryUpdate. +plugin will try an SCM-update instead of delete then checkout.
Default value is: false.
User property is: scmpublish.tryUpdate. username @@ -421,7 +424,10 @@ role-hint of the provider), eg. cvs<
  • Type: java.util.Map
  • Required: No

  • pubScmUrl:

    -
    Location of the scm publication tree.
    +
    Location of the scm publication tree: +scm:<scm_provider><delimiter><provider_specific_part>. +Example: +scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/plugins/maven-scm-publish-plugin-LATEST/
    • Type: java.lang.String
    • Required: Yes
    • @@ -459,7 +465,7 @@ user to run manually.
    • Default: false

    tryUpdate:

    If the checkout directory exists and this flag is activated, the -plugin will try an SCM-update rather than delete then checkout.
    +plugin will try an SCM-update instead of delete then checkout.
    • Type: boolean
    • Required: No
    • Modified: websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/taglist.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/taglist.html (original) +++ websites/production/maven/content/plugins-archives/maven-scm-publish-plugin-LATEST/taglist.html Sun Jan 26 11:04:53 2014 @@ -192,7 +192,7 @@
      -

      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 ClassTotal number of occurrencesTag strings used by tag class
      @todo0@todo
      TODO2TODO

      Each tag is detailed below:

      TODO

      Number of occurrences found in the code: 2

      org.apache.maven.plugins.scmpublish.AbstractScmPublishMojoLine
      we should think about having the defaults for the various SCM providers provided via Modello!157
      use from settings with decrypt stuff280
      +

      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 ClassTotal number of occurrencesTag strings used by tag class
      @todo0@todo
      TODO2TODO

      Each tag is detailed below:

      TODO

      Number of occurrences found in the code: 2

      org.apache.maven.plugins.scmpublish.AbstractScmPublishMojoLine
      we should think about having the defaults for the various SCM providers provided via Modello!160
      use from settings with decrypt stuff283