Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added more info

...

<settings xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>apache</id>
<username>YOURUSERID</username>
<privateKey>YOURLOCALHOMEDIR/.ssh/id_dsa</privateKey>
<filePermissions>664</filePermissions>
<directoryPermissions>775</directoryPermissions>
</server>
</servers>
</settings>

Versioning

Versions in Maven should match the released version. For difference in target jdk, -jdk13 (or equivalent) should be added to the version string. Please note that the pom template may need to be edited, as there may be different requirements (e.g. on XML libraries when using jdk 1.3).

XMLGraphics Commons

make sure you use the official binary distribution! I used -bin-jdk1.4

...

Log into people.apache.org and check the www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/xmlgraphics/ directories for errors. Delete errors ASAP, as this directory is synced with the main repository!

see also: