Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 420367

Summary: Install Maven 2 plugin on Tycho HIPP
Product: Community Reporter: Mickael Istria <mistria>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: jan.sievers, t-oberlies, thanh.ha, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Mickael Istria CLA 2013-10-25 07:22:17 EDT
In order to set up a Sonar job, it is necessary to have the Maven 2 plugin installed on Hudson so Sonar plugin can reference the right version of Maven.
Can you please install this plugin to Tycho HIPP?
Comment 1 Jan Sievers CLA 2013-10-25 07:56:13 EDT
is this really necessary? I thought the jenkins maven 2 plugin was legacy/deprecated.

you should be able to start any maven job using a shell build step too.
Comment 2 Mickael Istria CLA 2013-10-25 07:57:32 EDT
Sonar plugin depends on the Maven configuration provided by the Maven 2 plugin. The goal is not to use this plugin directly (since it is deprecated), but rather to enable choice of Maven version with Sonar plugin.
Comment 3 Thanh Ha CLA 2013-10-25 08:31:29 EDT
I've added the necessary configuration to the Maven 2 plugin.