You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by Brett Porter <br...@apache.org> on 2004/09/22 14:02:16 UTC

documenting a minimum JDK

Currently, m2 only builds with JDK 1.4. Do we intend to support JDK 1.3?

AFAIK, the missing pieces are:
- sax parser for xstream (may soon become unnecessary, and may be able 
to use xpp3)
- JCE/JSSE for Wagon (this is tricky... can be optional for SSH 
installation)

Cheers,
Brett