Re: Packaging with Maven 3

2015-03-10 Thread Andrew Schurman
On Mon, Mar 9, 2015 at 7:05 AM, Miguel Landaeta wrote: >> Ideally we should switch maven-debian-helper to Maven 3 as soon as >> possible after the end of the freeze, this will leaves us a full >> development cycle to complete the transition to Maven 3. I don't >> remember what was missing to compl

Re: Packaging with Maven 3

2015-03-09 Thread Miguel Landaeta
On Mon, Mar 09, 2015 at 10:10:08AM +0100, Emmanuel Bourg wrote: > Hi Miguel, > > Le 09/03/2015 01:10, Miguel Landaeta a écrit : > > > After patching this file in maven package I have a successful > > build. So, I wanted to check if this is the correct way to handle > > this. It is normal with mav

Re: Packaging with Maven 3

2015-03-09 Thread Emmanuel Bourg
Hi Miguel, Le 09/03/2015 01:10, Miguel Landaeta a écrit : > After patching this file in maven package I have a successful > build. So, I wanted to check if this is the correct way to handle > this. It is normal with maven2 but since I didn't see any patch for > maven, I just wanted to check with

Packaging with Maven 3

2015-03-08 Thread Miguel Landaeta
Hi, I'm packaging jruby 1.7.x (and 9.0.0.0) and it build depends on maven-compiler-plugin (>= 3.0), so I need to use Maven 3. When I try to build jruby using Maven 3, it usually fails due to some missing plugins releases in Debian, e.g.: maven-antrun-plugin:1.3 maven-dependency-plugin:2.1 After