Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.
The "HttpComponentsCoreReleaseProcess" page has been changed by SebastianBazley. The comment on this change is: Add java-1.x profile details. http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess?action=diff&rev1=25&rev2=26 -------------------------------------------------- * Generate pre-release JARs by running {{{ - mvn package + mvn [clean] package [-Pjava-1.3 | -Pjava-1.4] }}} + + !HttpCore is currently targetted at Java 1.3+, whereas the the rest of the code requires Java 1.5+. + If you are building/testing !HttpCore, and have got JDK 1.3 or JDK 1.4 installed on your system, + then you can use the java-1.x profiles to change the version of Java used when running the compile/test stages. + Read the httpcore/pom.xml for details of how to define the JDK locations. + Note: the profiles don't need to be used for all !HttpCore builds, but should used at least once on the final code to check compliance. * Test the contents of Maven artifacts (e.g. do all the jars contain suitable NOTICE, LICENSE and MANIFEST files?) by doing a test deploy. The artifacts are saved to the relevant ''target/deploy'' directory. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
