Bug 484073 - Maven3 plugin use on the Windows-Slave the Maven-Path of Linux-Master
Summary: Maven3 plugin use on the Windows-Slave the Maven-Path of Linux-Master
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-10 03:17 EST by Elko Kinlechner CLA
Modified: 2015-12-10 03:17 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elko Kinlechner CLA 2015-12-10 03:17:57 EST
We have a Hudson-master (3.3.2) on Linux, with Maven3-plugin (3.0.5).
Furthermore we use a Hudson-slave of this master on Windows.
In the master configuration there I defined the Linux-path to Maven (3.0.5).
In the node configuartion for this slave there I defined the path to Maven (3.0.5) for the Windows-slave. (d:\...\apache-maven-3.0.5).
We use a jdk 1.7.0.
 
In jobs I use the Maven3 plugin with a reference to apache-maven-3.0.5.
Jobs on the master havn´t problems.
But jobs on the slave fail because the plugin use the Linux-Path (/home/.../apache-maven-3.0.5) to apache-maven-3.0.5 and not the Windows-path from the configuraton for the slave node.