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
> 
> 


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to