1.

Which Maven Artifact Should I Use?

Answer»

All JDOM versions are available in the 'jdom' VS 'jdom 2' artifact in the org.jdom group on Maven. The maven artifacts are a mess with early JDOM 2.x versions APPEARING in the 'jdom' artifacts, and later 2.x versions in the 'jdom 2' artifact. Maven does not allow the FIXING of mistakes, so maven users wil just have to live with it as it is.

If your project is one that requires both JDOM 1.x and 2.x, then you can also USE the 'jdom-legacy' artifact to pull in version 1.1.3 (or later 1.x version).

All JDOM versions are available in the 'jdom' vs 'jdom 2' artifact in the org.jdom group on Maven. The maven artifacts are a mess with early JDOM 2.x versions appearing in the 'jdom' artifacts, and later 2.x versions in the 'jdom 2' artifact. Maven does not allow the fixing of mistakes, so maven users wil just have to live with it as it is.

If your project is one that requires both JDOM 1.x and 2.x, then you can also use the 'jdom-legacy' artifact to pull in version 1.1.3 (or later 1.x version).



Discussion

No Comment Found