Re: Java packaging with upstream using maven3

2013-10-16 Thread Alexander Holupirek
Hi Emmanuel, that did the trick! Thank you very much, Alex On 16.10.2013, at 18:18, Emmanuel Bourg wrote: > Hi Alex, > > Quite often the projects requiring Maven 3 still build fine with Maven > 2. You just have to patch the prereq in the pom.xml. > > Replace: > > >3.0.0 > >

Re: Java packaging with upstream using maven3

2013-10-16 Thread Emmanuel Bourg
Hi Alex, Quite often the projects requiring Maven 3 still build fine with Maven 2. You just have to patch the prereq in the pom.xml. Replace: 3.0.0 with: 2.2.1 Emmanuel Bourg Le 16/10/2013 17:58, Alexander Holupirek a écrit : > Hi all, > > i'm in the progress of updatin