You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (Created) (JIRA)" <ji...@apache.org> on 2012/04/13 21:38:17 UTC

[jira] [Created] (HBASE-5784) Enable mvn deploy of website

Enable mvn deploy of website
----------------------------

                 Key: HBASE-5784
                 URL: https://issues.apache.org/jira/browse/HBASE-5784
             Project: HBase
          Issue Type: Improvement
            Reporter: stack


Up to this, deploy of website has been build local and then copy up to apache and put it into place under /www/hbase.apache.org.  Change it so can have maven deploy the site.  The good thing about having the latter do it is that its regular; permissions will always be the same so Doug and I won't be fighting each other when we stick stuff up there.  Also, its a one step process rather than multiple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5784) Enable mvn deploy of website

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253751#comment-13253751 ] 

Hudson commented on HBASE-5784:
-------------------------------

Integrated in HBase-TRUNK-security #170 (See [https://builds.apache.org/job/HBase-TRUNK-security/170/])
    HBASE-5784 Enable mvn deploy of website (Revision 1325917)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/pom.xml
* /hbase/trunk/src/site/xdoc/index.xml
* /hbase/trunk/src/site/xdoc/old_news.xml

                
> Enable mvn deploy of website
> ----------------------------
>
>                 Key: HBASE-5784
>                 URL: https://issues.apache.org/jira/browse/HBASE-5784
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.96.0
>
>         Attachments: 5784.txt
>
>
> Up to this, deploy of website has been build local and then copy up to apache and put it into place under /www/hbase.apache.org.  Change it so can have maven deploy the site.  The good thing about having the latter do it is that its regular; permissions will always be the same so Doug and I won't be fighting each other when we stick stuff up there.  Also, its a one step process rather than multiple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5784) Enable mvn deploy of website

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253691#comment-13253691 ] 

stack commented on HBASE-5784:
------------------------------

Committed to trunk
                
> Enable mvn deploy of website
> ----------------------------
>
>                 Key: HBASE-5784
>                 URL: https://issues.apache.org/jira/browse/HBASE-5784
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.96.0
>
>         Attachments: 5784.txt
>
>
> Up to this, deploy of website has been build local and then copy up to apache and put it into place under /www/hbase.apache.org.  Change it so can have maven deploy the site.  The good thing about having the latter do it is that its regular; permissions will always be the same so Doug and I won't be fighting each other when we stick stuff up there.  Also, its a one step process rather than multiple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5784) Enable mvn deploy of website

Posted by "stack (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-5784:
-------------------------

    Attachment: 5784.txt

Add distributionManagement section that only has website stuff in it.
                
> Enable mvn deploy of website
> ----------------------------
>
>                 Key: HBASE-5784
>                 URL: https://issues.apache.org/jira/browse/HBASE-5784
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: stack
>         Attachments: 5784.txt
>
>
> Up to this, deploy of website has been build local and then copy up to apache and put it into place under /www/hbase.apache.org.  Change it so can have maven deploy the site.  The good thing about having the latter do it is that its regular; permissions will always be the same so Doug and I won't be fighting each other when we stick stuff up there.  Also, its a one step process rather than multiple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-5784) Enable mvn deploy of website

Posted by "stack (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-5784.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.96.0
         Assignee: stack
     Release Note: 
Build and deploy the site with the below command

      $ ~/bin/apache-maven-3.0.4/bin/mvn -X clean site:site site:deploy

You must use mvn3.

You will probably also need a settings.xml file under your ~/.m2/ directory as described here: http://www.apache.org/dev/publishing-maven-artifacts.html

All site deploys should go via this path going forward because it ensures permissions up in apache making it so other members of hbase group can deploy w/o permission conflicts.
    
> Enable mvn deploy of website
> ----------------------------
>
>                 Key: HBASE-5784
>                 URL: https://issues.apache.org/jira/browse/HBASE-5784
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.96.0
>
>         Attachments: 5784.txt
>
>
> Up to this, deploy of website has been build local and then copy up to apache and put it into place under /www/hbase.apache.org.  Change it so can have maven deploy the site.  The good thing about having the latter do it is that its regular; permissions will always be the same so Doug and I won't be fighting each other when we stick stuff up there.  Also, its a one step process rather than multiple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5784) Enable mvn deploy of website

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253728#comment-13253728 ] 

Hudson commented on HBASE-5784:
-------------------------------

Integrated in HBase-TRUNK #2754 (See [https://builds.apache.org/job/HBase-TRUNK/2754/])
    HBASE-5784 Enable mvn deploy of website (Revision 1325917)

     Result = SUCCESS
stack : 
Files : 
* /hbase/trunk/pom.xml
* /hbase/trunk/src/site/xdoc/index.xml
* /hbase/trunk/src/site/xdoc/old_news.xml

                
> Enable mvn deploy of website
> ----------------------------
>
>                 Key: HBASE-5784
>                 URL: https://issues.apache.org/jira/browse/HBASE-5784
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.96.0
>
>         Attachments: 5784.txt
>
>
> Up to this, deploy of website has been build local and then copy up to apache and put it into place under /www/hbase.apache.org.  Change it so can have maven deploy the site.  The good thing about having the latter do it is that its regular; permissions will always be the same so Doug and I won't be fighting each other when we stick stuff up there.  Also, its a one step process rather than multiple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira