[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Java packaging with upstream using maven3



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:

  <prerequisites>
    <maven>3.0.0</maven>
  </prerequisites>

with:

  <prerequisites>
    <maven>2.2.1</maven>
  </prerequisites>

Emmanuel Bourg


Le 16/10/2013 17:58, Alexander Holupirek a écrit :
> Hi all,
> 
> i'm in the progress of updating the java package basex [1].
> However, upstream has changed their build process to maven3.
> How do we proceed in cases like this?
> 
> Cheers,
> 	Alex
> 
> [1] http://packages.qa.debian.org/b/basex.html
> 
> 


Reply to: