Re: maven-debian-helper to maven3

2015-11-20 Thread Miguel Landaeta
On Fri, Nov 13, 2015 at 04:40:11PM +0100, Emmanuel Bourg wrote: > > [...] > > Thank you very much for your help. We can now start the Maven 3 transition! > Thank you very much for taking care of this key transition. -- Miguel Landaeta, nomadium at debian.org secure email with PGP 0x6E608B637D

Re: maven-debian-helper to maven3

2015-11-16 Thread Andrew Schurman
On Fri, 2015-11-13 at 16:40 +0100, Emmanuel Bourg wrote: > I've eventually merged your changes [1] and uploaded maven-debian > -helper > 2.0 to experimental. Awesome! Good to hear we are finally moving on from Maven 2. > I encountered some issues with the bootstrapping > and I had to revert back

Re: maven-debian-helper to maven3

2015-11-13 Thread Emmanuel Bourg
Hi Andrew, I've eventually merged your changes [1] and uploaded maven-debian-helper 2.0 to experimental. I encountered some issues with the bootstrapping and I had to revert back to maven-ant-helper. It seems this also had the effect of breaking the plugin descriptor (the mojo description was miss

Re: maven-debian-helper to maven3

2015-04-07 Thread Andrew Schurman
I added another commit on the maven3 branch that will generate plugin and group metadata when copying the repo. It will ignore any existing metadata, i.e. the bits you added to maven-javadoc-plugin. We should now be able to rebuild maven-debian-helper package and test it against all packages that u

Re: maven-debian-helper to maven3

2015-03-21 Thread Emmanuel Bourg
Le 21/03/2015 03:11, Andrew Schurman a écrit : > All ready [1] and works on two packages that I tried. Would you prefer a > github pull request? I've included 2 commits (the last two) which aren't > strictly necessary, but fix the bug that I was seeing intermittently in > tests. Thank you. I'll p

Re: maven-debian-helper to maven3

2015-03-20 Thread Andrew Schurman
On Tue, 2015-03-17 at 11:10 +0100, Emmanuel Bourg wrote: > > Great, let me know when it's ready to be merged. All ready [1] and works on two packages that I tried. Would you prefer a github pull request? I've included 2 commits (the last two) which aren't strictly necessary, but fix the bug that

Re: maven-debian-helper to maven3

2015-03-17 Thread Emmanuel Bourg
Le 17/03/2015 04:47, Andrew Schurman a écrit : > I suppose it depends on which package triggers the trigger. My thought > was to put it solely in maven-debian-helper which does depend on > default-jdk and therefore a JRE. The trigger I had in mind was associated with the installation of a Java li

Re: maven-debian-helper to maven3

2015-03-16 Thread Andrew Schurman
On Mon, 2015-03-16 at 17:58 +0100, Emmanuel Bourg wrote: > > A quick look at deb-triggers looks like it's just what we need. I'll > > investigate a solution similar to the triggers in man-db. > > Ideally a trigger that doesn't use Java would be necessary, since the > Java libraries do not depend o

Re: maven-debian-helper to maven3

2015-03-16 Thread Emmanuel Bourg
Le 16/03/2015 09:46, Andrew Schurman a écrit : > Although specifying the version for javadoc may be reasonable, it will > break again if users need to add their own goals not covered by default > in a phase. True, but the main purpose of the system repository under /usr/share/maven-repo is to bui

Re: maven-debian-helper to maven3

2015-03-16 Thread Andrew Schurman
On Sat, 2015-03-14 at 09:03 +0100, Emmanuel Bourg wrote: > You mean that a plugin can't be invoked from the command line if the > metadata file is missing, right? In this case I think we can live with > it. We don't execute many plugins when a package is built, the javadoc > plugin is probably the

Re: maven-debian-helper to maven3

2015-03-14 Thread Emmanuel Bourg
Hi Andrew, Let's go back to Maven business... Le 17/09/2014 22:57, Andrew Schurman a écrit : > I'm now able to create a deb package of the maven-debian-helper, built > using itself. But the javadoc issue that I had trouble with before is > more serious than I first thought. It appears maven 3 is

Re: maven-debian-helper to maven3

2014-09-17 Thread Andrew Schurman
Hey guys, I'm now able to create a deb package of the maven-debian-helper, built using itself. But the javadoc issue that I had trouble with before is more serious than I first thought. It appears maven 3 is unable to resolve plugin prefixes without metadata xml files in the local repository which

Re: maven-debian-helper to maven3

2014-09-06 Thread Andrew Schurman
On Sat, 2014-09-06 at 10:51 +0200, Emmanuel Bourg wrote: > Hi Andrew, > > Thank you for tackling this issue. > > Le 06/09/2014 06:53, Andrew Schurman a écrit : > > > I've been taking a look at what it would take to update the > > maven-debian-helper package to use maven 3 [0]. This includes all

Re: maven-debian-helper to maven3

2014-09-06 Thread Emmanuel Bourg
Hi Andrew, Thank you for tackling this issue. Le 06/09/2014 06:53, Andrew Schurman a écrit : > I've been taking a look at what it would take to update the > maven-debian-helper package to use maven 3 [0]. This includes all the > changes that I made manually to test that maven 3 could work with s