You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2010/10/25 13:57:20 UTC

[jira] Created: (INFRA-3093) Add maven 3.0 install directory to hudson tools

Add maven 3.0 install directory to hudson tools
-----------------------------------------------

                 Key: INFRA-3093
                 URL: https://issues.apache.org/jira/browse/INFRA-3093
             Project: Infrastructure
          Issue Type: Task
      Security Level: public (Regular issues)
          Components: Hudson
            Reporter: Benson Margulies


Until Hudson officially adds Maven 3.0 to the dropdown, it would be helpful to be able to at least run freestyle builds. This comes up because the 2.x site plugin and 3.0 don't get along, so any project that wants to support 3.0 and use the site plugin has to just require 3.0.

Please unpack a 3.0 tarball into /hudson/home/tools.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (INFRA-3093) Add maven 3.0 install directory to hudson tools

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

Niklas Gustavsson closed INFRA-3093.
------------------------------------

    Resolution: Fixed
      Assignee: Niklas Gustavsson

Maven 3.0 has been set up for auto installation. This means that when needed, Hudson will install it in /home/hudson/hudson-slave/tools/Maven_3.0/apache-maven-3.0 (or similar)

> Add maven 3.0 install directory to hudson tools
> -----------------------------------------------
>
>                 Key: INFRA-3093
>                 URL: https://issues.apache.org/jira/browse/INFRA-3093
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Benson Margulies
>            Assignee: Niklas Gustavsson
>
> Until Hudson officially adds Maven 3.0 to the dropdown, it would be helpful to be able to at least run freestyle builds. This comes up because the 2.x site plugin and 3.0 don't get along, so any project that wants to support 3.0 and use the site plugin has to just require 3.0.
> Please unpack a 3.0 tarball into /hudson/home/tools.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3093) Add maven 3.0 install directory to hudson tools

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928231#action_12928231 ] 

Benson Margulies commented on INFRA-3093:
-----------------------------------------

Could you post the precise location?

I don't think I have access to log in and figure it out for myself.

[xmlschema-new-trunk-jdk15] $ /bin/bash -xe /var/tmp/hudson5181529770640769869.sh
+ /home/hudson/hudson-slave/tools/Maven_3.0/apache-maven-3.0/bin/mvn clean deploy
/var/tmp/hudson5181529770640769869.sh: line 2: /home/hudson/hudson-slave/tools/Maven_3.0/apache-maven-3.0/bin/mvn: No such file or directory



> Add maven 3.0 install directory to hudson tools
> -----------------------------------------------
>
>                 Key: INFRA-3093
>                 URL: https://issues.apache.org/jira/browse/INFRA-3093
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Benson Margulies
>            Assignee: Niklas Gustavsson
>
> Until Hudson officially adds Maven 3.0 to the dropdown, it would be helpful to be able to at least run freestyle builds. This comes up because the 2.x site plugin and 3.0 don't get along, so any project that wants to support 3.0 and use the site plugin has to just require 3.0.
> Please unpack a 3.0 tarball into /hudson/home/tools.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3093) Add maven 3.0 install directory to hudson tools

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928247#action_12928247 ] 

Niklas Gustavsson commented on INFRA-3093:
------------------------------------------

/home/hudson/hudson-slave/tools/Maven_3.0/apache-maven-3.0/bin/mvn should be correct. However, since your running a freestyle build, that will not force the Maven installation. Try running a Maven build first which will force the installation, then switch back to freestyle. It's kind of messy since we're not using Hudsons Maven support.

> Add maven 3.0 install directory to hudson tools
> -----------------------------------------------
>
>                 Key: INFRA-3093
>                 URL: https://issues.apache.org/jira/browse/INFRA-3093
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Benson Margulies
>            Assignee: Niklas Gustavsson
>
> Until Hudson officially adds Maven 3.0 to the dropdown, it would be helpful to be able to at least run freestyle builds. This comes up because the 2.x site plugin and 3.0 don't get along, so any project that wants to support 3.0 and use the site plugin has to just require 3.0.
> Please unpack a 3.0 tarball into /hudson/home/tools.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.