Details
Description
The newest jaxen code in maven central is several years old.
Actually, since you already develop in maven, deploying to maven central should be fairly simple.
After doing all the stuff here:
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
All you have to do to when you are ready to release is type:
mvn release:prepare
mvn release:perform
Thanks!
Don
Here is the correct pom for maven 2+
This should make it much easier to deploy jaxen to maven central. This pom also adds an OSGi manifest.