You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Nicolas Le Bas (JIRA)" <ji...@apache.org> on 2012/05/05 03:21:48 UTC

[jira] [Created] (TILES-548) mvn release:perfom fails on Maven 3.0.4

Nicolas Le Bas created TILES-548:
------------------------------------

             Summary: mvn release:perfom fails on Maven 3.0.4
                 Key: TILES-548
                 URL: https://issues.apache.org/jira/browse/TILES-548
             Project: Tiles
          Issue Type: Bug
    Affects Versions: 3.0.0
         Environment: $ mvn -version
Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
Default locale: en_CA, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-24-generic", arch: "amd64", family: "unix"

            Reporter: Nicolas Le Bas
            Priority: Minor


When running mvn release:perform, the assembly module complains about being unable to use scp.
Probably related to https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%28Wagons%29

--
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] (TILES-548) mvn release:perfom fails on Maven 3.0.4

Posted by "Nicolas Le Bas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TILES-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Le Bas resolved TILES-548.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.x

Actually the problem and the solution are described in detail [here| http://mojo.codehaus.org/wagon-maven-plugin/usage.html]

We use the 1.0 version of the SSH transport for consistency with the POM org.apache:apache:10
                
> mvn release:perfom fails on Maven 3.0.4
> ---------------------------------------
>
>                 Key: TILES-548
>                 URL: https://issues.apache.org/jira/browse/TILES-548
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>         Environment: $ mvn -version
> Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
> Default locale: en_CA, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-24-generic", arch: "amd64", family: "unix"
>            Reporter: Nicolas Le Bas
>            Assignee: Nicolas Le Bas
>            Priority: Minor
>             Fix For: 3.0.1
>
>
> When running mvn release:perform, the assembly module complains about being unable to use scp.
> Probably related to https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%28Wagons%29

--
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] (TILES-548) mvn release:perfom fails on Maven 3.0.4

Posted by "Nicolas Le Bas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TILES-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269689#comment-13269689 ] 

Nicolas Le Bas commented on TILES-548:
--------------------------------------

wagon-ssh appears to be used only used only during release, by the goals site-deploy for the site and deploy for the assembly.
I'm wondering if this should be restricted to the profile apache-release, or rather included in the general section.
                
> mvn release:perfom fails on Maven 3.0.4
> ---------------------------------------
>
>                 Key: TILES-548
>                 URL: https://issues.apache.org/jira/browse/TILES-548
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>         Environment: $ mvn -version
> Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
> Default locale: en_CA, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-24-generic", arch: "amd64", family: "unix"
>            Reporter: Nicolas Le Bas
>            Priority: Minor
>
> When running mvn release:perform, the assembly module complains about being unable to use scp.
> Probably related to https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%28Wagons%29

--
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] (TILES-548) mvn release:perfom fails on Maven 3.0.4

Posted by "Nicolas Le Bas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TILES-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268845#comment-13268845 ] 

Nicolas Le Bas commented on TILES-548:
--------------------------------------

Building without trouble on maven 2.2.1
                
> mvn release:perfom fails on Maven 3.0.4
> ---------------------------------------
>
>                 Key: TILES-548
>                 URL: https://issues.apache.org/jira/browse/TILES-548
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>         Environment: $ mvn -version
> Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
> Default locale: en_CA, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-24-generic", arch: "amd64", family: "unix"
>            Reporter: Nicolas Le Bas
>            Priority: Minor
>
> When running mvn release:perform, the assembly module complains about being unable to use scp.
> Probably related to https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%28Wagons%29

--
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] [Assigned] (TILES-548) mvn release:perfom fails on Maven 3.0.4

Posted by "Nicolas Le Bas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TILES-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Le Bas reassigned TILES-548:
------------------------------------

    Assignee: Nicolas Le Bas
    
> mvn release:perfom fails on Maven 3.0.4
> ---------------------------------------
>
>                 Key: TILES-548
>                 URL: https://issues.apache.org/jira/browse/TILES-548
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>         Environment: $ mvn -version
> Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
> Default locale: en_CA, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-24-generic", arch: "amd64", family: "unix"
>            Reporter: Nicolas Le Bas
>            Assignee: Nicolas Le Bas
>            Priority: Minor
>
> When running mvn release:perform, the assembly module complains about being unable to use scp.
> Probably related to https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%28Wagons%29

--
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] (TILES-548) mvn release:perfom fails on Maven 3.0.4

Posted by "Nicolas Le Bas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TILES-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411618#comment-13411618 ] 

Nicolas Le Bas commented on TILES-548:
--------------------------------------

I try and add wagon-ssh:1.0 as a dependency of the plugin in assembly/pom.xml, after the fashion of org.apache:apache:10
                
> mvn release:perfom fails on Maven 3.0.4
> ---------------------------------------
>
>                 Key: TILES-548
>                 URL: https://issues.apache.org/jira/browse/TILES-548
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>         Environment: $ mvn -version
> Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
> Default locale: en_CA, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-24-generic", arch: "amd64", family: "unix"
>            Reporter: Nicolas Le Bas
>            Assignee: Nicolas Le Bas
>            Priority: Minor
>
> When running mvn release:perform, the assembly module complains about being unable to use scp.
> Probably related to https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%28Wagons%29

--
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] (TILES-548) mvn release:perfom fails on Maven 3.0.4

Posted by "Mck SembWever (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TILES-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269150#comment-13269150 ] 

Mck SembWever commented on TILES-548:
-------------------------------------

i think you need in the pom (inside the build section) something like
{noformat}
        <extensions>
            <extension>
                <groupId>org.apache.maven.wagon</groupId>
                <artifactId>wagon-ssh</artifactId>
                <version>2.2</version>
            </extension>
        </extensions>{noformat}

                
> mvn release:perfom fails on Maven 3.0.4
> ---------------------------------------
>
>                 Key: TILES-548
>                 URL: https://issues.apache.org/jira/browse/TILES-548
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>         Environment: $ mvn -version
> Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
> Default locale: en_CA, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-24-generic", arch: "amd64", family: "unix"
>            Reporter: Nicolas Le Bas
>            Priority: Minor
>
> When running mvn release:perform, the assembly module complains about being unable to use scp.
> Probably related to https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%28Wagons%29

--
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