Building Maven
How do I build Maven?
Please see the Building Maven from Source document.
How do I build Maven from behind a firewall?
You typically need to set your HTTP proxy host and port details so that Maven can tunnel through your
HTTP Proxy. To do this you typically need to set the maven.proxy.host
and
maven.proxy.port
properties.
Ant