Alex Karasulu ha scritto:
> Hi,
> 
> Just wondering if there is a POM directive that I can use to enforce the
> use
> of a
> specific version of maven for it's modules to be built.  Over at Apache
> Directory
> we have run into situations where users are trying to build old tagged
> releases
> with versions of maven that do not build properly. My aim is to make sure a
> specific
> maven version is enforced for the build.
> 
> Thanks,
> Alex
> 

I hope you was looking for this:

<project>
  ...
  <prerequisites>
    <maven>2.0.4</maven>
  </prerequisites>
  ...
</project>

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to