You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Alan Cabrera (JIRA)" <ji...@codehaus.org> on 2005/11/23 06:36:06 UTC

[jira] Created: (MPSITE-44) mvn site:site ignores settings.xml

mvn site:site ignores settings.xml
----------------------------------

         Key: MPSITE-44
         URL: http://jira.codehaus.org/browse/MPSITE-44
     Project: maven-site-plugin
        Type: Bug
  Components: plugin  
    Reporter: Alan Cabrera
    Priority: Critical


mvn site:site ignores parts of my settings.xml:

    <server>
      <id>livetribe-website</id>
      <filePermissions>664</filePermissions>
      <directoryPermissions>775</directoryPermissions>
      <configuration>
        <sshExecutable>plink</sshExecutable>
        <scpExecutable>pscp</scpExecutable>
      </configuration>
      <username>livetribe</username>
    </server>


It uses the username when ssh but does not invoke plink.

[INFO] [site:deploy]
Using private key: C:\Documents and Settings\adc\.ssh\id_dsa
scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Opened
Executing command: ssh -i "C:\Documents and Settings\adc\.ssh\id_dsa" -o "BatchMode yes" livetribe@repo.livetribe.org "mkdir -p /home/projects/livetribe/public_html/maven/."
scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnecting
scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnected



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MSITE-25) mvn site:site ignores server configuration in settings.xml

Posted by "Gunnar Hillert (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-25?page=comments#action_54087 ] 

Gunnar Hillert commented on MSITE-25:
-------------------------------------

Could somebody maybe make a note under 
http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html 
that this does not currently work for the site goal? Thinking that this feature is quite well documented I spent some substantial time looking for the issue on my end until I finally came accross this bug :-(  Thanks!

> mvn site:site ignores server configuration in settings.xml
> ----------------------------------------------------------
>
>          Key: MSITE-25
>          URL: http://jira.codehaus.org/browse/MSITE-25
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Reporter: Alan Cabrera
>     Priority: Critical
>      Fix For: 2.0

>
>
> mvn site:site ignores parts of my settings.xml:
>     <server>
>       <id>livetribe-website</id>
>       <filePermissions>664</filePermissions>
>       <directoryPermissions>775</directoryPermissions>
>       <configuration>
>         <sshExecutable>plink</sshExecutable>
>         <scpExecutable>pscp</scpExecutable>
>       </configuration>
>       <username>livetribe</username>
>     </server>
> It uses the username when ssh but does not invoke plink.
> [INFO] [site:deploy]
> Using private key: C:\Documents and Settings\adc\.ssh\id_dsa
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Opened
> Executing command: ssh -i "C:\Documents and Settings\adc\.ssh\id_dsa" -o "BatchMode yes" livetribe@repo.livetribe.org "mkdir -p /home/projects/livetribe/public_html/maven/."
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnecting
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnected

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MSITE-25) mvn site:site ignores server configuration in settings.xml

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-25?page=all ]

Brett Porter updated MSITE-25:
------------------------------

    Fix Version: 2.0

> mvn site:site ignores server configuration in settings.xml
> ----------------------------------------------------------
>
>          Key: MSITE-25
>          URL: http://jira.codehaus.org/browse/MSITE-25
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Reporter: Alan Cabrera
>     Priority: Critical
>      Fix For: 2.0

>
>
> mvn site:site ignores parts of my settings.xml:
>     <server>
>       <id>livetribe-website</id>
>       <filePermissions>664</filePermissions>
>       <directoryPermissions>775</directoryPermissions>
>       <configuration>
>         <sshExecutable>plink</sshExecutable>
>         <scpExecutable>pscp</scpExecutable>
>       </configuration>
>       <username>livetribe</username>
>     </server>
> It uses the username when ssh but does not invoke plink.
> [INFO] [site:deploy]
> Using private key: C:\Documents and Settings\adc\.ssh\id_dsa
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Opened
> Executing command: ssh -i "C:\Documents and Settings\adc\.ssh\id_dsa" -o "BatchMode yes" livetribe@repo.livetribe.org "mkdir -p /home/projects/livetribe/public_html/maven/."
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnecting
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnected

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1662) mvn site:site ignores server configuration in settings.xml

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1662?page=all ]

Carlos Sanchez updated MNG-1662:
--------------------------------

    Version: 2.0
    Summary: mvn site:site ignores server configuration in settings.xml  (was: mvn site:site ignores settings.xml)

> mvn site:site ignores server configuration in settings.xml
> ----------------------------------------------------------
>
>          Key: MNG-1662
>          URL: http://jira.codehaus.org/browse/MNG-1662
>      Project: Maven 2
>         Type: Bug
>   Components: maven-site-plugin
>     Versions: 2.0
>     Reporter: Alan Cabrera
>     Priority: Critical

>
>
> mvn site:site ignores parts of my settings.xml:
>     <server>
>       <id>livetribe-website</id>
>       <filePermissions>664</filePermissions>
>       <directoryPermissions>775</directoryPermissions>
>       <configuration>
>         <sshExecutable>plink</sshExecutable>
>         <scpExecutable>pscp</scpExecutable>
>       </configuration>
>       <username>livetribe</username>
>     </server>
> It uses the username when ssh but does not invoke plink.
> [INFO] [site:deploy]
> Using private key: C:\Documents and Settings\adc\.ssh\id_dsa
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Opened
> Executing command: ssh -i "C:\Documents and Settings\adc\.ssh\id_dsa" -o "BatchMode yes" livetribe@repo.livetribe.org "mkdir -p /home/projects/livetribe/public_html/maven/."
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnecting
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnected

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1662) mvn site:site ignores server configuration in settings.xml

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1662?page=comments#action_51740 ] 

Carlos Sanchez commented on MNG-1662:
-------------------------------------

It uses everythin but the elements inside <configuration>
The deploy goal works well though

> mvn site:site ignores server configuration in settings.xml
> ----------------------------------------------------------
>
>          Key: MNG-1662
>          URL: http://jira.codehaus.org/browse/MNG-1662
>      Project: Maven 2
>         Type: Bug
>   Components: maven-site-plugin
>     Versions: 2.0
>     Reporter: Alan Cabrera
>     Priority: Critical

>
>
> mvn site:site ignores parts of my settings.xml:
>     <server>
>       <id>livetribe-website</id>
>       <filePermissions>664</filePermissions>
>       <directoryPermissions>775</directoryPermissions>
>       <configuration>
>         <sshExecutable>plink</sshExecutable>
>         <scpExecutable>pscp</scpExecutable>
>       </configuration>
>       <username>livetribe</username>
>     </server>
> It uses the username when ssh but does not invoke plink.
> [INFO] [site:deploy]
> Using private key: C:\Documents and Settings\adc\.ssh\id_dsa
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Opened
> Executing command: ssh -i "C:\Documents and Settings\adc\.ssh\id_dsa" -o "BatchMode yes" livetribe@repo.livetribe.org "mkdir -p /home/projects/livetribe/public_html/maven/."
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnecting
> scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnected

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org